summaryrefslogtreecommitdiff
path: root/dh_movefiles.1
diff options
context:
space:
mode:
authorjoey <joey>2000-08-21 02:04:06 +0000
committerjoey <joey>2000-08-21 02:04:06 +0000
commite3534180b30e6f5e546078105bedfd5341664118 (patch)
tree60a635600b9df4b5854e3745f0d3e73c9fb98f51 /dh_movefiles.1
parenta4664178e1e455907c0ae2c9caf089ee6b8d0cc2 (diff)
r367: * debian/package.filename.arch is now checked for first, before
debian/package.filename. Closes: #69453 * Added a section to debhelper(1) about files in debian/ used by debhelper, which documents this. Removed scattered references to debian/filename from all over the man pages.
Diffstat (limited to 'dh_movefiles.1')
-rw-r--r--dh_movefiles.12
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_movefiles.1 b/dh_movefiles.1
index 645e8263..f27b36f6 100644
--- a/dh_movefiles.1
+++ b/dh_movefiles.1
@@ -6,7 +6,7 @@ dh_movefiles \- move files out of debian/tmp into subpackages
.I "[debhelper options] [--sourcedir=dir] [file ..]"
.SH "DESCRIPTION"
dh_movefiles is a debhelper program that is responsible for moving files out
-of debian/tmp or some other directory and into other package build
+of debian/tmp or some other directory and into other package build
directories. This may be useful if your package has a Makefile that installs
everything into debian/tmp, and you need to break that up into subpackages.
.P