linux-headers-common: Include the include/uapi/asm-generic directory (Closes: #696664)

svn path=/dists/trunk/linux/; revision=19657
This commit is contained in:
Ben Hutchings 2012-12-29 01:12:07 +00:00
parent 36f2193823
commit 42681a39c4
2 changed files with 9 additions and 2 deletions

8
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> 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

3
debian/rules.real vendored
View File

@ -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)'