r14224 - packages/trunk/pyracerz/debian

Barry deFreese bdefreese at alioth.debian.org
Wed Jun 5 02:57:58 UTC 2013


Author: bdefreese
Date: 2013-06-05 02:57:58 +0000 (Wed, 05 Jun 2013)
New Revision: 14224

Modified:
   packages/trunk/pyracerz/debian/changelog
   packages/trunk/pyracerz/debian/postinst
Log:
Install pyracerz.conf with 664 permissions, not 666

Modified: packages/trunk/pyracerz/debian/changelog
===================================================================
--- packages/trunk/pyracerz/debian/changelog	2013-06-05 02:46:50 UTC (rev 14223)
+++ packages/trunk/pyracerz/debian/changelog	2013-06-05 02:57:58 UTC (rev 14224)
@@ -1,6 +1,7 @@
 pyracerz (0.2-6) unstable; urgency=low
 
   [ Barry deFreese ]
+  * Create pyracerz.conf file with 664 not 6666. (Closes: #683668).
   * Update packaging to dh style rules.
     + Remove pysupport build dep, use python2 instead.
   * Move to source format 3.0 quilt.

Modified: packages/trunk/pyracerz/debian/postinst
===================================================================
--- packages/trunk/pyracerz/debian/postinst	2013-06-05 02:46:50 UTC (rev 14223)
+++ packages/trunk/pyracerz/debian/postinst	2013-06-05 02:57:58 UTC (rev 14224)
@@ -28,7 +28,7 @@
 	    fi
 	  fi
 	  chown root:games /var/games/pyracerz/*;
-	  chmod 666 /var/games/pyracerz/*;
+	  chmod 664 /var/games/pyracerz/*;
 	  dpkg-statoverride --add --force --update root games 2755 \
 		/usr/games/pyracerz;
 	;;




More information about the Pkg-games-commits mailing list