summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdh_auto_install2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4f14bcc4..f8c141fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (7.0.17) UNRELEASED; urgency=low
+
+ [ Per Olofsson ]
+ * dh_auto_install: Fix man page, was referring to dh_auto_clean.
+
+ -- Per Olofsson <pelle@debian.org> Wed, 23 Jul 2008 10:52:14 +0200
+
debhelper (7.0.16) unstable; urgency=low
* dh: Avoid passing --with on to subcommands. Closes: #490886
diff --git a/dh_auto_install b/dh_auto_install
index 2c8c7f6b..e05ea2d6 100755
--- a/dh_auto_install
+++ b/dh_auto_install
@@ -42,7 +42,7 @@ dh_auto_install at all, and just run make install manually.
=item B<--> I<params>
Pass "params" to the program that is run. These can be used to suppliment
-or override the any standard parameters that dh_auto_clean passes.
+or override the any standard parameters that dh_auto_install passes.
=back