[SCM] packaging for the mame arcade game emulator branch, master, updated. c01e960d92e96e050d6fcf2edcd1db6454c66191

Emmanuel Kasper emmanuel at libera.cc
Wed Apr 4 13:01:10 UTC 2012


The following commit has been merged in the master branch:
commit c01e960d92e96e050d6fcf2edcd1db6454c66191
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Wed Apr 4 15:00:14 2012 +0200

    Remove "all" parameter from build target as mame tools are built from mess

diff --git a/debian/changelog b/debian/changelog
index 7bf9c20..006e358 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 mame (0.145-1) UNRELEASED; urgency=low
 
   [ Emmanuel Kasper ]
-  * New upstream release
+  * New upstream release (closes: #663429)
   * New patch: makefile switch to link system flac library
+  * Remove "all" from build target as we build the tools in mess package
 
   [ Cesare Falco ]
   * Improve backward compatibility in Ubuntu:
@@ -16,7 +17,7 @@ mame (0.145-1) UNRELEASED; urgency=low
   * New patch: makefile switch to link system jpeg library
   * nplayers packaged is now a supplemental tarball
 
- -- Emmanuel Kasper <emmanuel at libera.cc>  Mon, 06 Feb 2012 11:19:26 +0100
+ -- Emmanuel Kasper <emmanuel at libera.cc>  Wed, 04 Apr 2012 14:53:19 +0200
 
 mame (0.144-2) UNRELEASED; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d73bc62..f12ab1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -141,7 +141,7 @@ endif
 	dh $@
 
 override_dh_auto_build:
-	$(MAKE) -j$(NJOBS) $(DEB_MAME_OPTS) all
+	$(MAKE) -j$(NJOBS) $(DEB_MAME_OPTS)
 	$(CURDIR)/mame -createconfig
 	mv mame.ini default.mame.ini
 

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list