]> git.donarmstrong.com Git - debhelper.git/blob - dh_installdirs.1
r275: No idea.
[debhelper.git] / dh_installdirs.1
1 .TH DH_INSTALLDIRS 1
2 .SH NAME
3 dh_installdirs \- create subdirectories in package build directories
4 .SH SYNOPSIS
5 .B dh_installdirs
6 .I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir] [dir ...]"
7 .SH "DESCRIPTION"
8 dh_installdirs is a debhelper program that is responsible for creating
9 subdirectories in package build directories.
10 .P
11 Any directory names specified as parameters will be created in the package
12 build directory of the first binary package listed in debian/control, if 
13 dh_installdirs is acting on that package.
14 .P
15 A file named debian/dirs (for the first binary package in debian/control),
16 or debian/package.dirs (for each additional package in debian/control) can
17 list other directories to be created. Seperate the directory names with
18 whitespace.
19 .P
20 Be sure to only use directory names relative to the package build
21 directory. Ie, "/usr/bin" should not be used, use "usr/bin" instead.
22 .SH OPTIONS
23 .TP
24 .B \-v
25 Verbose mode; show all commands that modify the package build directory.
26 .TP
27 .B \-a
28 Create directories for all architecture dependent packages.
29 .TP
30 .B \-i
31 Create directories for all architecture independent packages.
32 .TP
33 .B \-ppackage
34 Create directories for the package named "package".
35 .TP
36 .B \-Ptmpdir
37 Use "tmpdir" for package build directory. 
38 .TP
39 .B dir ...
40 Create these directories in the package build directory of the first binary 
41 package listed in debian/control, if we are acting on that package.
42 .SH NOTES
43 The
44 .B \-a
45 .B \-i
46 and
47 .B \-p
48 arguments are cumulative. If none are specified, then all packages listed in
49 the control file will be effected.
50 .SH ENVIRONMENT
51 .TP
52 .I DH_VERBOSE
53 Enables verbose mode
54 .SH "SEE ALSO"
55 .BR /usr/doc/debhelper/README
56 .SH BUGS
57 Directories with spaces in them will not currently be installed.
58 .SH AUTHOR
59 Joey Hess <joeyh@master.debian.org>