]> git.donarmstrong.com Git - debhelper.git/blob - dh_fixperms.1
r20: Initial Import
[debhelper.git] / dh_fixperms.1
1 .TH DH_FIXPERMS 1
2 .SH NAME
3 dh_fixperms \- fix permissions of files in package build directories
4 .SH SYNOPSIS
5 .B dh_fixperms
6 .I "[-v] [-a] [-i] [-ppackage]"
7 .SH "DESCRIPTION"
8 dh_fixperms is a debhelper program that is responsible for setting the
9 permissions of files in package build directories to a sane state.
10 .P
11 dh_fixperms makes all files in usr/doc in the package build directory
12 (excluding files in the examples/ directory) be mode 644. It also changes 
13 the permissions of all man pages to mode 644. It makes all files be owned by 
14 root, and it removes group and other write permission from all files.
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 Fix permissions for all architecture dependent packages.
22 .TP
23 .B \-i
24 Fix permissions for all architecture independent packages.
25 .TP
26 .B \-ppackage
27 Fix permissions for the package named "package".
28 .SH NOTES
29 The
30 .B \-a
31 .B \-i
32 and
33 .B \-p
34 arguments are cumulative. If none are specified, then all packages listed in
35 the control file will have thier permissions fixed.
36 .SH ENVIRONMENT
37 .TP
38 .I DH_VERBOSE
39 Enables verbose mode
40 .SH "SEE ALSO"
41 .BR /usr/doc/debhelper/README
42 .SH "CONFORMS TO"
43 Debian policy, version 2.3.0.0
44 .SH AUTHOR
45 Joey Hess <joeyh@master.debian.org>