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

Cesare Falco cesare.falco at gmail.com
Mon May 21 19:00:22 UTC 2012


The following commit has been merged in the master branch:
commit ec8e5f5eb07b63ef461b53e56dd467b5e02b2a7a
Author: Cesare Falco <cesare.falco at gmail.com>
Date:   Sun Mar 25 23:18:19 2012 +0200

    debian/rules only build mame, tools now come from mess source

diff --git a/debian/changelog b/debian/changelog
index 7bf9c20..6baef98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,10 @@ mame (0.145-1) UNRELEASED; urgency=low
     * Fixed Section: header in control
     * Replaced -a with -e test in mame.preinst
   * New patch: makefile switch to link system jpeg library
-  * nplayers packaged is now a supplemental tarball
+  * Packaged nplayers as a supplemental tarball
+  * Removed references to mess
+    * Swept out any remaining debris in debian/*
+    * Don't compile tools, as mame-tools is now build by mess
 
  -- Emmanuel Kasper <emmanuel at libera.cc>  Mon, 06 Feb 2012 11:19:26 +0100
 
diff --git a/debian/rules b/debian/rules
index d45071c..5a9136f 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