summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdh_gencontrol2
-rwxr-xr-xdh_shlibdeps2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8a2016c6..f16312ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ debhelper (8.1.0) UNRELEASED; urgency=low
* python_distutils: Pass --force to setup.py build, to ensure that when
python-dbg is run it does not win and result in scripts having it in
the shebang line. Closes: #589759
+ * Man page fixes about what program -u passes params to. Closes: #593342
-- Joey Hess <joeyh@debian.org> Sat, 07 Aug 2010 11:27:24 -0400
diff --git a/dh_gencontrol b/dh_gencontrol
index 93f04594..52e944c2 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -33,7 +33,7 @@ Pass "params" to L<dpkg-gencontrol(1)>.
=item B<-u>I<params>, B<--dpkg-gencontrol-params>=I<params>
-This is another way to pass I<params> to L<dpkg-deb(1)>.
+This is another way to pass I<params> to L<dpkg-gencontrol(1)>.
It is deprecated; use B<--> instead.
=back
diff --git a/dh_shlibdeps b/dh_shlibdeps
index 91930d74..34120c3a 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -40,7 +40,7 @@ Pass "params" to L<dpkg-shlibdeps(1)>.
=item B<-u>I<params>, B<--dpkg-shlibdeps-params=>I<params>
-This is another way to pass I<params> to L<dpkg-deb(1)>.
+This is another way to pass I<params> to L<dpkg-shlibdeps(1)>.
It is deprecated; use B<--> instead.
=item B<-l>I<directory>[:directory:directory:..]