summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdh4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 976ea24d..257a5476 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,6 +56,12 @@ debhelper (7.1.0) experimental; urgency=low
-- Joey Hess <joeyh@debian.org> Wed, 10 Sep 2008 13:58:00 -0400
+debhelper (7.0.51) unstable; urgency=low
+
+ * dh: Man page typos. Closes: #517549, #517550
+
+ -- Joey Hess <joeyh@debian.org> Sat, 28 Feb 2009 13:23:30 -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 efb3b51b..81160b84 100755
--- a/dh
+++ b/dh
@@ -39,7 +39,7 @@ then when it gets to that command in the sequence, dh will run that
target from the rules file, rather than running the actual command. The
override target can then run the command with additional options, or run
entirely different commands instead. (Note that to use this feature,
-you should Build-Depend on debhelper 7.2 or above.)
+you should Build-Depend on debhelper 7.0.50 or above.)
=head1 OPTIONS
@@ -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