summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-27 21:31:21 -0400
committerJoey Hess <joey@kitenet.net>2010-05-27 21:31:21 -0400
commit73a2c4fd2c354c4316ece8f37106de57542a5e3c (patch)
tree5cad0d5b9868762745df3b360ed96bb6d7d34ab8 /debian
parent5e1e5c7781a225f314b5b799b4688555c45045f2 (diff)
example
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 980afda6..fa5b4572 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)