summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:11:44 +0000
committerjoey <joey>1999-08-17 05:11:44 +0000
commit40fdf2d3762b3be7288cb95218c96a17a14ec764 (patch)
treee96eea2e3f8cb2b1e01821fbef63e67e9c0dbf4c
parent8466c03d332e09d3350d7f381aa6a2a945b3cca2 (diff)
downloaddebhelper-40fdf2d3762b3be7288cb95218c96a17a14ec764.tar.gz
r185: Initial Import
-rw-r--r--debian/changelog8
-rw-r--r--dh_fixperms.13
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ef661d28..bca74c89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (1.2.47) unstable; urgency=low
+
+ * doc/README: updated the example of including debhelper shell script
+ fragments inside a perl program -- the old method didn't work with shell
+ variables properly (#34850).
+
+ -- Joey Hess <joeyh@master.debian.org> Sun, 21 Mar 1999 13:25:33 -0800
+
debhelper (1.2.46) unstable; urgency=low
* doc/README: pointer to maint-guide.
diff --git a/dh_fixperms.1 b/dh_fixperms.1
index f45f0c3c..2822e27a 100644
--- a/dh_fixperms.1
+++ b/dh_fixperms.1
@@ -6,7 +6,8 @@ dh_fixperms \- fix permissions of files in package build directories
.I "[debhelper options] [-Xitem]"
.SH "DESCRIPTION"
dh_fixperms is a debhelper program that is responsible for setting the
-permissions of files in package build directories to a sane state.
+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/doc in the package build directory
(excluding files in the examples/ directory) be mode 644. It also changes