]> git.donarmstrong.com Git - debhelper.git/commitdiff
Correct docs about dh_install and debian/tmp in v7 mode
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 25 Jun 2008 07:36:50 +0000 (03:36 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 25 Jun 2008 07:36:50 +0000 (03:36 -0400)
* Correct docs about dh_install and debian/tmp in v7 mode. It first looks in
  the current directory, or whatever is configured with --srcdir. Then it
  always falls back to looking in debian/tmp.
* Medium urgency to get this doc fix into testing.

debhelper.pod
debian/changelog
dh_install

index 7b2760658b77068237029a0a5b247269ef51baa8..e840d31f0b054af86814282daa87c1d6dffab12d 100644 (file)
@@ -398,10 +398,10 @@ Changes from V6 are:
 
 =item -
 
-dh_install, if --sourcedir is not specified, will first look for files in
-debian/tmp, and then will look in the current directory. This allows
-dh_install to interoperate with dh_auto_install without needing any special
-parameters.
+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,
+which installs to debian/tmp, without needing any special parameters.
 
 =item -
 
index 542c1f7c4241596abff315cf1c511a7b40fd4a4c..2ae4820bc655268c4f0cefef3598ea78f7377ba2 100644 (file)
@@ -1,3 +1,12 @@
+debhelper (7.0.12) UNRELEASED; urgency=medium
+
+  * Correct docs about dh_install and debian/tmp in v7 mode. It first looks in
+    the current directory, or whatever is configured with --srcdir. Then it
+    always falls back to looking in debian/tmp.
+  * Medium urgency to get this doc fix into testing.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 25 Jun 2008 03:30:49 -0400
+
 debhelper (7.0.11) unstable; urgency=low
 
   * dh: Man page fix. Closes: #485116
index 7a6046ba207f337a64b8e1208d91618ff39242f8..cb30d4d762062f5eab762f7e9857a29484da7758 100755 (executable)
@@ -40,9 +40,9 @@ package that builds multiple binary packages. You can use the upstream
 Makefile to install it all into debian/tmp, and then use dh_install to copy
 directories and files from there into the proper package build directories.
 
-From debhelper compatibility level 7 on, if --sourcedir is not specified,
-dh_install will install files from debian/tmp if the directory contains the
-files. Otherwise, it will install files from the current directory.
+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).
 
 =head1 OPTIONS