diff -Nru ledger-3.1.1+dfsg1/debian/changelog ledger-3.1.1+dfsg1/debian/changelog --- ledger-3.1.1+dfsg1/debian/changelog 2016-02-15 11:36:31.000000000 +0000 +++ ledger-3.1.1+dfsg1/debian/changelog 2016-08-19 00:24:50.000000000 +0000 @@ -1,3 +1,11 @@ +ledger (3.1.1+dfsg1-1+rpi1) stretch-staging; urgency=medium + + * Rebuild for new libicu. + * Force build with gcc 5 as gcc 6 causes build failure. + * Build with boost 1.58 for compatibility with gcc 5 + + -- Peter Michael Green Fri, 19 Aug 2016 00:24:50 +0000 + ledger (3.1.1+dfsg1-1) unstable; urgency=medium * New upstream release (Closes: #813780). diff -Nru ledger-3.1.1+dfsg1/debian/control ledger-3.1.1+dfsg1/debian/control --- ledger-3.1.1+dfsg1/debian/control 2016-02-15 11:36:31.000000000 +0000 +++ ledger-3.1.1+dfsg1/debian/control 2016-08-19 00:24:50.000000000 +0000 @@ -4,12 +4,12 @@ Maintainer: Matt Palmer Uploaders: David Bremner Build-Depends: debhelper (>= 8), cmake, libgmp3-dev, libpcre3-dev, - libexpat1-dev, libofx-dev, libmpfr-dev, libboost-regex-dev, - libboost-date-time-dev, libboost-filesystem-dev, - libboost-iostreams-dev, libboost-serialization-dev, - libboost-test-dev, man2html-base, python, texinfo, texlive, - libutfcpp-dev, libboost-python-dev, dh-python, - dh-strip-nondeterminism + libexpat1-dev, libofx-dev, libmpfr-dev, libboost-regex1.58-dev, + libboost-date-time1.58-dev, libboost-filesystem1.58-dev, + libboost-iostreams1.58-dev, libboost-serialization1.58-dev, + libboost-test1.58-dev, man2html-base, python, texinfo, texlive, + libutfcpp-dev, libboost-python1.58-dev, dh-python, + dh-strip-nondeterminism, gcc-5, g++-5 Standards-Version: 3.9.6 Homepage: http://ledger-cli.org Vcs-Git: git://anonscm.debian.org/git/collab-maint/ledger.git diff -Nru ledger-3.1.1+dfsg1/debian/rules ledger-3.1.1+dfsg1/debian/rules --- ledger-3.1.1+dfsg1/debian/rules 2016-02-15 11:36:31.000000000 +0000 +++ ledger-3.1.1+dfsg1/debian/rules 2016-08-19 00:24:50.000000000 +0000 @@ -6,6 +6,10 @@ # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. + +export CC=gcc-5 +export CXX=g++-5 + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 UPSTREAM=$(shell dpkg-parsechangelog | sed -n 's/^Version: \(.*\)-[^-]*/\1/p')