Package: src:pdftk Version: 2.02-3 Severity: serious Tags: sid stretch patch
please build the package using unversioned build dependencies. we definitely will remove gcj-4.9 and g++-4.9 for the next release.
diff -Nru pdftk-2.02/debian/changelog pdftk-2.02/debian/changelog --- pdftk-2.02/debian/changelog 2015-07-02 00:50:30.000000000 +0200 +++ pdftk-2.02/debian/changelog 2015-09-03 00:26:13.000000000 +0200 @@ -1,3 +1,10 @@ +pdftk (2.02-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build using the default g++/gcj compilers. + + -- Matthias Klose <d...@debian.org> Wed, 02 Sep 2015 22:25:42 +0200 + pdftk (2.02-3) unstable; urgency=medium * Fix bug that corrupts images in PDF files on (de)compressing. diff -Nru pdftk-2.02/debian/control pdftk-2.02/debian/control --- pdftk-2.02/debian/control 2014-10-20 23:50:30.000000000 +0200 +++ pdftk-2.02/debian/control 2015-09-03 00:27:46.000000000 +0200 @@ -2,7 +2,7 @@ Section: text Priority: optional Maintainer: Johann Felix Soden <joh...@debian.org> -Build-Depends: debhelper (>= 9), gcj-4.9-jdk, g++-4.9 +Build-Depends: debhelper (>= 9), gcj-jdk 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/debian/rules pdftk-2.02/debian/rules --- pdftk-2.02/debian/rules 2014-05-22 01:26:00.000000000 +0200 +++ pdftk-2.02/debian/rules 2015-09-03 00:27:31.000000000 +0200 @@ -5,7 +5,7 @@ # 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