This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-reporting-impl.
commit 8eb673ec24750b6f26149f65572022fb42d0e067 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 20 08:40:53 2017 +0200 Added the missing build dependency on junit --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 04ff7e4..e3e57e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-reporting-impl (3.0.0-2) unstable; urgency=medium + + * Team upload. + * Added the missing build dependency on junit + + -- Emmanuel Bourg <[email protected]> Wed, 20 Sep 2017 08:34:15 +0200 + maven-reporting-impl (3.0.0-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 2e90ed4..075b036 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, + junit, libcommons-validator-java, libdoxia-java, libdoxia-java-doc, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-reporting-impl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

