This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-tools.
commit fb059fe4216ee36c9be5d1ba636eeac3e076991e Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 4 01:29:48 2017 +0200 Let maven-debian-helper compute the package dependencies --- debian/changelog | 1 + debian/control | 11 ++--------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3218ea8..4eab59d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ maven-plugin-tools (3.5-6) UNRELEASED; urgency=medium * Team upload. * No longer build UpdatePluginRegistryMojo (requires Maven 2) + * Let maven-debian-helper compute the package dependencies -- Emmanuel Bourg <[email protected]> Mon, 04 Sep 2017 00:37:06 +0200 diff --git a/debian/control b/debian/control index 136d621..fe937b1 100644 --- a/debian/control +++ b/debian/control @@ -33,15 +33,8 @@ Homepage: http://maven.apache.org/plugin-tools/ Package: libmaven-plugin-tools-java Architecture: all -Depends: libbsh-java, - libdoxia-sitetools-java, - libjtidy-java, - libmaven-reporting-impl-java, - libmaven3-core-java, - libqdox2-java, - libsurefire-java, - libasm-java (>= 5.0), - ${misc:Depends} +Depends: ${misc:Depends}, ${maven:Depends} +Suggests: ${maven:OptionalDepends} Breaks: maven (<< 3.5.0-2~), libmaven2-core-java (<< 2.2.1-27~) Description: Maven Plugin Tools 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/maven-plugin-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

