summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-23 21:16:09 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-23 21:16:09 -0400
commit30db799db6c5d66e635f03e74edc4b78215e9edd (patch)
treeca57abeb05d245c420582d74aa5f96371cc4b9ed /debian
parent2527a1791638081e33445725367e586e567e6717 (diff)
dh_clean: In v7 mode, read debian/clean and delete all files listed therein.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6898939c..1a7257e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,12 +18,14 @@ debhelper (7.0.0) UNRELEASED; urgency=low
setup.py to install. Supports the PREFIX=/usr special case needed by
MakeMaker Makefiles. (Support for cmake and other build systems planned
but not yet implemented.)
- * New v7 mode, which only has one change from v6, and is the new
+ * New v7 mode, which only has two changes from v6, and is the new
recommended default.
* dh_install: In v7 mode, if --sourcedir is not specified, first look for
files in debian/tmp, and then will look in the current directory. This
allows dh_install to interoperate with dh_auto_install without needing any
special parameters.
+ * dh_clean: In v7 mode, read debian/clean and delete all files listed
+ therein.
* dh: New program that runs a series of debhelper commands in a sequence.
This can be used to construct very short rules files (as short as 3
lines), while still exposing the full power of debhelper when it's