The following commit has been merged in the master branch:
commit 427a765f51376280fa0d4cc80dec946884cb07b8
Author: Emmanuel Kasper <emman...@libera.cc>
Date:   Sun Nov 20 23:53:19 2011 +0100

    Remove shuffling around of mess source codes

diff --git a/debian/rules b/debian/rules
index 609322d..8a2e00b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -132,21 +132,7 @@ endif
 %:
        dh $@
 
-prepare_mess_dirs:
-       # MESS is an overlay of the MAME source code, but we need to have
-       # the code in a mess directory, as that's how dpkg components
-       # work. Move dirs and create symlinks for MESS stuff outside its
-       # 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
-       [ ! -L src/mess ] && ln -s ../messdir/src/mess src/mess
-       touch $@
-
-override_dh_auto_build: prepare_mess_dirs
+override_dh_auto_build:
        $(MAKE) -j3 $(DEB_MAME_OPTS) all
        $(CURDIR)/mame -createconfig
        mv mame.ini default.mame.ini
@@ -158,18 +144,9 @@ override_dh_auto_clean:
        echo "Starting clean process..."
        $(MAKE) $(DEB_MAME_OPTS) clean
        # target may fail if the symlinks have not been created
-       [ ! -L src/mess ] || $(MAKE) $(DEB_MESS_OPTS) clean
-       -rm prepare_mess_dirs
+       $(MAKE) $(DEB_MESS_OPTS) clean
        [ ! -f default.mame.ini ] || rm default.mame.ini
        [ ! -f default.mess.ini ] || rm default.mess.ini
-       # Undo MESS modifications.
-       [ ! -L artwork ] || rm artwork
-       [ ! -L hash ] || rm hash
-       [ ! -L sysinfo.dat ] || rm sysinfo.dat
-       [ ! -L src/mess ] || rm src/mess
-       [ ! -d hash.mame ] || mv hash.mame hash
-       [ ! -d artwork.mame ] || mv artwork.mame artwork
-       [ ! -d messdir ] || mv messdir mess
 
 # dh_installchangelogs doesn't know about whatsnew.txt,
 # so we need to make an explicit call

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