]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh_auto_install: Fix man page, was referring to dh_auto_clean.
authorPer Olofsson <pelle@dsv.su.se>
Wed, 23 Jul 2008 08:59:52 +0000 (10:59 +0200)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 23 Jul 2008 14:55:28 +0000 (10:55 -0400)
debian/changelog
dh_auto_install

index 4f14bcc4f02ae31269279651a043c5b3784bd735..f8c141fa4ead103449d44dfd5fcb01f0324a9874 100644 (file)
@@ -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
index 2c8c7f6b5ae20e6f9db5f00cf6fe204482c10a65..e05ea2d6914dcf5690beca314d878d05c60fd150 100755 (executable)
@@ -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