[kernel] r14346 - dists/trunk/linux-2.6/debian

Ben Hutchings benh at alioth.debian.org
Thu Oct 8 01:01:38 UTC 2009


Author: benh
Date: Thu Oct  8 01:01:36 2009
New Revision: 14346

Log:
Remove dummy dot-files from linux-libc-dev

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

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Thu Oct  8 01:01:11 2009	(r14345)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Oct  8 01:01:36 2009	(r14346)
@@ -16,6 +16,7 @@
   * Add stable release 2.6.31.3
   * Remove /usr/include/scsi from linux-libc-dev; these headers are
     provided by libc6-dev (Closes: #550130)
+  * Remove dummy dot-files from linux-libc-dev
 
   [ maximilian attems ]
   * Add stable release 2.6.31.2 (Closes: #522828)

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Thu Oct  8 01:01:11 2009	(r14345)
+++ dists/trunk/linux-2.6/debian/rules.real	Thu Oct  8 01:01:36 2009	(r14346)
@@ -282,6 +282,7 @@
 	+$(MAKE_CLEAN) -C $(SOURCE_DIR) O='$(CURDIR)/$(DIR)' headers_install ARCH=$(KERNEL_ARCH) INSTALL_HDR_PATH='$(CURDIR)'/$(OUT_DIR)
 
 	rm -rf $(OUT_DIR)/include/scsi
+	find $(OUT_DIR)/include \( -name .install -o -name ..install.cmd \) -execdir rm {} +
 	
 	+$(MAKE_SELF) install-base
 



More information about the Kernel-svn-changes mailing list