]> git.donarmstrong.com Git - debhelper.git/commitdiff
r56: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:45:41 +0000 (04:45 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:45:41 +0000 (04:45 +0000)
debian/changelog
dh_fixperms

index cfda294eb039340507f79c0683bcd2a3f805effd..d1fea5375e0c540cc2803e21a18b063d42873bb8 100644 (file)
@@ -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 <joeyh@master.debian.org>  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
index 0d667fd3fed241dc4290756172c6bc362ce40a48..9bd452fb8cb424a35154641eb7210d3bf37deca8 100755 (executable)
@@ -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