[SCM] mess system emulator branch, master, updated. 129a39f20b112ad6d4f317579ac4bd2b1084e5c5

Jordi Mallach jordi at debian.org
Tue Dec 20 01:20:25 UTC 2011


The following commit has been merged in the master branch:
commit 368251ae366ada580cf3c47b64e214a5f28c4252
Author: Jordi Mallach <jordi at debian.org>
Date:   Tue Dec 20 02:19:46 2011 +0100

    Remove unused files.

diff --git a/debian/mame-get-roms.sh b/debian/mame-get-roms.sh
deleted file mode 100644
index d46899b..0000000
--- a/debian/mame-get-roms.sh
+++ /dev/null
@@ -1,45 +0,0 @@
-    DESTPATH="/usr/share/games/mame/roms/";
-    FREEROMS=(
-      'Robby Roto (Ballt/Midway)'  'http://www.mamedev.org/roms/robby/robby.zip' \
-      'Gridlee (Videa)'            'http://www.mamedev.org/roms/gridlee/gridlee.zip' \
-      'Alien Arena (Duncan Brown)' 'http://www.mamedev.org/roms/alienar/alienar.zip' \
-      'Teeter Torture (Exidy)'     'http://www.mamedev.org/roms/teetert/teetert.zip' \
-      'Circus (Exidy)'             'http://www.mamedev.org/roms/circus/circus.zip' \
-      'Robot Bowl (Exidy)'         'http://www.mamedev.org/roms/robotbwl/robotbwl.zip' \
-      'Car Polo (Exidy)'           'http://www.mamedev.org/roms/carpolo/carpolo.zip' \
-      'Rip Cord (Exidy)'           'http://www.mamedev.org/roms/ripcord/ripcord.zip' \
-      'Fire One (Exidy)'           'http://www.mamedev.org/roms/fireone/fireone.zip' \
-      'Crash (Exidy)'              'http://www.mamedev.org/roms/crash/crash.zip' \
-      'Star Fire (Exidy)'          'http://www.mamedev.org/roms/starfire/starfire.zip' \
-      'Side Track (Exidy)'         'http://www.mamedev.org/roms/sidetrac/sidetrac.zip' \
-      'Spectar (Exidy)'            'http://www.mamedev.org/roms/spectar/spectar.zip' \
-      'Targ (Exidy)'               'http://www.mamedev.org/roms/targ/targ.zip' \
-    );
-    NBROMS=$((${#FREEROMS[@]}/2));
-
-    if [ ! -d ${DESTPATH} ]; then
-      mkdir -p ${DESTPATH}
-    fi
-
-    for (( i = 0 ; i < ${#FREEROMS[@]} ; i=i+2 ))
-    do
-      ROMPATH=${DESTPATH}$(basename ${FREEROMS[$i+1]});
-      if [ ! -s $ROMPATH ]; then
-        NOTDOWNLOADED="true";
-        break;
-      fi;
-    done
-
-    if [ "$NOTDOWNLOADED" = "true" ]; then
-      db_get mame/getfreeroms
-      if [ "$RET" = "true" ]; then
-        for (( i = 0 ; i < ${#FREEROMS[@]} ; i=i+2 ))
-        do
-          ROMPATH=${DESTPATH}$(basename ${FREEROMS[$i+1]});
-          #echo -en "\n-- $(((i+1)/2))/${NBROMS}. ${FREEROMS[$i]} ";
-          wget --user-agent="MAME package for Debian/Ubuntu <ludomatic at gmail.com>" ${FREEROMS[$i+1]} -O "$ROMPATH";
-          if [ $? -ne 0 ]; then NOTCOMPLETE="true" ; fi;
-          if [ ! -s $ROMPATH ]; then NOTCOMPLETE="true" ; fi;
-        done
-      fi
-    fi
diff --git a/debian/mame.README.Debian b/debian/mame.README.Debian
deleted file mode 100644
index 26f5a7e..0000000
--- a/debian/mame.README.Debian
+++ /dev/null
@@ -1,85 +0,0 @@
-== HISTORY ==
-
-This package supersedes the xmame-* packages, as the unix sdl port of Mame
-has been integrated in official mame since 0.136.
-See http://rbelmont.mameworld.info/?p=519 for info.
-
-== QUICK START ==
-
-1. Create a folder "mame" and a subfolder "mame/roms" in your home directory.
-
-2. Download the freely available rom World Rally from http://gaelco.com
-and put the wrally.zip file in the "roms" folder.
-
-3. Check now the sanity of your roms. Mame is very picky about that.
-
-{{{
-mame -verifyroms
-
-wrally  : tibpal20l8-25cnt.b23 (260 bytes) - NOT FOUND - NO GOOD DUMP KNOWN
-wrally  : gal16v8-25lnc.h21 (260 bytes) - NOT FOUND - NO GOOD DUMP KNOWN
-wrally  : tibpal20l8-25cnt.h15 (260 bytes) - NOT FOUND - NO GOOD DUMP KNOWN
-romset wrally is best available
-mac2bios: macs2os_l.bin (524288 bytes) - NOT FOUND - NO GOOD DUMP KNOWN
-mac2bios: macs2os_h.bin (524288 bytes) - NOT FOUND - NO GOOD DUMP KNOWN
-romset mac2bios is best available
-2 romsets found, 2 were OK.
-}}}
-
-You can safely ignore the mac2bios warning.
-
-4. Now start Mame with the command "mame" from the shell 
-or from your desktop applications menu.
-
-5. Basic keyboard commands include
-  * 5 key to insert a coin
-  * 1 key to start the game 
-  * Tab key to access the mame internal menu
-
-6. If mame is way too slow on your computer and you have 3D hardware 
-acceleration available, change the "video" parameter from "soft" to "opengl"
-in the Mame configuration file.
-
-== DEFAULT FILES ==
-
-  * MAME binary: {{{/usr/games/mame}}}
-  * MAME tools directory: {{{/usr/bin}}} (chdman, ldresample, ...)
-  * Configuration file: {{{$HOME/.mame/mame.ini}}} or {{{/etc/mame/mame.ini}}}
-  * Output folders: {{{$HOME/.mame}}} (memory cards, snapshots, ...)
-  * Core folders: {{{/usr/share/games/mame}}} (roms, cheats, ...)
-
-== ROMS AND CONFIGURATION ==
-
-A default configuration file is provided with the package and installed 
-in {{{/etc/mame/mame.ini}}}
-
-If you need to change the location of the roms folder or tweak something like 
-video or cheats you can either:
-  * make your own copy of {{{/etc/mame/mame.ini}}} in {{{$HOME/.mame/mame.ini}}} and edit that file (recommended)
-  * edit directly {{{/etc/mame/mame.ini}}} 
-
-You can verify that MAME have read the correct options with "{{{mame -showconfig}}}"
-and even create a fresh mame.ini file with "{{{mame -createconfig}}}".
-
-If you upgraded from a previous version of mame, you might have to replace your
-rom sets, see the [[http://ur1.ca/3a2w5|Mame FAQ on ROMs]].
-
-== TOOLS ==
-
-MAME utilities like chdman, jedutil, ldresample or ldverify are available in a
-separate extra package called DebianPkg:mame-tools.
-
-== PATCH ==
-
-This package uses quilt to manage all modifications to the upstream source.
-Changes are stored in the source package as diffs in debian/patches and applied
-during the build. See {{{/usr/share/doc/quilt/README.source}}} for a detailed
-explanation.
-
-== ARTWORK ==
-
-Backdrop, overlay and bezel artwork can be downloaded from http://mirror.xmission.com/mame/ individually or globally with the following command ( provided your artwork search path is {{{$HOME/mame/artwork}}}, which is the default )
-{{{
-wget --no-directories --recursive   --directory-prefix $HOME/mame/artwork ftp://mirror.xmission.com/mame/artwork/
-}}}
-
diff --git a/debian/mame.dirs b/debian/mame.dirs
deleted file mode 100644
index 7795c14..0000000
--- a/debian/mame.dirs
+++ /dev/null
@@ -1,7 +0,0 @@
-usr/share/games/mame/artwork
-usr/share/games/mame/cheat
-usr/share/games/mame/crosshair
-usr/share/games/mame/ctrlr
-#usr/share/games/mame/hash
-usr/share/games/mame/roms
-usr/share/games/mame/samples
diff --git a/debian/mame.docs b/debian/mame.docs
deleted file mode 100644
index a188e06..0000000
--- a/debian/mame.docs
+++ /dev/null
@@ -1 +0,0 @@
-docs/*
diff --git a/debian/mame.examples b/debian/mame.examples
deleted file mode 100644
index c80c000..0000000
--- a/debian/mame.examples
+++ /dev/null
@@ -1 +0,0 @@
-default.mame.ini
diff --git a/debian/mame.ini b/debian/mame.ini
deleted file mode 100644
index 7740c5c..0000000
--- a/debian/mame.ini
+++ /dev/null
@@ -1,34 +0,0 @@
-# Default MAME configuration file for Debian
-# See /usr/share/doc/mame/examples/default.mame.ini
-# for an example file with all possible options.
-
-# Allow per-user mame.ini configuration files
-inipath                  $HOME/.mame;/etc/mame
-
-# Default data search paths
-rompath                  $HOME/mame/roms;/usr/share/games/mame/roms
-hashpath                 $HOME/mame/hash;/usr/share/games/mame/hash
-samplepath               $HOME/mame/samples;/usr/share/games/mame/samples
-artpath                  $HOME/mame/artwork;/usr/share/games/mame/artwork
-ctrlrpath                $HOME/mame/ctrlr;/usr/share/games/mame/ctrlr
-fontpath                 $HOME/mame/fonts;/usr/share/games/mame/fonts
-cheatpath                $HOME/mame/cheat;/usr/share/games/mame/cheat
-crosshairpath            $HOME/mame/crosshair;/usr/share/games/mame/crosshair
-
-# Default data output paths
-cfg_directory            $HOME/.mame/cfg
-nvram_directory          $HOME/.mame/nvram
-memcard_directory        $HOME/.mame/memcard
-input_directory          $HOME/.mame/inp
-state_directory          $HOME/.mame/sta
-snapshot_directory       $HOME/.mame/snap
-diff_directory           $HOME/.mame/diff
-comment_directory        $HOME/.mame/comments
-
-# Debian feature defaults
-# Set video to 'opengl' if DRI is enabled and reliable on your hardware
-video                    soft
-# Set multithreading to '1' if you have more than one core
-multithreading           0
-# Set nowindow to 0 if you want MAME to start fullscreen
-nowindow                 1
diff --git a/debian/mame.install b/debian/mame.install
deleted file mode 100644
index 433e9a2..0000000
--- a/debian/mame.install
+++ /dev/null
@@ -1,16 +0,0 @@
-mame usr/games
-artwork/*.png usr/share/games/mame/artwork
-hash.mame/* usr/share/games/mame/hash
-src/osd/sdl/keymaps/*.txt usr/share/games/mame/keymaps
-
-debian/mame.ini etc/mame
-debian/install/hicolor/16x16/apps/mame.png usr/share/icons/hicolor/16x16/apps
-debian/install/hicolor/22x22/apps/mame.png usr/share/icons/hicolor/22x22/apps
-debian/install/hicolor/24x24/apps/mame.png usr/share/icons/hicolor/24x24/apps
-debian/install/hicolor/32x32/apps/mame.png usr/share/icons/hicolor/32x32/apps
-debian/install/hicolor/48x48/apps/mame.png usr/share/icons/hicolor/48x48/apps
-debian/install/hicolor/72x72/apps/mame.png usr/share/icons/hicolor/72x72/apps
-debian/install/hicolor/128x128/apps/mame.png usr/share/icons/hicolor/128x128/apps
-debian/install/mame.xpm usr/share/pixmaps
-debian/install/mame.desktop usr/share/applications
-
diff --git a/debian/mame.lintian-overrides b/debian/mame.lintian-overrides
deleted file mode 100644
index c9bd942..0000000
--- a/debian/mame.lintian-overrides
+++ /dev/null
@@ -1,8 +0,0 @@
-# Allow empty folders for MAME
-# http://lintian.debian.org/manual/ch2.html
-mame binary: package-contains-empty-directory usr/share/games/mame/artwork/
-mame binary: package-contains-empty-directory usr/share/games/mame/cheat/
-mame binary: package-contains-empty-directory usr/share/games/mame/crosshair/
-mame binary: package-contains-empty-directory usr/share/games/mame/ctrlr/
-mame binary: package-contains-empty-directory usr/share/games/mame/roms/
-mame binary: package-contains-empty-directory usr/share/games/mame/samples/
diff --git a/debian/mame.manpages b/debian/mame.manpages
deleted file mode 100644
index 4ec82d6..0000000
--- a/debian/mame.manpages
+++ /dev/null
@@ -1 +0,0 @@
-src/osd/sdl/man/mame.1
diff --git a/debian/mame.menu b/debian/mame.menu
deleted file mode 100644
index 52a155b..0000000
--- a/debian/mame.menu
+++ /dev/null
@@ -1,6 +0,0 @@
-?package(mame):	needs="X11" \
-		section="Games/Tools" \
-		title="MAME" \
-		command="/usr/games/mame" \
-		icon="/usr/share/pixmaps/mame.xpm" \
-		longtitle="MAME arcade machine emulator"
diff --git a/debian/mame.preinst b/debian/mame.preinst
deleted file mode 100644
index 520a1ab..0000000
--- a/debian/mame.preinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-set -e
-
-INI="/etc/mame/mame.ini"
-OLDMD5="7af600a8acb389a87ecff54b5bf53771 faf5639e834d50ef8067bf014aa43d96"
-
-# Avoid a dpkg prompt if mame.ini is what 0.141-2 generated in postinst
-if [ "$1" = "upgrade" -a -f "$INI" ]; then
-    if dpkg --compare-versions "$2" le "0.141-2"; then
-        curmd5="$(md5sum $INI | cut -d' ' -f 1)"
-        for md5sum in $OLDMD5; do
-            if [ "$curmd5" = "$md5sum" ]; then
-                rm -f $INI
-                break
-            fi
-        done
-    fi
-fi
-
-#DEBHELPER#

-- 
mess system emulator



More information about the Pkg-games-commits mailing list