]> git.donarmstrong.com Git - debhelper.git/commitdiff
r61: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:48:06 +0000 (04:48 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:48:06 +0000 (04:48 +0000)
README
debian/changelog
dh_movefiles
dh_movefiles.1
dh_testversion.1

diff --git a/README b/README
index bb4b6f06ebb0b6632b81fac59b8d27ffa29dad67..fc9f95dbfca9ece818fe51bf781fad73f6c168db 100644 (file)
--- a/README
+++ b/README
@@ -132,5 +132,13 @@ binary package the debhelper program will act on. For example:
 
 This uses debian/tmp-<package> as the package build directory.
 
+Other notes:
+-----------
+
+* In general, if any debhelper program needs a directory to exist under
+  debian/, it will create it. I haven't bothered to document this in all the
+  man pages, but for example, dh_installdeb knows to make debian/tmp/DEBIAN/
+  before trying to put files there, dh_installmenu knows you need a
+  debian/tmp/usr/lib/menu/ before installing the menu files, etc.
 
 -- Joey Hess <joeyh@master.debian.org>
index a2e73ab62051aa5c9925e711510594ea198bc1a2..f742500b9c762d6c5a55b732d86053de03464d20 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (0.65) unstable; urgency=low
+
+  * dh_installdocs.1, dh_movefiles.1: cleaified documentation for Che.
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon,  2 Mar 1998 17:20:39 -0800
+
 debhelper (0.64) unstable; urgency=low
 
   * Removed some junk (a whole old debhelper source tree!) that had gotten
index 9190853cf0f08403a076aaa730b33f26aa09ebb5..939f38c84e9ffc7940affccbc7fda3722b451850 100755 (executable)
@@ -13,8 +13,8 @@ for PACKAGE in $DH_DOPACKAGES; do
 
        # debian/files has a different purpose, so ignore it.
        if [ "$files" -a "$files" != "debian/files" ]; then
-               if [ "$PACKAGE" = "$MAINPACKAGE" ]; then
-                       error "I was asked to move some files from $PACKAGE into itself."
+               if [ "$TMP" = "debian/tmp" ]; then
+                       error "I was asked to move some files from debian/tmp to debian/tmp."
                fi
 
                if [ ! -d "$TMP" ]; then
index cdda662e1e551716c1c9acf69eca2a31321455fb..c7e81832cc419645a49447f539d0ef8e3c535c51 100644 (file)
@@ -11,7 +11,8 @@ if your package has a Makefile that installs everything into debian/tmp, and
 you need to break that up into subpackages.
 .P
 Files named debian/package.files list the files to be moved, separated by
-whitespace. The filenames listed should be relative to debian/tmp/.
+whitespace. The filenames listed should be relative to debian/tmp/. You can
+also list directory names, and the whole directory will be moved.
 .SH OPTIONS
 .TP
 .B \-v, \--verbose
index f385a8ca5aa23c0511aecc3b644d2f936d5bb032..5fb7332baf5c492de5630896136284a9215dd4d0 100644 (file)
@@ -25,7 +25,7 @@ dpkg --help.
 .TP
 .B version
 Version number to compare against the current version of debhelper. If not
-specified, dh_testroot does nothing.
+specified, dh_testversion does nothing.
 .SH EXAMPLES
 .TP
 .I dh_testversion 0.50