[SCM] packaging for the mame arcade game emulator branch, master, updated. d169f30a2f14371a252867c9385be9f8f4d06045
Emmanuel Kasper
emmanuel at libera.cc
Wed Jul 6 13:53:51 UTC 2011
The following commit has been merged in the master branch:
commit 58dd969db0caa5098c5bb008f580401ee9128742
Author: Emmanuel Kasper <emmanuel at 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
More information about the Pkg-games-commits
mailing list