This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jackson-jr.
commit 2ee101fb2c555dcf453246448fa71df6e1c8902f Author: Markus Koschany <[email protected]> Date: Sat Jul 22 13:38:06 2017 +0200 Add Junit4 to Build-Depends as a temporary workaround to prevent a FTBFS. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6ea6a42..f85beea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jackson-jr (2.8.9-2) unstable; urgency=medium * Fix Vcs-Links. They were broken. + * Add junit4 to Build-Depends as a temporary workaround to prevent a FTBFS. -- Markus Koschany <[email protected]> Sat, 22 Jul 2017 13:13:19 +0200 diff --git a/debian/control b/debian/control index 009afab..67e71e1 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, + junit4, libjackson2-core-java, libmaven-javadoc-plugin-java, maven-debian-helper (>= 2.1), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jr.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

