The following commit has been merged in the master branch:
commit 58dd969db0caa5098c5bb008f580401ee9128742
Author: Emmanuel Kasper <emman...@libera.cc>
Date:   Wed Jul 6 11:01:32 2011 +0200

    Move out Mame artwork to make room for mess

diff --git a/debian/rules b/debian/rules
index 9ed75aa..ca9a7ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -132,6 +132,7 @@ prepare_mess_dirs:
        # component directory to enable its build.
        [ -d mess ] && mv mess messdir
        [ -d hash ] && mv hash hash.mame
+       [ -d artwork ] && mv artwork artwork.mame
        [ ! -L hash ] && ln -s messdir/hash hash
        [ ! -L artwork ] && ln -s messdir/artwork artwork
        [ ! -L sysinfo.dat ] && ln -s messdir/sysinfo.dat sysinfo.dat
@@ -167,6 +168,7 @@ override_dh_auto_clean:
        [ ! -L sysinfo.dat ] || rm sysinfo.dat
        [ ! -L src/mess ] || rm src/mess
        [ ! -d hash.mame ] || mv hash.mame hash
+       [ ! -d artwork.mame ] || mv hash.mame
        [ ! -d messdir ] || mv messdir mess
 
 # dh_installchangelogs doesn't know about whatsnew.txt,

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