diff --git a/debian/changelog b/debian/changelog index 16b4133ef..b238da697 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 exploits. These protocol modules are not widely used and can be 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 Wed, 31 Oct 2010 13:23:11 +0200 diff --git a/debian/rules b/debian/rules index 2c64da311..4776216a0 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,7 @@ maintainerclean: clean: debian/control 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 binary-indep: $(STAMPS_DIR)/source-base