summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-12 00:27:04 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-12 00:27:04 -0400
commit69e898ae9f320e1bf812622e98c92f6949853b6e (patch)
treeb03dd5c7e2b9d3f688dfc39a2a76c3bc07835533 /debian/changelog
parent15a4917aa7ccfc33b99fd44ba8eb07ab431f81f7 (diff)
Allow command-specific options to be passed to commands via dh without causing other commands to emit a getopt warning or deprecation message.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 994ac442..c735e9d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (7.2.17) UNRELEASED; urgency=low
+
+ * Allow command-specific options to be passed to commands
+ via dh without causing other commands to emit a getopt
+ warning or deprecation message.
+
+ -- Joey Hess <joeyh@debian.org> Fri, 12 Jun 2009 00:26:11 -0400
+
debhelper (7.2.16) unstable; urgency=low
* dh_gconf: Add missed half of postrm fragment removal. Closes: #531035