]> git.donarmstrong.com Git - debhelper.git/commitdiff
Fix some docs that refered to --srcdir rather than --sourcedir. Closes: #504742
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 6 Nov 2008 20:36:34 +0000 (15:36 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 6 Nov 2008 20:36:34 +0000 (15:36 -0500)
debhelper.pod
debian/changelog
dh_install

index e840d31f0b054af86814282daa87c1d6dffab12d..3313d573b650a3d25dae2b93a4b6bdfe32af5cbc 100644 (file)
@@ -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 -
index 0435fccb09d6784a8b44b0e301059eac0556d3f7..847c70d926eade312167b551f229617ded745aaa 100644 (file)
@@ -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
 
index bd17e3abc48bac100f2f2ec0cefcae3420c4e383..1483d273874f048f038f9aae6d40b04c267a31ba 100755 (executable)
@@ -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