This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository sisu-plexus.
commit 2cda5e6c979601f3cf7579c71d096c16ae02e366 Author: tony mancill <[email protected]> Date: Wed Aug 19 21:27:04 2015 -0700 add build-dep on junit4 --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 79a7b02..46f9615 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sisu-plexus (0.3.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Add missing Build-Depends on junit4. (Closes: #796153) + + -- tony mancill <[email protected]> Wed, 19 Aug 2015 21:19:47 -0700 + sisu-plexus (0.3.1-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index e70a47c..d11f18e 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, + junit4, libbuild-helper-maven-plugin-java, libcdi-api-java, libguava-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sisu-plexus.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

