]> git.donarmstrong.com Git - debhelper.git/blob - dh_movefiles.1
r275: No idea.
[debhelper.git] / dh_movefiles.1
1 .TH DH_MOVEFILES 1
2 .SH NAME
3 dh_movefiles \- moves files out of debian/tmp into subpackages
4 .SH SYNOPSIS
5 .B dh_movefiles
6 .I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir]"
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.
15 .SH OPTIONS
16 .TP
17 .B \-v
18 Verbose mode; show all commands that modify the package build directory.
19 .TP
20 .B \-a
21 Move files for all architecture dependent packages.
22 .TP
23 .B \-i
24 Move files for all architecture independent packages.
25 .TP
26 .B \-ppackage
27 Move files for the package named "package".
28 .TP
29 .B \-Ptmpdir
30 Use "tmpdir" for package build directory. 
31 .SH NOTES
32 The
33 .B \-a
34 .B \-i
35 and
36 .B \-p
37 arguments are cumulative. If none are specified, then all packages listed in
38 the control file will be effected.
39 .SH ENVIRONMENT
40 .TP
41 .I DH_VERBOSE
42 Enables verbose mode
43 .SH "SEE ALSO"
44 .BR /usr/doc/debhelper/README
45 .SH AUTHOR
46 Joey Hess <joeyh@master.debian.org>