]> git.donarmstrong.com Git - debhelper.git/blob - dh_movefiles.1
r144: Initial Import
[debhelper.git] / dh_movefiles.1
1 .TH DH_MOVEFILES 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_movefiles \- moves files out of debian/tmp into subpackages
4 .SH SYNOPSIS
5 .B dh_movefiles
6 .I "[debhelper options] [file ..]"
7 .SH "DESCRIPTION"
8 dh_movefiles is a debhelper program that is responsible for moving files out
9 of debian/tmp and into other package build directories. This may be useful
10 if your package has a Makefile that installs everything into debian/tmp, and
11 you need to break that up into subpackages.
12 .P
13 Files named debian/package.files list the files to be moved, separated by
14 whitespace. The filenames listed should be relative to debian/tmp/. You can
15 also list directory names, and the whole directory will be moved. You can
16 even use wildcards if you like. If you prefer, you can list the files to
17 move on the command line and this will apply to the first package
18 dh_movefiles is told to act on.
19 .P
20 The files will be moved in a special order: first all normal files, then all
21 symlinks. This is done becuase it tends to be a good thing to have symlinks
22 last in debian packages, particularly in shared library packages.
23 .SH OPTIONS
24 .TP
25 .B debhelper options
26 See
27 .BR debhelper (1)
28 for a list of options common to all debhelper commands.
29 .TP
30 .B file ..
31 Lists files to move. The filenames listed should be relative to debian/tmp/.
32 You can also list directory names, and the whole directory will be moved. You
33 can even use wildcards if you like. It is an error to list files here unless
34 you use -p, -i, or -a to tell dh_movefiles which subpackage to put them in.
35 .SH ENVIRONMENT
36 See
37 .BR debhelper (1)
38 for a list of environment variables that affect all debhelper commands.
39 .SH "SEE ALSO"
40 .BR debhelper (1)
41 .SH AUTHOR
42 Joey Hess <joeyh@master.debian.org>