Penguin
Blame: dh_fixperms(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dh_fixperms(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_FIXPERMS
2 !!!DH_FIXPERMS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 dh_fixperms - fix permissions of files in package build directories
14 !!SYNOPSIS
15
16
17 __dh_fixperms__ [[''debhelper options'']
18 [[__-X__''item'']
19 !!DESCRIPTION
20
21
22 dh_fixperms is a debhelper program that is responsible for
23 setting the permissions of files and directories in package
24 build directories to a sane state -- a state that complies
25 with Debian policy.
26
27
28 dh_fixperms makes all files in usr/share/doc in the package
29 build directory (excluding files in the examples/ directory)
30 be mode 644. It also changes the permissions of all man
31 pages to mode 644. It makes all files be owned by root, and
32 it removes group and other write permission from all files.
33 It removes execute permissions from any libraries that have
34 it set. It makes all files in bin/ directories and
35 etc/init.d executable (v4 only). Finally, it removes the
36 setuid and setgid bits from all files in the
37 package.
38 !!OPTIONS
39
40
41 __-X__''item'', __--exclude__
42 ''item''
43
44
45 Exclude files that contain ``item'' anywhere in their
46 filename from having their permissions changed. You may use
47 this option multiple times to build up a list of things to
48 exclude.
49 !!SEE ALSO
50
51
52 debhelper(1)
53
54
55 This program is a part of debhelper.
56 !!AUTHOR
57
58
59 Joey Hess
60 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.