summaryrefslogtreecommitdiff
path: root/dh_fixperms.1
diff options
context:
space:
mode:
authorjoey <joey>2000-08-21 02:04:06 +0000
committerjoey <joey>2000-08-21 02:04:06 +0000
commite3534180b30e6f5e546078105bedfd5341664118 (patch)
tree60a635600b9df4b5854e3745f0d3e73c9fb98f51 /dh_fixperms.1
parenta4664178e1e455907c0ae2c9caf089ee6b8d0cc2 (diff)
r367: * debian/package.filename.arch is now checked for first, before
debian/package.filename. Closes: #69453 * Added a section to debhelper(1) about files in debian/ used by debhelper, which documents this. Removed scattered references to debian/filename from all over the man pages.
Diffstat (limited to 'dh_fixperms.1')
-rw-r--r--dh_fixperms.16
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_fixperms.1 b/dh_fixperms.1
index c69a1437..debc8ec3 100644
--- a/dh_fixperms.1
+++ b/dh_fixperms.1
@@ -10,8 +10,8 @@ permissions of files and directories in package build directories to a
sane state -- a state that complies with Debian policy.
.P
dh_fixperms makes all files in usr/share/doc in the package build directory
-(excluding files in the examples/ directory) be mode 644. It also changes
-the permissions of all man pages to mode 644. It makes all files be owned by
+(excluding files in the examples/ directory) be mode 644. It also changes
+the permissions of all man pages to mode 644. It makes all files be owned by
root, and it removes group and other write permission from all files.
It removes execute permissions from any libraries that have it set. Finally,
it removes the setuid and setgid bits from all files in the package.
@@ -24,7 +24,7 @@ for a list of options common to all debhelper commands.
.TP
.B \-Xitem, \--exclude=item
Exclude files that contain "item" anywhere in their filename from having
-their permissions changed. You may use this option multiple times to build
+their permissions changed. You may use this option multiple times to build
up a list of things to exclude.
.SH ENVIRONMENT
See