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>
+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
# 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
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
.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