This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wss4j.
commit 0a40ef980ce857397723ebfd2824a1b74de42400 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 21:08:55 2017 +0200 Added the missing build dependency on junit4 --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9a381ee..61d1fb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wss4j (1.6.15-3) UNRELEASED; urgency=medium + + * Added the missing build dependency on junit4 + + -- Emmanuel Bourg <[email protected]> Tue, 27 Jun 2017 19:54:29 +0200 + wss4j (1.6.15-2) unstable; urgency=medium * Fixed security issues (Closes: #777741): diff --git a/debian/control b/debian/control index aa29d82..c1d0d0a 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Emmanuel Bourg <[email protected]>, tony mancill <[email protected]> Build-Depends-Indep: default-jdk, + junit4, libaxis-java, libbcprov-java (>= 1.49), libcommons-logging-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wss4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

