This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository surefire.
commit bc850314267ecceb1da4e7f482a26508b7a4b717 Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 15 08:44:29 2017 +0200 Let maven-debian-helper resolve the package dependencies --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e7fa865..156ae82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ surefire (2.20-1) UNRELEASED; urgency=medium - Disabled the copy of the maven-shared-utils source files * Returned to a simple single pass build * Removed the build dependency on libmaven-install-plugin-java + * Let maven-debian-helper resolve the package dependencies -- Emmanuel Bourg <[email protected]> Thu, 14 Sep 2017 12:43:01 +0200 diff --git a/debian/control b/debian/control index 7951587..ac21f60 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,8 @@ Homepage: http://maven.apache.org/surefire/ Package: libsurefire-java Architecture: all -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 +Depends: ${misc:Depends}, ${maven:Depends} +Suggests: ${maven:OptionalDepends} Description: Surefire test framework for Java Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, -- 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

