]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh: Man page typo. Closes: #517549
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 28 Feb 2009 18:21:48 +0000 (13:21 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 28 Feb 2009 18:21:48 +0000 (13:21 -0500)
debian/changelog
dh

index 8e5625cf3355eba629b5bcee713c021629c42ba2..f131d91f6b0ba6c20a8feaa25d1bb9c3d5075de7 100644 (file)
@@ -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 611e2322a1717cb1c5fda4978196fba3befa5b7b..3a3366bb3dc0a56aa6fc714fa5c96fb33da5bcc8 100755 (executable)
--- 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