X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=fa5b4572269c1f185bf2ba11a36aed9c78cc934d;hb=73a2c4fd2c354c4316ece8f37106de57542a5e3c;hp=6e2aced954733ea1860e1c058fafbaca130e9fba;hpb=d4bb3432196db270c979bb9a54e44e915d46f26f;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 6e2aced..fa5b457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -debhelper (7.4.21) UNRELEASED; urgency=low +debhelper (7.9.1) UNRELEASED; urgency=low * dh_installman: Support .so links relative to the current section. * dh_installman: Avoid converting .so links to symlinks if the link @@ -11,13 +11,17 @@ debhelper (7.4.21) UNRELEASED; urgency=low libraries it generates shlibs files for. This means that -X can be used to exclude libraries from processing by dpkg-gensymbols. It also means that libraries in unusual locations, where dpkg-gensymbols does - not itself normally look will be passed to it, a behavior change which + not itself normally look, will be passed to it, a behavior change which may break some packages. Closes: #557603 - * dh_testversion: Removed this deprecated command. + * dh_testversion: Removed this deprecated and unused command. * debian/compress files are now deprecated. Seems only one package (genesis) still uses them. * dh_fixperms: Tighten globs used to find library .so files, avoiding incorrectly matching things like "foo.sources". Closes: #583328 + * In v8 mode, dh expects the sequence to run is always its first parameter. + (Ie, use "dh $@ --foo", not "dh --foo $@") + This avoids ambiguities when parsing options to be passed on to debhelper + commands. (See #570039) -- Joey Hess Mon, 17 May 2010 20:01:19 -0400