From 73a2c4fd2c354c4316ece8f37106de57542a5e3c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 May 2010 21:31:21 -0400 Subject: [PATCH] example --- debhelper.pod | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5