diff -Nru pdftk-2.02.orig/debian/changelog pdftk-2.02/debian/changelog --- pdftk-2.02.orig/debian/changelog 2015-07-01 18:50:30.000000000 -0400 +++ pdftk-2.02/debian/changelog 2016-03-18 18:42:07.000000000 -0400 @@ -1,3 +1,9 @@ +pdftk (2.02-4) xenial; urgency=medium + + * Rebuild with g++/gcj-5 + + -- Eugene San (eugenesan) Fri, 18 Mar 2016 18:41:30 -0400 + pdftk (2.02-3) unstable; urgency=medium * Fix bug that corrupts images in PDF files on (de)compressing. diff -Nru pdftk-2.02.orig/debian/control pdftk-2.02/debian/control --- pdftk-2.02.orig/debian/control 2014-10-20 17:50:30.000000000 -0400 +++ pdftk-2.02/debian/control 2016-03-18 18:26:54.000000000 -0400 @@ -2,7 +2,7 @@ Section: text Priority: optional Maintainer: Johann Felix Soden -Build-Depends: debhelper (>= 9), gcj-4.9-jdk, g++-4.9 +Build-Depends: debhelper (>= 9), gcj-jdk, g++ Standards-Version: 3.9.6 Homepage: http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ Vcs-Git: git://anonscm.debian.org/collab-maint/pdftk.git diff -Nru pdftk-2.02.orig/debian/rules pdftk-2.02/debian/rules --- pdftk-2.02.orig/debian/rules 2014-05-21 19:26:00.000000000 -0400 +++ pdftk-2.02/debian/rules 2016-03-18 18:52:44.000000000 -0400 @@ -2,10 +2,10 @@ # -*- makefile -*- # extract version suffix from gcj -# VERSUFF=-$(shell gcj --version | sed -r -e '1s/.* ([0-9]+\.[0-9]+).*/\1/;q') +VERSUFF=-$(shell gcj --version | sed -r -e '1s/.* ([0-9]+)\.[0-9]+.*/\1/;q') # use (temporary) fixed gcj/g++ version from debian/control -VERSUFF=$(shell grep -oP '(?<=gcj)-[0-9.]*' debian/control) +#VERSUFF=$(shell grep -oP '(?<=gcj)-[0-9.]*' debian/control) DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk