The following commit has been merged in the master branch:
commit 1150481a0914b0360db1ff4fde3d285aa51ca9f2
Author: Cesare Falco <[email protected]>
Date:   Wed Mar 28 08:58:32 2012 +0200

    Delete obj directory in clean target

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

-- 
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