summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdh_fixperms4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a64c1bfa..4a19475c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (5.0.61) UNRELEASED; urgency=low
+
+ * Man page fix re v4. Closes: #450608
+
+ -- Joey Hess <joeyh@debian.org> Thu, 08 Nov 2007 12:06:44 -0500
+
debhelper (5.0.60) unstable; urgency=low
* Debhelper is now developed in a git repository.
diff --git a/dh_fixperms b/dh_fixperms
index 6ef0905c..86a3d1b4 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -24,8 +24,8 @@ dh_fixperms makes all files in usr/share/doc in the package build directory
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. It makes
-all files in bin/ directories, /usr/games/ and etc/init.d executable (v4
-only). Finally, it removes the setuid and setgid bits from all files in the
+all files in bin/ directories, /usr/games/ and etc/init.d executable (since
+v4). Finally, it removes the setuid and setgid bits from all files in the
package.
=head1 OPTIONS