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

Emmanuel Kasper emmanuel at libera.cc
Thu Jun 28 12:15:31 UTC 2012


The following commit has been merged in the master branch:
commit ab316e91b12d86a260dfae2fd145e941d09a57d8
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Thu Jun 28 12:30:54 2012 +0200

    Recompile package with gcc-4.6, as gcc-4.7 segfaults the resulting binary
      on some arches (closes: #678249)

diff --git a/debian/changelog b/debian/changelog
index 0b949f4..6f0374e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mame (0.146-2) UNRELEASED; urgency=low
+
+  * Recompile package with gcc-4.6, as gcc-4.7 segfaults the resulting binary
+  on some arches (closes: #678249)
+  * Man page updated to 0.146 (Cesare Falco) 
+ -- Emmanuel Kasper <emmanuel at libera.cc>  Thu, 28 Jun 2012 12:26:38 +0200
+
 mame (0.146-1) unstable; urgency=low
 
   [ Emmanuel Kasper ]
diff --git a/debian/control b/debian/control
index 2f34a86..c2f284c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Uploaders: Félix Arreola Rodríguez <fgatuno.123 at gmail.com>,
            Jordi Mallach <jordi at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 8),
+               gcc-4.6,
+               g++-4.6,
                libexpat1-dev,
                libflac-dev,
                libgconf2-dev,
diff --git a/debian/rules b/debian/rules
index e642e1c..362107f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,9 @@ DEB_MAME_OPTS = \
     OPTIMIZE=3 \
     LDFLAGS="-Wl,--as-needed" \
     LDFLAGSEMULATOR="-Wl,--as-needed" \
-    NOWERROR=1
+    NOWERROR=1 \
+    CC=@gcc-4.6 \
+    LD=@g++-4.6
 
 # Override make variables for specific archs
 # Linux architectures

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list