r10138 - packages/trunk/monsterz/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sun Aug 16 13:54:47 UTC 2009


Author: goneri
Date: 2009-08-16 13:54:46 +0000 (Sun, 16 Aug 2009)
New Revision: 10138

Added:
   packages/trunk/monsterz/debian/monsterz.postrm
Modified:
   packages/trunk/monsterz/debian/changelog
   packages/trunk/monsterz/debian/control
Log:
* Add monsterz.postrm to purge /var/games/monsterz                                              
* Add myself in Uploaders                                                                       
* Standards-Version: 3.8.2, no change


Modified: packages/trunk/monsterz/debian/changelog
===================================================================
--- packages/trunk/monsterz/debian/changelog	2009-08-15 00:09:52 UTC (rev 10137)
+++ packages/trunk/monsterz/debian/changelog	2009-08-16 13:54:46 UTC (rev 10138)
@@ -1,3 +1,11 @@
+monsterz (0.7.1-4) UNRELEASED; urgency=low
+
+  * Add monsterz.postrm to purge /var/games/monsterz  
+  * Add myself in Uploaders
+  * Standards-Version: 3.8.2, no change 
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Mon, 27 Jul 2009 18:42:39 +0200
+
 monsterz (0.7.1-3) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/monsterz/debian/control
===================================================================
--- packages/trunk/monsterz/debian/control	2009-08-15 00:09:52 UTC (rev 10137)
+++ packages/trunk/monsterz/debian/control	2009-08-16 13:54:46 UTC (rev 10138)
@@ -2,9 +2,10 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Barry deFreese <bdefreese at debian.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Barry deFreese <bdefreese at debian.org>,
+ Gonéri Le Bouder <goneri at rulezlan.org>
 Build-Depends: debhelper (>= 5.0), quilt, imagemagick
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/monsterz/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/monsterz/?op=log
 Homepage: http://sam.zoy.org/monsterz/

Added: packages/trunk/monsterz/debian/monsterz.postrm
===================================================================
--- packages/trunk/monsterz/debian/monsterz.postrm	                        (rev 0)
+++ packages/trunk/monsterz/debian/monsterz.postrm	2009-08-16 13:54:46 UTC (rev 10138)
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+case "$1" in
+  purge|remove)
+    rm -f /var/games/monsterz
+    ;;
+  upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    ;;
+  *)
+    echo "postrm called with unknown argument \`$1'" >&2
+    exit 1
+    ;;
+esac
+
+#DEBHELPER#
+




More information about the Pkg-games-commits mailing list