diff -Nru amarok-2.7.1/debian/changelog amarok-2.7.1/debian/changelog --- amarok-2.7.1/debian/changelog 2013-06-01 23:13:28.000000000 +0000 +++ amarok-2.7.1/debian/changelog 2013-06-20 18:52:32.000000000 +0000 @@ -1,3 +1,9 @@ +amarok (2.7.1-1+rpi1) jessie-staging; urgency=low + + * Build with gcc 4.8 to avoid ICE. + + -- Peter Michael Green Thu, 20 Jun 2013 18:52:14 +0000 + amarok (2.7.1-1) unstable; urgency=low * New upstream release: (Closes: #708525) diff -Nru amarok-2.7.1/debian/control amarok-2.7.1/debian/control --- amarok-2.7.1/debian/control 2013-05-31 20:45:49.000000000 +0000 +++ amarok-2.7.1/debian/control 2013-06-20 18:54:52.000000000 +0000 @@ -13,7 +13,8 @@ libmysqld-pic (>= 5.5.23+dfsg), libwrap0-dev, libcurl4-gnutls-dev, libxml2-dev, libloudmouth1-dev, libgtk2.0-dev, kdemultimedia-dev (>= 4:4.2.0), libqca2-dev, liblastfm-dev (>= 1.0.3), - libavformat-dev (>= 4:0.5), libofa0-dev, libaio-dev [linux-any] + libavformat-dev (>= 4:0.5), libofa0-dev, libaio-dev [linux-any], + gcc-4.8, g++-4.8 Build-Depends-Indep: mysql-server-core-5.5 | mysql-server-core Standards-Version: 3.9.4 Homepage: http://amarok.kde.org diff -Nru amarok-2.7.1/debian/rules amarok-2.7.1/debian/rules --- amarok-2.7.1/debian/rules 2013-05-28 19:54:20.000000000 +0000 +++ amarok-2.7.1/debian/rules 2013-06-20 18:54:30.000000000 +0000 @@ -2,6 +2,9 @@ #DEB_KDE_LINK_WITH_AS_NEEDED := yes +export CC=gcc-4.8 +export CXX=g++-4.8 + # Add --no-relax when linking on Alpha in order to fix FTBFS (#684932) ifeq (alpha,$(shell dpkg-architecture -qDEB_HOST_ARCH)) export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-relax