diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-27 15:29:43 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-27 15:29:43 -0500 |
commit | 64cd63ff797a52da5222024a966d6fdb495af6b5 (patch) | |
tree | e343f5ec565d68a779972caf810a9631ed276a4f | |
parent | 46d2fe7834eb5077e3ece1c68823abc7cbd6365d (diff) | |
parent | 80b7d0b4f8954663a9d73eae1c22ca4747df22ac (diff) | |
download | debhelper-64cd63ff797a52da5222024a966d6fdb495af6b5.tar.gz |
Merge branch 'dh_overrides'
Conflicts:
Debian/Debhelper/Dh_Getopt.pm
debian/changelog
-rw-r--r-- | Debian/Debhelper/Dh_Getopt.pm | 2 | ||||
-rw-r--r-- | debian/changelog | 30 |
2 files changed, 20 insertions, 12 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm index ddfb71b6..afad4b3c 100644 --- a/Debian/Debhelper/Dh_Getopt.pm +++ b/Debian/Debhelper/Dh_Getopt.pm @@ -172,7 +172,7 @@ sub parseopts { warning("warning: unknown options will be a fatal error in a future debhelper release"); #error("unknown option; aborting"); } - + # Check to see if -V was specified. If so, but no parameters were # passed, the variable will be defined but empty. if (defined($dh{V_FLAG})) { diff --git a/debian/changelog b/debian/changelog index 68809fdb..b35d3e03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,19 +1,8 @@ debhelper (7.2.0) UNRELEASED; urgency=low - * dh: debian/rules override targets can change what is run - for a specific debhelper command in a sequence. - (Thanks Modestas Vainius for the improved makefile parser.) - * dh: Redid all the examples to use override targets, since these - eliminate all annoying boilerplate and are much easier to understand - than the old method. - * Remove rules.simple example, there's little need to use explcit targets - with dh anymore. * dh: Fix typo. Closes: #509754 * debhelper.pod: Fix typo. Closes: #510180 * dh_gconf: Support mandatory settings. Closes: #513923 - * dh: Support debian/rules calling make with -B, - which is useful to avoid issues with phony implicit - rules (see bug #509756). * Improve error messages when child commands fail. * Depend on dpkg-dev 1.14.19, the first to support Package-Type fields in dpkg-gencontrol. @@ -66,6 +55,25 @@ debhelper (7.1.0) experimental; urgency=low -- Joey Hess <joeyh@debian.org> Wed, 10 Sep 2008 13:58:00 -0400 +debhelper (7.0.50) unstable; urgency=low + + * This release is designed to be easily backportable to stable, + to support the new style of rules file that I expect many packages will + use. + * dh: debian/rules override targets can change what is run + for a specific debhelper command in a sequence. + (Thanks Modestas Vainius for the improved makefile parser.) + * dh: Redid all the examples to use override targets, since these + eliminate all annoying boilerplate and are much easier to understand + than the old method. + * Remove rules.simple example, there's little need to use explicit targets + with dh anymore. + * dh: Support debian/rules calling make with -B, + which is useful to avoid issues with phony implicit + rules (see bug #509756). + + -- Joey Hess <joeyh@debian.org> Fri, 27 Feb 2009 15:25:52 -0500 + debhelper (7.0.17) unstable; urgency=low [ Per Olofsson ] |