The following commit has been merged in the master branch:
commit 5bfb3976b9ea8f5eb1f362e7920d725c6ae59d4f
Author: Emmanuel Kasper <[email protected]>
Date:   Mon Jul 2 16:20:31 2012 +0200

    Recompile package with gcc-4.6, as gcc-4.7 segfaults the resulting binary
    on i386.

diff --git a/debian/changelog b/debian/changelog
index b68cd17..7b0f8b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mess (0.146-2) UNRELEASED; urgency=low
+
+  * Recompile package with gcc-4.6, as gcc-4.7 segfaults the resulting binary
+    on i386.
+    
+ -- Emmanuel Kasper <[email protected]>  Mon, 02 Jul 2012 16:03:03 +0200
+
 mess (0.146-1) unstable; urgency=low
 
   [ Emmanuel Kasper ]
diff --git a/debian/control b/debian/control
index 6a29c40..05f11d9 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Uploaders: Félix Arreola Rodríguez <[email protected]>,
            Jordi Mallach <[email protected]>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 8),
+               gcc-4.6,
+               g++-4.6,
                libexpat1-dev,
                libgconf2-dev,
                libgtk2.0-dev,
diff --git a/debian/rules b/debian/rules
index 552fc3b..ecaf683 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,9 @@ DEB_MAME_OPTS = \
     OPTIMIZE=3 \
     LDFLAGS="-Wl,--as-needed" \
     LDFLAGSEMULATOR="-Wl,--as-needed" \
-    NOWERROR=1
+    NOWERROR=1 \
+    [email protected] \
+    LD=@g++-4.6
 
 DEB_MESS_OPTS = \
     $(DEB_MAME_OPTS) \

-- 
mess system emulator

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to