diff -Nru dreamchess-0.2.1-RC2/debian/changelog dreamchess-0.2.1-RC2/debian/changelog --- dreamchess-0.2.1-RC2/debian/changelog 2015-11-10 13:28:25.000000000 +0000 +++ dreamchess-0.2.1-RC2/debian/changelog 2016-09-17 21:24:23.000000000 +0000 @@ -1,3 +1,9 @@ +dreamchess (0.2.1-RC2-2+rpi1) stretch-staging; urgency=medium + + * Build with gcc 5 to avoid ICE. + + -- Peter Michael Green Sat, 17 Sep 2016 21:24:23 +0000 + dreamchess (0.2.1-RC2-2) unstable; urgency=medium * Build without --parallel option to avoid a race condition on buildd. diff -Nru dreamchess-0.2.1-RC2/debian/control dreamchess-0.2.1-RC2/debian/control --- dreamchess-0.2.1-RC2/debian/control 2015-11-10 13:28:25.000000000 +0000 +++ dreamchess-0.2.1-RC2/debian/control 2016-09-17 21:24:14.000000000 +0000 @@ -6,6 +6,7 @@ Barry deFreese , Markus Koschany Build-Depends: + gcc-5, g++-5, bison, debhelper (>= 9), dh-autoreconf, diff -Nru dreamchess-0.2.1-RC2/debian/rules dreamchess-0.2.1-RC2/debian/rules --- dreamchess-0.2.1-RC2/debian/rules 2015-11-10 13:28:25.000000000 +0000 +++ dreamchess-0.2.1-RC2/debian/rules 2016-09-17 21:23:51.000000000 +0000 @@ -2,6 +2,9 @@ #export DH_VERBOSE=1 +export CC=gcc-5 +export CXX=g++-5 + %: dh $@ --with autoreconf