[SCM] mess system emulator branch, master, updated. f5719d396961a7fe1cd8a9adcbc97e22c19faccd

Cesare Falco cesare.falco at gmail.com
Thu May 31 10:23:44 UTC 2012


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



More information about the Pkg-games-commits mailing list