[SCM] packaging for the mame arcade game emulator branch, master, updated. 9755eeba16fadf2cb20fa3d171f8322fd85ef8c4

Jordi Mallach jordi at debian.org
Mon Apr 4 09:20:15 UTC 2011


The following commit has been merged in the master branch:
commit 434b75f9b622524d3d182d43d1914d66883ef1a4
Author: Jordi Mallach <jordi at debian.org>
Date:   Sun Apr 3 20:36:08 2011 +0200

    Minor cleanups in maintainer scripts.

diff --git a/debian/changelog b/debian/changelog
index 74a4ac5..f53880d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,18 @@
 mame (0.141-2) UNRELEASED; urgency=low
 
+  [ Emmanuel Kasper ]
   * Update VCS address to point to Alioth
   * Improve handling of upgrade in case of existing /etc/mame/mame.ini
   * Documentation improvements
-  * Remove mame-regrep,mame-split,mame-src2html,mame-srcclean from mame-tools
-  as suggested by upstream, cf
-  http://forums.bannister.org/
-  ubbthreads.php?ubb=showflat&Number=66395#Post66395
+  * Remove mame-regrep, mame-split, mame-src2html and mame-srcclean from
+    mame-tools as suggested by upstream
   * Link with --as-needed LDFLAGS
   * Debian Games Team as package maintainer
 
- -- Emmanuel Kasper <emmanuel at libera.cc>  Fri, 18 Feb 2011 13:54:41 +0100
+  [ Jordi Mallach ]
+  * Minor cleanups in maintainer scripts.
+
+ -- Jordi Mallach <jordi at debian.org>  Sun, 03 Apr 2011 20:32:49 +0200
 
 mame (0.141-1) experimental; urgency=low
 
diff --git a/debian/mame.postinst b/debian/mame.postinst
index 55f7e43..d0265ff 100644
--- a/debian/mame.postinst
+++ b/debian/mame.postinst
@@ -1,23 +1,8 @@
 #!/bin/bash
 # postinst script for mame
-#
-# see: dh_installdeb(1)
 
 set -e
 
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-
-
 # Load default debconf 
 . /usr/share/debconf/confmodule
 
@@ -73,9 +58,6 @@ case "$1" in
 
 esac
 
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
 #DEBHELPER#
 
 exit 0
diff --git a/debian/mame.postrm b/debian/mame.postrm
index bf1f7b9..e3c6604 100644
--- a/debian/mame.postrm
+++ b/debian/mame.postrm
@@ -1,24 +1,9 @@
 #!/bin/sh
 # postrm script for mame
-#
-# see: dh_installdeb(1)
 
 set -e
 
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-# Liste des dossiers à supprimer lors de la désinstallation du paquet
+# List of dirs to delete on package purge
 CLEAN_REP=" \
 /usr/share/games/mame/artwork \
 /usr/share/games/mame/cheat \
@@ -33,7 +18,7 @@ CLEAN_REP=" \
 
 case "$1" in
   remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    # On tente une suppression "passive", en laissant les dossiers non vides
+    # Passive removal, leave behind no empty directories
     for REP in $CLEAN_REP; do
       if [ -d "$REP" ]; then
         if [ -L "$REP" ]; then
@@ -48,7 +33,7 @@ case "$1" in
   ;;
 
   purge)
-    # Nettoyage total, suppression de TOUS les dossiers créés!
+    # Total removal, delete ALL created directories!
     for REP in $CLEAN_REP; do
       if [ -d $REP ] ; then
         rm -rf $REP
@@ -63,9 +48,6 @@ case "$1" in
 
 esac
 
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
 #DEBHELPER#
 
 exit 0

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list