The following commit has been merged in the master branch:
commit 87d532e3fd0dbda2c2b628f58479b5f6b45c19e1
Author: Emmanuel Kasper <emman...@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

_______________________________________________
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