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

Cesare Falco cesare.falco at gmail.com
Mon May 21 19:00:24 UTC 2012


The following commit has been merged in the master branch:
commit 1150481a0914b0360db1ff4fde3d285aa51ca9f2
Author: Cesare Falco <cesare.falco at gmail.com>
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



More information about the Pkg-games-commits mailing list