]> git.donarmstrong.com Git - debhelper.git/commitdiff
* Man page fix re v4. Closes: #450608
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 8 Nov 2007 17:07:04 +0000 (12:07 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 8 Nov 2007 17:07:04 +0000 (12:07 -0500)
debian/changelog
dh_fixperms

index a64c1bfa432b546ea76c8159ee5fd65579ee9284..4a19475c6ec3aa34973360e1b6dfc37633fc5a22 100644 (file)
@@ -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.
index 6ef0905cfe20705c621071e77e8cda80a05501ce..86a3d1b42142f2fa0656fdd775704cb45b4e869d 100755 (executable)
@@ -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