diff --git a/debian/changelog b/debian/changelog index 9186eebdb..3da857b2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +linux (3.7.1-1~experimental.2) UNRELEASED; urgency=low + + [ Ben Hutchings ] + * linux-headers-common: Include the include/uapi/asm-generic directory + (Closes: #696664) + + -- Ben Hutchings Sat, 29 Dec 2012 02:05:46 +0100 + linux (3.7.1-1~experimental.1) experimental; urgency=low * New upstream release: http://kernelnewbies.org/Linux_3.7 diff --git a/debian/rules.real b/debian/rules.real index e2b4257f6..273df72b6 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -235,8 +235,7 @@ install-headers_$(ARCH)_$(FEATURESET): $(STAMPS_DIR)/source_$(FEATURESET) find arch/$(KERNEL_ARCH) -maxdepth 1 -name 'Makefile*' -print; \ find arch/$(KERNEL_ARCH) -name 'module.lds' -print; \ find $$(find arch/$(KERNEL_ARCH) \( -name include -o -name scripts \) -type d -print) -print; \ - find include -name 'asm*' -prune -o -print; \ - find include/asm-generic -print; \ + find include -print; \ ) \ | \ cpio -pd --preserve-modification-time '$(CURDIR)/$(DIR)'