From: Joey Hess Date: Thu, 6 Nov 2008 20:36:34 +0000 (-0500) Subject: Fix some docs that refered to --srcdir rather than --sourcedir. Closes: #504742 X-Git-Tag: 7.1.1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1c190a957c78e22e49c2430c078e82809899c31f;p=debhelper.git Fix some docs that refered to --srcdir rather than --sourcedir. Closes: #504742 --- diff --git a/debhelper.pod b/debhelper.pod index e840d31..3313d57 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 0435fcc..847c70d 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 Mon, 03 Nov 2008 18:50:03 -0500 diff --git a/dh_install b/dh_install index bd17e3a..1483d27 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