diff -Nru lightspark-0.6.0.1/debian/changelog lightspark-0.6.0.1/debian/changelog --- lightspark-0.6.0.1/debian/changelog 2012-06-14 18:55:14.000000000 +0100 +++ lightspark-0.6.0.1/debian/changelog 2012-09-05 18:59:02.000000000 +0100 @@ -1,3 +1,9 @@ +lightspark (0.6.0.1-2+rpi1) wheezy-staging; urgency=low + + * build with gcc-4.7/g++-4.7 to avoid ICE + + -- Peter Michael Green Wed, 05 Sep 2012 17:58:20 +0000 + lightspark (0.6.0.1-2) unstable; urgency=low * Cherry-pick upstream f1675d6 'Fix handling of resizing'. diff -Nru lightspark-0.6.0.1/debian/control lightspark-0.6.0.1/debian/control --- lightspark-0.6.0.1/debian/control 2012-06-14 18:47:31.000000000 +0100 +++ lightspark-0.6.0.1/debian/control 2012-09-05 18:58:12.000000000 +0100 @@ -27,6 +27,8 @@ librtmp-dev, libsdl1.2-dev, libxml++2.6-dev (>= 2.33.1), + gcc-4.7, + g++-4.7 Standards-Version: 3.9.3 Homepage: http://lightspark.sf.net Vcs-Git: git://git.debian.org/pkg-flash/lightspark.git diff -Nru lightspark-0.6.0.1/debian/rules lightspark-0.6.0.1/debian/rules --- lightspark-0.6.0.1/debian/rules 2012-06-14 18:47:31.000000000 +0100 +++ lightspark-0.6.0.1/debian/rules 2012-09-05 18:57:57.000000000 +0100 @@ -1,5 +1,8 @@ #!/usr/bin/make -f +export CC=gcc-4.7 +export CXX=g++-4.7 + %: dh $@ --parallel