aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2012-12-29 01:12:07 +0000
committerBen Hutchings <benh@debian.org>2012-12-29 01:12:07 +0000
commit42681a39c415ce42e84df552ab9012ef49151995 (patch)
tree996c6dccabcd73e96e2688e144774ad91d7c6c0c
parent36f219382333486c0a90f4db1db9482f74dc7845 (diff)
downloadkernel_replicant_linux-42681a39c415ce42e84df552ab9012ef49151995.tar.gz
kernel_replicant_linux-42681a39c415ce42e84df552ab9012ef49151995.tar.bz2
kernel_replicant_linux-42681a39c415ce42e84df552ab9012ef49151995.zip
linux-headers-common: Include the include/uapi/asm-generic directory (Closes: #696664)
svn path=/dists/trunk/linux/; revision=19657
-rw-r--r--debian/changelog8
-rw-r--r--debian/rules.real3
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9186eebdbc73..3da857b2f2cb 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 <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
diff --git a/debian/rules.real b/debian/rules.real
index e2b4257f60ff..273df72b6e98 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)'