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

Emmanuel Kasper emmanuel at libera.cc
Thu Jul 19 20:28:53 UTC 2012


The following commit has been merged in the master branch:
commit 7162c56f91963ce2945626219b1d7c1951e0a983
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Thu Jul 19 22:28:17 2012 +0200

    Remove depency on gcc-4.6 (should have been part of previous commit)

diff --git a/debian/control b/debian/control
index c2f284c..2f34a86 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,6 @@ 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 362107f..4380a51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,12 +44,12 @@ DEB_MAME_OPTS = \
     PROFILE= \
     MAP= \
     VERBOSE= \
-    OPTIMIZE=3 \
+    OPTIMIZE=2 \
     LDFLAGS="-Wl,--as-needed" \
     LDFLAGSEMULATOR="-Wl,--as-needed" \
     NOWERROR=1 \
-    CC=@gcc-4.6 \
-    LD=@g++-4.6
+    CC=@gcc
+    LD=@g++
 
 # Override make variables for specific archs
 # Linux architectures

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list