diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 15:29:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 15:29:22 -0400 |
commit | cf04cbf2d5d3edf3d9e2ef7ef348b7bd7d5d5a15 (patch) | |
tree | 77f2befac41bffaa730666bc29bfbc439a655ec2 /debian | |
parent | f2fd63ed1124d54f398e5bc3a0cdbd383a21c196 (diff) | |
download | debhelper-cf04cbf2d5d3edf3d9e2ef7ef348b7bd7d5d5a15.tar.gz |
New v7 mode, which only has one change from v6, and is the new recommended default.
* New v7 mode, which only has one change from v6, and is the new
recommended default.
* dh_install: 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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/compat | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f33c57b7..e033527c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -debhelper (6.0.13) UNRELEASED; urgency=low +debhelper (7.0.0) UNRELEASED; urgency=low * dh_clean: Don't delete core dumps. (Too DWIM, and "core" is not necessarily a core dump.) Closes: #477391 @@ -18,6 +18,12 @@ debhelper (6.0.13) 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 + recommended default. + * dh_install: 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. -- Joey Hess <joeyh@debian.org> Tue, 22 Apr 2008 17:54:20 -0400 diff --git a/debian/compat b/debian/compat index 1e8b3149..7f8f011e 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +7 |