summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-12 00:29:04 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-12 00:29:04 -0400
commite71d6861d8a40562512b934a70ebde0bb1b2518b (patch)
treef1877396bcbbfe6a53b3ec236a0e33449a7a5ccb /debian
parent017aab3338870df4b068ce0b5f597cf1650099ac (diff)
parent69e898ae9f320e1bf812622e98c92f6949853b6e (diff)
Merge branch 'master' into buildsystems
Conflicts: Debian/Debhelper/Dh_Getopt.pm debian/changelog
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4fe56307..3916f1ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,14 @@ debhelper (7.3.0) UNRELEASED; urgency=low
-- Joey Hess <joeyh@debian.org> Mon, 20 Apr 2009 16:26:08 -0400
+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