summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debhelper.pod2
-rw-r--r--debian/changelog2
-rwxr-xr-xdh_install2
3 files changed, 4 insertions, 2 deletions
diff --git a/debhelper.pod b/debhelper.pod
index e840d31f..3313d573 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -400,7 +400,7 @@ Changes from V6 are:
dh_install, will fall back to looking for files in debian/tmp if it doesn't
find them in the current directory (or wherever you tell it look using
---srcdir). This allows dh_install to interoperate with dh_auto_install,
+--sourcedir). This allows dh_install to interoperate with dh_auto_install,
which installs to debian/tmp, without needing any special parameters.
=item -
diff --git a/debian/changelog b/debian/changelog
index 0435fccb..847c70d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
debhelper (7.1.1) UNRELEASED; urgency=low
* dh_install(1): Order options alphabetically. Closes:# 503896
+ * Fix some docs that refered to --srcdir rather than --sourcedir.
+ Closes: #504742
-- Joey Hess <joeyh@debian.org> Mon, 03 Nov 2008 18:50:03 -0500
diff --git a/dh_install b/dh_install
index bd17e3ab..1483d273 100755
--- a/dh_install
+++ b/dh_install
@@ -42,7 +42,7 @@ directories and files from there into the proper package build directories.
From debhelper compatibility level 7 on, dh_install will fall back to
looking in debian/tmp for files, if it doesn't find them in the current
-directory (or whereever you've told it to look using --srcdir).
+directory (or whereever you've told it to look using --sourcedir).
=head1 OPTIONS