Remove dummy dot-files from linux-libc-dev

svn path=/dists/trunk/linux-2.6/; revision=14346
This commit is contained in:
Ben Hutchings 2009-10-08 01:01:36 +00:00
parent 1e7a0583ac
commit 463e177e5a
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -16,6 +16,7 @@ linux-2.6 (2.6.31-1~experimental.2) UNRELEASED; urgency=low
* 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)

1
debian/rules.real vendored
View File

@ -282,6 +282,7 @@ install-libc-dev_$(ARCH):
+$(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