summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdh_install4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 65643df0..13bdc7f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ debhelper (9.20120116) UNRELEASED; urgency=low
* dh_auto_install: Set AM_UPDATE_INFO_DIR=no to avoid automake
generating an info dir file. Closes: #634741
+ * dh_install: Man page clarification. Closes: #659635
-- Joey Hess <joeyh@debian.org> Wed, 08 Feb 2012 13:46:13 -0400
diff --git a/dh_install b/dh_install
index c7987801..c9b47bd6 100755
--- a/dh_install
+++ b/dh_install
@@ -12,7 +12,7 @@ use Debian::Debhelper::Dh_Lib;
=head1 SYNOPSIS
-B<dh_install> [B<-X>I<item>] [B<--autodest>] [B<--sourcedir=>I<dir>] [S<I<debhelper options>>] [S<I<file> ... I<dest>>]
+B<dh_install> [B<-X>I<item>] [B<--autodest>] [B<--sourcedir=>I<dir>] [S<I<debhelper options>>] [S<I<file|dir> ... I<destdir>>]
=head1 DESCRIPTION
@@ -105,7 +105,7 @@ itself in a
F<debian/package.install> file, with no explicit destination, then B<dh_install>
will automatically guess the destination even if this flag is not set.
-=item I<file> ... I<dest>
+=item I<file|dir> ... I<destdir>
Lists files (or directories) to install and where to install them to.
The files will be installed into the first package F<dh_install> acts on.