From: Joey Hess Date: Fri, 28 May 2010 01:31:21 +0000 (-0400) Subject: example X-Git-Tag: 7.9.1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=73a2c4fd2c354c4316ece8f37106de57542a5e3c;p=debhelper.git example --- diff --git a/debhelper.pod b/debhelper.pod index da5ddfe..a7735b1 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -529,7 +529,7 @@ can cause some packages to fail to build. =item - dh requires the sequence to run be specified as the first parameter, and -any switches come after it. +any switches come after it. Ie, use "dh $@ --foo", not "dh --foo $@" =back diff --git a/debian/changelog b/debian/changelog index 980afda..fa5b457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ debhelper (7.9.1) UNRELEASED; urgency=low * 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)