debian/rules: Change 'clean' rule to remove package build directories even after a version bump, thanks to Timo Juhani Lindfors

svn path=/dists/trunk/linux-2.6/; revision=16576
This commit is contained in:
Ben Hutchings 2010-11-20 19:08:42 +00:00
parent e4482ffd21
commit 319de86657
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -15,6 +15,8 @@ linux-2.6 (2.6.36-1~experimental.2) UNRELEASED; urgency=low
* af_802154,decnet,rds: Disable auto-loading as mitigation against local * af_802154,decnet,rds: Disable auto-loading as mitigation against local
exploits. These protocol modules are not widely used and can be exploits. These protocol modules are not widely used and can be
explicitly loaded or aliased on systems where they are wanted. explicitly loaded or aliased on systems where they are wanted.
* debian/rules: Change 'clean' rule to remove package build directories
even after a version bump, thanks to Timo Juhani Lindfors
-- maximilian attems <max@stro.at> Wed, 31 Oct 2010 13:23:11 +0200 -- maximilian attems <max@stro.at> Wed, 31 Oct 2010 13:23:11 +0200

2
debian/rules vendored
View File

@ -56,7 +56,7 @@ maintainerclean:
clean: debian/control clean: debian/control
dh_testdir dh_testdir
rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_linux/*.pyc debian/linux-headers-* debian/linux-image-* debian/linux-tools-* rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_linux/*.pyc debian/linux-headers-* debian/linux-image-* debian/linux-tools-* debian/linux-support-* debian/linux-source-* debian/linux-doc-* debian/linux-manual-* debian/linux-patch-debian-*
dh_clean dh_clean
binary-indep: $(STAMPS_DIR)/source-base binary-indep: $(STAMPS_DIR)/source-base