summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdh2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e5625cf..f131d91f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (7.0.51) UNRELEASED; urgency=low
+
+ * dh: Man page typo. Closes: #517549
+
+ -- Joey Hess <joeyh@debian.org> Sat, 28 Feb 2009 13:21:33 -0500
+
debhelper (7.0.50) unstable; urgency=low
* This release is designed to be easily backportable to stable,
diff --git a/dh b/dh
index 611e2322..3a3366bb 100755
--- a/dh
+++ b/dh
@@ -187,7 +187,7 @@ default. This is how to use dh_pycentral instead.
#!/usr/bin/make -f
%:
- dh --with python-central
+ dh --with python-central $@
=cut