From 1c190a957c78e22e49c2430c078e82809899c31f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Nov 2008 15:36:34 -0500 Subject: [PATCH] Fix some docs that refered to --srcdir rather than --sourcedir. Closes: #504742 --- debhelper.pod | 2 +- debian/changelog | 2 ++ dh_install | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.2