diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 23:12:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 23:12:49 -0400 |
commit | 57834b0010aa942681c289e01ffc09030ed17ce2 (patch) | |
tree | bdb2e2fd1c4229bbb1fb898cda7eb971bd183a06 /debian/changelog | |
parent | 78425c5f80b3244439b3a9da130eb3602aa2dba2 (diff) | |
download | debhelper-57834b0010aa942681c289e01ffc09030ed17ce2.tar.gz |
dh_clean: In v7 mode, automatically delete *-stamp files.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6b91af5d..f67c35fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,7 +18,7 @@ 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 two changes from v6, and is the new + * New v7 mode, which only has three changes from v6, and is the new recommended default, especially when using dh. * 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 @@ -26,6 +26,7 @@ debhelper (7.0.0) UNRELEASED; urgency=low special parameters. * dh_clean: In v7 mode, read debian/clean and delete all files listed therein. + * dh_clean: In v7 mode, automatically delete *-stamp files. * Add a Makefile and simplify this package's own rules file using all the new toys. * dh_clean: Don't delete core dumps. (Too DWIM, and "core" is not |