r15213 - packages/trunk/pyracerz/debian

Markus Koschany apo-guest at moszumanska.debian.org
Sat Sep 20 19:33:06 UTC 2014


Author: apo-guest
Date: 2014-09-20 19:33:06 +0000 (Sat, 20 Sep 2014)
New Revision: 15213

Removed:
   packages/trunk/pyracerz/debian/examples
Modified:
   packages/trunk/pyracerz/debian/changelog
   packages/trunk/pyracerz/debian/control
   packages/trunk/pyracerz/debian/install
   packages/trunk/pyracerz/debian/postinst
   packages/trunk/pyracerz/debian/rules
Log:
Debian release 0.2-8


Modified: packages/trunk/pyracerz/debian/changelog
===================================================================
--- packages/trunk/pyracerz/debian/changelog	2014-09-20 09:21:57 UTC (rev 15212)
+++ packages/trunk/pyracerz/debian/changelog	2014-09-20 19:33:06 UTC (rev 15213)
@@ -1,3 +1,16 @@
+pyracerz (0.2-8) unstable; urgency=medium
+
+  * Team upload.
+  * Drop examples file.
+    Do no install pyracerz.conf to the doc directory but to
+    /usr/share/games/pyracerz instead.
+    Update postinst accordingly and do not rely on the existence of the
+    documentation directory during postinst because this is a Policy violation.
+    (Closes: #762020)
+  * Declare compliance with Debian Policy 3.9.6.
+
+ -- Markus Koschany <apo at gambaru.de>  Sat, 20 Sep 2014 20:25:05 +0200
+
 pyracerz (0.2-7) unstable; urgency=medium
 
   * Team upload.

Modified: packages/trunk/pyracerz/debian/control
===================================================================
--- packages/trunk/pyracerz/debian/control	2014-09-20 09:21:57 UTC (rev 15212)
+++ packages/trunk/pyracerz/debian/control	2014-09-20 19:33:06 UTC (rev 15213)
@@ -9,7 +9,7 @@
  debhelper (>= 9)
 Build-Depends-Indep:
  python
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://pyracerz.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/pyracerz/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/pyracerz/

Deleted: packages/trunk/pyracerz/debian/examples
===================================================================
--- packages/trunk/pyracerz/debian/examples	2014-09-20 09:21:57 UTC (rev 15212)
+++ packages/trunk/pyracerz/debian/examples	2014-09-20 19:33:06 UTC (rev 15213)
@@ -1 +0,0 @@
-debian/pyracerz.conf

Modified: packages/trunk/pyracerz/debian/install
===================================================================
--- packages/trunk/pyracerz/debian/install	2014-09-20 09:21:57 UTC (rev 15212)
+++ packages/trunk/pyracerz/debian/install	2014-09-20 19:33:06 UTC (rev 15213)
@@ -1,5 +1,6 @@
 debian/pyracerz.desktop     usr/share/applications
 debian/pyracerz.xpm         usr/share/pixmaps
+debian/pyracerz.conf        usr/share/games/pyracerz
 credits                     usr/share/games/pyracerz
 fonts                       usr/share/games/pyracerz
 modules                     usr/share/games/pyracerz

Modified: packages/trunk/pyracerz/debian/postinst
===================================================================
--- packages/trunk/pyracerz/debian/postinst	2014-09-20 09:21:57 UTC (rev 15212)
+++ packages/trunk/pyracerz/debian/postinst	2014-09-20 19:33:06 UTC (rev 15213)
@@ -21,11 +21,8 @@
 	configure)
 	  # if score file is empty, create one.
 	  if [ ! -f /var/games/pyracerz/pyracerz.conf ]; then
-	    cp /usr/share/doc/pyracerz/examples/pyracerz.conf* \
+	    cp /usr/share/games/pyracerz/pyracerz.conf \
 	      /var/games/pyracerz/;
-	    if [ -f /var/games/pyracerz/pyracerz.conf.gz ]; then
-	      gunzip /var/games/pyracerz/pyracerz.conf.gz;
-	    fi
 	  fi
 	  chown root:games /var/games/pyracerz/*;
 	  chmod 664 /var/games/pyracerz/*;

Modified: packages/trunk/pyracerz/debian/rules
===================================================================
--- packages/trunk/pyracerz/debian/rules	2014-09-20 09:21:57 UTC (rev 15212)
+++ packages/trunk/pyracerz/debian/rules	2014-09-20 19:33:06 UTC (rev 15213)
@@ -4,13 +4,10 @@
 	dh $@ --parallel --with python2
 
 override_dh_install:
+	cp .pyRacerz.conf debian/pyracerz.conf
 	dh_install
 	cp pyRacerz.py debian/pyracerz/usr/games/pyracerz
 
-override_dh_installexamples:
-	cp .pyRacerz.conf debian/pyracerz.conf
-	dh_installexamples
-
 override_dh_clean:
 	dh_clean
 	rm -f debian/pyracerz.conf




More information about the Pkg-games-commits mailing list