The following commit has been merged in the master branch:
commit bec398d6779be3a2ef4a833f8809550b86097245
Author: Cesare Falco <[email protected]>
Date:   Fri Mar 16 16:34:28 2012 +0100

    add back /usr/share to rompath

diff --git a/debian/mame.ini b/debian/mame.ini
index 7a38a48..fef3676 100644
--- a/debian/mame.ini
+++ b/debian/mame.ini
@@ -26,8 +26,8 @@ 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 video to 'soft' if DRI is not reliable on your hardware
+video                    opengl
 # Set multithreading to '1' if you have more than one core
 multithreading           0
 # Set nowindow to 0 if you want MAME to start fullscreen
diff --git a/debian/rules b/debian/rules
index 131fe7c..064a82f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -206,11 +206,12 @@ get-orig-source: $(MAME_FILEBASE)s.zip
        rm -rf $(TMPDIR)
 
 erase-upstream:
-       rm -r artwork
-       rm -r docs
-       rm -r hash
-       rm -r hlsl
-       rm makefile
-       -rm -r obj
-       rm -r src
-       rm whatsnew_$(UPSTREAM_VERSION).txt
+       rm -rf artwork
+       rm -rf docs
+       rm -rf hash
+       rm -rf hlsl
+       rm -f makefile
+       rm -rf obj
+       rm -rf src
+       rm whatsnew*.txt
+       rm -rf nplayers

-- 
packaging for the mame arcade game emulator

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to