The following commit has been merged in the master branch:
commit d169f30a2f14371a252867c9385be9f8f4d06045
Author: Emmanuel Kasper <emman...@libera.cc>
Date:   Wed Jul 6 12:26:46 2011 +0200

    Remove ldplayer build target: useless, breaks too often

diff --git a/debian/control b/debian/control
index f9b40bb..92c2064 100644
--- a/debian/control
+++ b/debian/control
@@ -57,7 +57,6 @@ Description: Tools for Multiple Arcade Machine Emulator (MAME)
   imgtool -- generic image manipulation tool for MESS
   jedutil -- binary to/from JEDEC file converter
   ldresample -- Laserdisc audio synchronizer and resampler
-  ldplayer -- Laserdisc dump player
   ldverify -- Laserdisc AVI/CHD verifier
   romcmp -- ROM comparison utility program
   testkeys -- keyboard code viewer
diff --git a/debian/mame-tools.install b/debian/mame-tools.install
index 9b404eb..cc3a586 100644
--- a/debian/mame-tools.install
+++ b/debian/mame-tools.install
@@ -2,7 +2,6 @@ castool usr/bin/
 chdman usr/bin/
 imgtool usr/bin/
 jedutil usr/bin/
-ldplayer usr/bin/
 ldresample usr/bin/
 ldverify usr/bin/
 romcmp usr/bin/
diff --git a/debian/mame-tools.manpages b/debian/mame-tools.manpages
index 3347e77..adb6433 100644
--- a/debian/mame-tools.manpages
+++ b/debian/mame-tools.manpages
@@ -3,7 +3,6 @@ debian/man/imgtool.1
 debian/man/ldresample.1
 src/osd/sdl/man/chdman.1
 src/osd/sdl/man/jedutil.1
-src/osd/sdl/man/ldplayer.1
 src/osd/sdl/man/ldverify.1
 src/osd/sdl/man/romcmp.1
 src/osd/sdl/man/testkeys.1
diff --git a/debian/rules b/debian/rules
index ca9a7ec..96fa1f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -143,9 +143,6 @@ override_dh_auto_build: prepare_mess_dirs
        $(MAKE) -j3 $(DEB_MAME_OPTS) all
        $(CURDIR)/mame -createconfig
        mv mame.ini default.mame.ini
-       $(MAKE) -j3 $(DEB_MAME_OPTS) TARGET=ldplayer \
-                                 FULLNAME=ldplayer \
-                                 SUBTARGET=ldplayer
        $(MAKE) -j3 $(DEB_MESS_OPTS) all
        $(CURDIR)/mess -createconfig
        mv mess.ini default.mess.ini
@@ -153,10 +150,6 @@ override_dh_auto_build: prepare_mess_dirs
 override_dh_auto_clean:
        echo "Starting clean process..."
        $(MAKE) $(DEB_MAME_OPTS) clean
-       $(MAKE) $(DEB_MAME_OPTS) TARGET=ldplayer \
-                             FULLNAME=ldplayer \
-                             SUBTARGET=ldplayer \
-                             clean
        # target may fail if the symlinks have not been created
        -$(MAKE) $(DEB_MESS_OPTS) clean
        -rm prepare_mess_dirs
@@ -168,7 +161,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 artwork.mame ] || mv artwork.mame artwork
        [ ! -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