diff -Nru imagevis3d-3.1.0/debian/changelog imagevis3d-3.1.0/debian/changelog --- imagevis3d-3.1.0/debian/changelog 2014-09-30 09:08:50.000000000 +0000 +++ imagevis3d-3.1.0/debian/changelog 2016-09-20 09:17:55.000000000 +0000 @@ -1,3 +1,9 @@ +imagevis3d (3.1.0-4+rpi1) stretch-staging; urgency=medium + + * Force build with boost1.58 and gcc-5 + + -- Peter Michael Green Tue, 20 Sep 2016 09:17:55 +0000 + imagevis3d (3.1.0-4) unstable; urgency=low * Handle obsolete symbol in liblz4. Closes: #763246 diff -Nru imagevis3d-3.1.0/debian/control imagevis3d-3.1.0/debian/control --- imagevis3d-3.1.0/debian/control 2014-06-11 10:53:12.000000000 +0000 +++ imagevis3d-3.1.0/debian/control 2016-09-20 09:17:55.000000000 +0000 @@ -7,8 +7,9 @@ cxxtest, debhelper (>= 9), flex, - g++ (>= 4:4.6), - libboost-all-dev, + g++-5, + gcc-5, + libboost1.58-all-dev, libbz2-dev, libglew-dev, libjpeg-dev, diff -Nru imagevis3d-3.1.0/debian/rules imagevis3d-3.1.0/debian/rules --- imagevis3d-3.1.0/debian/rules 2014-06-18 14:48:29.000000000 +0000 +++ imagevis3d-3.1.0/debian/rules 2016-09-20 09:17:55.000000000 +0000 @@ -1,6 +1,9 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +export CC=gcc-5 +export CXX=g++-5 + %: dh $@ --parallel