diff options
author | joey <joey> | 1999-08-17 04:54:26 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:54:26 +0000 |
commit | a3e7d077c9748a14bd01a632d0e02ef61bd2be6e (patch) | |
tree | 5e5d84fb5d467102622e6501d0d458d536161d5d /dh_movefiles.1 | |
parent | 66086625c0e88fd7bda3600f13cb7b9502c2d502 (diff) | |
download | debhelper-a3e7d077c9748a14bd01a632d0e02ef61bd2be6e.tar.gz |
r98: Initial Import
Diffstat (limited to 'dh_movefiles.1')
-rw-r--r-- | dh_movefiles.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_movefiles.1 b/dh_movefiles.1 index b36d3dd5..1c27f968 100644 --- a/dh_movefiles.1 +++ b/dh_movefiles.1 @@ -14,8 +14,8 @@ 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 also list directory names, and the whole directory will be moved. You can even use wildcards if you like. If you prefer, you can list the files to -move on the command line. However, this will only work if the first package -dh_movefiles is told to act on is a subpackage (ie, via -p). +move on the command line and this will apply to the first package +dh_movefiles is told to act on. .P The files will be moved in a special order: first all normal files, then all symlinks. This is done becuase it tends to be a good thing to have symlinks @@ -39,7 +39,7 @@ will output a list of what it would have done. Move files for the package named "package". .TP .B \-Ptmpdir, \--tmpdir=tmpdir -Use "tmpdir" for package build directory. +Use "tmpdir" for package build directory. .TP .B file .. Lists files to move. The filenames listed should be relative to debian/tmp/. |