The following commit has been merged in the master branch:
commit 5dd1dc32b0fc28a1b6329facc70c2aa8f36dd1d5
Author: Cesare Falco <cesare.fa...@gmail.com>
Date:   Sat May 26 10:49:43 2012 +0200

    Delete default.mame.ini and obj/ in rules/clean

diff --git a/debian/rules b/debian/rules
index c3e60cc..4105625 100755
--- a/debian/rules
+++ b/debian/rules
@@ -149,7 +149,8 @@ override_dh_auto_build:
 override_dh_auto_clean:
        echo "Starting clean process..."
        $(MAKE) $(DEB_MESS_OPTS) clean
-       [ ! -f default.mess.ini ] || rm default.mess.ini
+       rm -rf default.mess.ini
+       rm -rf obj
 
 # dh_installchangelogs doesn't know about whatsnew.txt,
 # so we need to make an explicit call

-- 
mess system emulator

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

Reply via email to