This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository yecht.
commit dbea3e2ab93ce4196ca62663afceaa528dab8f0a Author: Markus Koschany <[email protected]> Date: Tue Oct 24 19:41:28 2017 +0200 B-D on junit to avoid a FTBFS. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 13b0912..be011df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ yecht (1.1-3) unstable; urgency=medium * Declare compliance with Debian Policy 4.1.1. * Add yecht-java9.patch and fix FTBFS with Java 9. Thanks to Chris West for the report and patch. (Closes: #873245) + * Build-depend on junit to avoid a FTBFS. -- Markus Koschany <[email protected]> Tue, 24 Oct 2017 19:36:33 +0200 diff --git a/debian/control b/debian/control index ae279be..9e57258 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 10), default-jdk, jruby, + junit, libbuild-helper-maven-plugin-java, maven-debian-helper, zip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/yecht.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

