[kernel] r19657 - dists/trunk/linux/debian

Ben Hutchings benh at alioth.debian.org
Sat Dec 29 01:12:08 UTC 2012


Author: benh
Date: Sat Dec 29 01:12:07 2012
New Revision: 19657

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

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/rules.real

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Fri Dec 28 20:52:28 2012	(r19656)
+++ dists/trunk/linux/debian/changelog	Sat Dec 29 01:12:07 2012	(r19657)
@@ -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 at 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

Modified: dists/trunk/linux/debian/rules.real
==============================================================================
--- dists/trunk/linux/debian/rules.real	Fri Dec 28 20:52:28 2012	(r19656)
+++ dists/trunk/linux/debian/rules.real	Sat Dec 29 01:12:07 2012	(r19657)
@@ -235,8 +235,7 @@
 	  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)'



More information about the Kernel-svn-changes mailing list