Remove /usr/include/scsi from linux-libc-dev (Closes: #550130)

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

2
debian/changelog vendored
View File

@ -14,6 +14,8 @@ linux-2.6 (2.6.31-1~experimental.2) UNRELEASED; urgency=low
- Clarify the differences between i386 flavours (Closes: #414690)
- Simplify wording of the description template
* Add stable release 2.6.31.3
* Remove /usr/include/scsi from linux-libc-dev; these headers are
provided by libc6-dev (Closes: #550130)
[ maximilian attems ]
* Add stable release 2.6.31.2 (Closes: #522828)

3
debian/rules.real vendored
View File

@ -280,6 +280,9 @@ install-libc-dev_$(ARCH):
mkdir $(DIR)
+$(MAKE_CLEAN) -C $(SOURCE_DIR) O='$(CURDIR)/$(DIR)' headers_check ARCH=$(KERNEL_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
+$(MAKE_SELF) install-base
install-support: PACKAGE_NAME = linux-support-$(UPSTREAMVERSION)$(ABINAME)