This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jarjar-maven-plugin.
commit ffecfade28c0f3cdc6da5f64f2e8fc0789bb3289 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 23 12:15:59 2014 +0200 Suggest the dependency on ant instead of recommending it --- debian/changelog | 1 + debian/control | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e53d9dc..f23738e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jarjar-maven-plugin (1.9-1) unstable; urgency=medium * New upstream release + * debian/control: Suggest the dependency on ant instead of recommending it -- Emmanuel Bourg <[email protected]> Tue, 22 Apr 2014 23:14:28 +0200 diff --git a/debian/control b/debian/control index da70282..ef0d9da 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,7 @@ Homepage: http://sonatype.github.com/jarjar-maven-plugin/ Package: libjarjar-maven-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Recommends: ${maven:OptionalDepends} -Suggests: libjarjar-maven-plugin-java-doc +Suggests: ${maven:OptionalDepends}, libjarjar-maven-plugin-java-doc Description: Maven plugin to repackage third-party jars Utility that makes it easy to repackage Java libraries and embed them into your own distribution. This is useful for two reasons: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jarjar-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

