This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository surefire.
commit 1774839caa0cfdd06283139bb27083c4ab811090 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 16 00:06:26 2015 +0200 Added the missing runtime dependency on libmaven-plugin-tools-java --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2acdb57..b4cea1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +surefire (2.17-2) unstable; urgency=medium + + * Team upload. + * Added the missing runtime dependency on libmaven-plugin-tools-java + + -- Emmanuel Bourg <[email protected]> Mon, 15 Jun 2015 23:43:19 +0200 + surefire (2.17-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 9951f83..c2f4dd1 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Homepage: http://maven.apache.org/surefire/ Package: libsurefire-java Architecture: all -Depends: libcommons-io-java, libcommons-lang3-java, libmaven-common-artifact-filters-java, libmaven-shared-utils-java, ${misc:Depends} +Depends: libcommons-io-java, libcommons-lang3-java, libmaven-common-artifact-filters-java, libmaven-plugin-tools-java, libmaven-shared-utils-java, ${misc:Depends} Recommends: junit | junit4 | testng | libjmock-java Description: Surefire test framework for Java Maven is a software project management and comprehension tool. Based on the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/surefire.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

