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

Emmanuel Kasper emmanuel at libera.cc
Fri May 27 09:58:46 UTC 2011


The following commit has been merged in the master branch:
commit 87d532e3fd0dbda2c2b628f58479b5f6b45c19e1
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Fri May 27 11:10:00 2011 +0200

    Remove symlinking to megatech.xml: it is a mame file, not a mess one

diff --git a/debian/rules b/debian/rules
index 9484306..a734a98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -132,8 +132,6 @@ override_dh_auto_build:
 	# component directory to enable its build.
 	[ -d mess ] && mv mess messdir
 	[ -d hash ] && mv hash hash.mame
-	[ ! -L messdir/hash/megatech.xmk ] && \
-	  ln -s ../../hash.mame/megatech.xml messdir/hash
 	[ ! -L hash ] && ln -s messdir/hash hash
 	[ ! -L artwork ] && ln -s messdir/artwork artwork
 	[ ! -L sysinfo.dat ] && ln -s messdir/sysinfo.dat sysinfo.dat
@@ -153,7 +151,6 @@ override_dh_auto_clean:
 	[ ! -L hash ] || rm hash
 	[ ! -L sysinfo.dat ] || rm sysinfo.dat
 	[ ! -L src/mess ] || rm src/mess
-	[ ! -L messdir/hash/megatech.xml ] || rm messdir/hash/megatech.xml
 	[ ! -d hash.mame ] || mv hash.mame hash
 	[ ! -d messdir ] || mv messdir mess
 

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list