Package: scala-parser-combinators Version: 1.0.3-2 Severity: serious Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Added the missing build dependency on default-jdk. This is fairly straightforward. One can see the build failing here: https://launchpad.net/ubuntu/+source/scala-parser-combinators/1.0.3-2 And succeeding with the attached patch here: https://launchpad.net/ubuntu/+source/scala-parser-combinators/1.0.3-2ubuntu1 ... Adam -- System Information: Debian Release: jessie/sid APT prefers wily-updates APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-1-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru scala-parser-combinators-1.0.3/debian/control scala-parser-combinators-1.0.3/debian/control --- scala-parser-combinators-1.0.3/debian/control 2015-06-17 07:28:48.000000000 -0600 +++ scala-parser-combinators-1.0.3/debian/control 2015-06-23 18:55:06.000000000 -0600 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Uploaders: Emmanuel Bourg <ebo...@apache.org> -Build-Depends: debhelper (>= 9), maven-repo-helper, scala (>= 2.11) +Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper, scala (>= 2.11) Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/scala-parser-combinators.git Vcs-Git: git://anonscm.debian.org/pkg-java/scala-parser-combinators.git