From: joey Date: Tue, 17 Aug 1999 04:45:41 +0000 (+0000) Subject: r56: Initial Import X-Git-Tag: debian_version_0_1~174 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4885585563e09e444f422d1696fb6ad4c03800ce;p=debhelper.git r56: Initial Import --- diff --git a/debian/changelog b/debian/changelog index cfda294..d1fea53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +debhelper (0.60) unstable; urgency=low + + * dh_fixperms: make all files readable and writable by owner + (policy 3.3.8 paragraph 2). + Lintian found lots of bugs that will be fixed by this change. + + -- Joey Hess Mon, 9 Feb 1998 12:26:13 -0800 + debhelper (0.59) unstable; urgency=low * Added DH_NO_ACT and --no-act, which make debhelper commands run without diff --git a/dh_fixperms b/dh_fixperms index 0d667fd..9bd452f 100755 --- a/dh_fixperms +++ b/dh_fixperms @@ -12,6 +12,7 @@ for PACKAGE in $DH_DOPACKAGES; do if [ -d $TMP ]; then doit "chown -R root.root $TMP" doit "chmod -R go=rX $TMP" + doit "chmod -R u+rw $TMP" fi # Fix up premissions in usr/doc, setting everything to not exectable