Author: vcheng Date: 2015-10-08 20:19:05 +0000 (Thu, 08 Oct 2015) New Revision: 15538
Modified: packages/trunk/monster-masher/debian/changelog packages/trunk/monster-masher/debian/rules Log: monster-masher: build with -std=c++11 to fix FTBFS Modified: packages/trunk/monster-masher/debian/changelog =================================================================== --- packages/trunk/monster-masher/debian/changelog 2015-10-01 10:58:51 UTC (rev 15537) +++ packages/trunk/monster-masher/debian/changelog 2015-10-08 20:19:05 UTC (rev 15538) @@ -4,9 +4,10 @@ * Correct Vcs-* URLs to point to anonscm.debian.org [ Vincent Cheng ] + * Fix FTBFS by compiling with -std=c++11. (Closes: #801249, #801251) * Update my email address. - -- Vincent Cheng <[email protected]> Wed, 15 Jan 2014 18:53:58 -0800 + -- Vincent Cheng <[email protected]> Thu, 08 Oct 2015 13:14:47 -0700 monster-masher (1.8.1-6) unstable; urgency=low Modified: packages/trunk/monster-masher/debian/rules =================================================================== --- packages/trunk/monster-masher/debian/rules 2015-10-01 10:58:51 UTC (rev 15537) +++ packages/trunk/monster-masher/debian/rules 2015-10-08 20:19:05 UTC (rev 15538) @@ -1,6 +1,7 @@ #!/usr/bin/make -f -export LDFLAGS=-Wl,-z,defs,-lesd,--as-needed +export DEB_CXXFLAGS_MAINT_APPEND=-std=c++11 +export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs,-lesd,--as-needed %: dh $@ --with autoreconf _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

