The following commit has been merged in the master branch:
commit ab316e91b12d86a260dfae2fd145e941d09a57d8
Author: Emmanuel Kasper <[email protected]>
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 <[email protected]> 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 <[email protected]>,
Jordi Mallach <[email protected]>
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 \
+ [email protected] \
+ LD=@g++-4.6
# Override make variables for specific archs
# Linux architectures
--
packaging for the mame arcade game emulator
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits