diff -Nru kdevplatform-5.0.1/debian/changelog kdevplatform-5.0.1/debian/changelog --- kdevplatform-5.0.1/debian/changelog 2016-09-20 20:54:28.000000000 +0000 +++ kdevplatform-5.0.1/debian/changelog 2016-09-28 23:42:58.000000000 +0000 @@ -1,3 +1,9 @@ +kdevplatform (5.0.1-2+rpi1) stretch-staging; urgency=medium + + * Use gcc-5 to avoid ICE. + + -- Peter Michael Green Wed, 28 Sep 2016 23:42:58 +0000 + kdevplatform (5.0.1-2) unstable; urgency=medium * Team upload. diff -Nru kdevplatform-5.0.1/debian/control kdevplatform-5.0.1/debian/control --- kdevplatform-5.0.1/debian/control 2016-09-19 20:01:16.000000000 +0000 +++ kdevplatform-5.0.1/debian/control 2016-09-28 23:42:58.000000000 +0000 @@ -39,6 +39,8 @@ libboost-serialization-dev, libsvn-dev, pkg-kde-tools (>= 0.15.16), + gcc-5, + g++-5 Standards-Version: 3.9.8 Homepage: http://www.kdevelop.org/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/kde-std/kdevplatform.git diff -Nru kdevplatform-5.0.1/debian/rules kdevplatform-5.0.1/debian/rules --- kdevplatform-5.0.1/debian/rules 2016-09-20 06:01:42.000000000 +0000 +++ kdevplatform-5.0.1/debian/rules 2016-09-28 23:42:58.000000000 +0000 @@ -1,5 +1,8 @@ #!/usr/bin/make -f +export CC := gcc-5 +export CXX := g++-5 + export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed %: