From: Joey Hess Date: Thu, 8 Nov 2007 17:07:04 +0000 (-0500) Subject: * Man page fix re v4. Closes: #450608 X-Git-Tag: 5.0.61~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fff48ce7e824a3edb96a36007274c36d165c5aca;p=debhelper.git * Man page fix re v4. Closes: #450608 --- diff --git a/debian/changelog b/debian/changelog index a64c1bf..4a19475 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 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 6ef0905..86a3d1b 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