This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libtwelvemonkeys-java.
commit 5b3cd4f512e9972ecac237408ec2f63735ab504c Author: Markus Koschany <[email protected]> Date: Sat Jul 22 12:37:01 2017 +0200 Build-depend on junit4 to prevent a FTBFS. Temporary workaround for a bug outside the package. --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 48e7b3d..fd0adef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ libtwelvemonkeys-java (3.3.2-2) unstable; urgency=medium * Fix installation path of the documentation since we don't use a single build directory anymore. * Ignore maven-surefire-plugin. + * Build-depend on junit4 to prevent a FTBFS. + Temporary workaround for a bug outside the package. -- Markus Koschany <[email protected]> Fri, 21 Jul 2017 20:39:55 +0200 diff --git a/debian/control b/debian/control index 66f9187..bf68237 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, + junit4, maven-debian-helper (>= 2.1), libcommons-fileupload-java, libjmagick6-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libtwelvemonkeys-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

