This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libgettext-commons-java.
commit babbd201ef92b00f0bfefc3236b66bf6e75bd48b Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 12 10:10:20 2017 +0200 Added the missing build dependency on junit --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3b451f6..fc54bcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libgettext-commons-java (0.9.6-6) UNRELEASED; urgency=medium * Team upload. + * Added the missing build dependency on junit * Removed the build dependency on libmaven-assembly-plugin-java -- Emmanuel Bourg <[email protected]> Tue, 12 Sep 2017 10:08:03 +0200 diff --git a/debian/control b/debian/control index cf05edd..53dfdf8 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Uploaders: Andreas Putzo <[email protected]>, tony mancill <[email protected]> Build-Depends: debhelper (>=10), default-jdk, + junit, libmaven-assembly-plugin-java, libsurefire-java, maven-debian-helper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgettext-commons-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

