diff options
author | joey <joey> | 1999-08-17 05:06:17 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:06:17 +0000 |
commit | e06e87d0aee1e09703e21b74a23f2249fcd4c6bb (patch) | |
tree | 2488ad947b814c698eda6ad7031bf307738b682d /dh_movefiles.1 | |
parent | 9f541c8e0ec6d0ede61c9e26330e8cd4e04cf6c4 (diff) | |
download | debhelper-e06e87d0aee1e09703e21b74a23f2249fcd4c6bb.tar.gz |
r152: Initial Import
Diffstat (limited to 'dh_movefiles.1')
-rw-r--r-- | dh_movefiles.1 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/dh_movefiles.1 b/dh_movefiles.1 index 260d5069..6ec525a8 100644 --- a/dh_movefiles.1 +++ b/dh_movefiles.1 @@ -3,12 +3,12 @@ dh_movefiles \- moves files out of debian/tmp into subpackages .SH SYNOPSIS .B dh_movefiles -.I "[debhelper options] [file ..]" +.I "[debhelper options] [--sourcedir=dir] [file ..]" .SH "DESCRIPTION" dh_movefiles is a debhelper program that is responsible for moving files out -of debian/tmp 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. +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 Files named debian/package.files list the files to be moved, separated by whitespace. The filenames listed should be relative to debian/tmp/. You can @@ -27,6 +27,13 @@ See .BR debhelper (1) for a list of options common to all debhelper commands. .TP +.B --sourcedir=dir +Instead of moveing files out of debian/tmp (the default), this option makes +it move files out of some other directory. Since the entire contents of +the sourcedir is moved, specifiying something like --sourcedir=/ is very +unsafe, so to prevent mistakes, the sourcedir must be a relative filename; it +cannot begin with a `/'. +.TP .B file .. Lists files to move. The filenames listed should be relative to debian/tmp/. You can also list directory names, and the whole directory will be moved. You |