This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-cli.
commit 6307df14ae2d899a57f84226c9b44292ba3d8c70 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 21 10:58:30 2017 +0200 Added the missing build dependency on junit4 --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 94f4ac7..dd0352d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ plexus-cli (1.2-6) UNRELEASED; urgency=low * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Build with the DH sequencer instead of CDBS + * Added the missing build dependency on junit4 -- Emmanuel Bourg <[email protected]> Fri, 21 Jul 2017 10:58:52 +0200 diff --git a/debian/control b/debian/control index 82fb308..2453998 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, + junit4, libcommons-cli-java, libguava-java, libmaven-javadoc-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-cli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

