Package: libjlha-java Version: 0.0.20050504-8 Severity: serious Tags: patch Justification: fails to build from source (but built successfully in the past) User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu xenial ubuntu-patch
Dear Maintainer, libjlha-java currently fails to build from source on at least amd64 because it can't find a javac compiler: https://tests.reproducible-builds.org/rb-pkg/unstable/amd64/libjlha-java.html This is due to an obsolete build dependency on default-jdk-builddep. In Ubuntu, the attached patch was applied to achieve the following: * debian/control: Build-depend on default-jdk instead of obsolete default-jdk-builddep to fix FTBFS. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Kernel: Linux 4.4.0-18-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru libjlha-java-0.0.20050504/debian/control libjlha-java-0.0.20050504/debian/control --- libjlha-java-0.0.20050504/debian/control 2010-04-11 14:49:30.000000000 +0000 +++ libjlha-java-0.0.20050504/debian/control 2016-04-09 07:13:50.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Uploaders: Michael Koch <konque...@gmx.de> Build-Depends: cdbs (>= 0.4.36), debhelper (>= 5) -Build-Depends-Indep: ant, default-jdk-builddep, default-jdk-doc +Build-Depends-Indep: ant, default-jdk, default-jdk-doc Standards-Version: 3.8.4 Homepage: http://homepage1.nifty.com/dangan/Content/Program/Java/jLHA/LhaLibrary.html Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjlha-java