[SCM] Debian package of greed branch, master, updated. upstream/3.6-67-g2f9c9ea

Josue Abarca jmaslibre at debian.org.gt
Wed Jan 26 19:11:05 UTC 2011


The following commit has been merged in the master branch:
commit 2f9c9ea00f17ccf1595bc6f383efd63d6ff8be0c
Author: Josue Abarca <jmaslibre at debian.org.gt>
Date:   Wed Jan 26 13:09:38 2011 -0600

    debian/rules, debian/postinst comment added in order to point to the Debian Policy 11.11

diff --git a/debian/postinst b/debian/postinst
index 65acd0f..ba6d19d 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -13,6 +13,7 @@ cd /var/games/greed/
 if [ ! -e greed.hs ]; then
     touch greed.hs
 fi
+# Debian Policy 11.11
 # Set permissions, owner and group (fixes permissions of pre 3.4-2 files)
 chown root:games greed.hs
 chmod 664 greed.hs
diff --git a/debian/rules b/debian/rules
index 60af00e..9c5e19e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@
 %:
 	dh  $@
 
+# Debian Policy 11.11
 override_dh_fixperms:
 	dh_fixperms
 	chown root:games debian/greed/usr/games/greed

-- 
Debian package of greed



More information about the Pkg-games-commits mailing list