This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository maven-invoker-plugin.
commit 3880a8e547080960a2d053eb81a06e7a0eeeade9 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 9 16:13:11 2015 +0000 Wrap and sort --- debian/control | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index d0ba8c4..d4bd1f7 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,22 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper -Build-Depends-Indep: libmodello-maven-plugin-java (>= 1.0.1), ant, bsh, groovy (>= 1.8.6-4~), libdoxia-java, - libdoxia-sitetools-java, libmaven-invoker-java (>= 2.0.11~), libmaven-reporting-impl-java, - libmaven2-core-java, libmaven-plugin-testing-java, libplexus-i18n-java, - libplexus-interpolation-java, libplexus-utils-java, libjline-java, - libmaven-plugin-tools-java (>= 2.8) +Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper +Build-Depends-Indep: ant, + bsh, + groovy (>= 1.8.6-4~), + libdoxia-java, + libdoxia-sitetools-java, + libjline-java, + libmaven-invoker-java (>= 2.0.11~), + libmaven-plugin-testing-java, + libmaven-plugin-tools-java (>= 2.8), + libmaven-reporting-impl-java, + libmaven2-core-java, + libmodello-maven-plugin-java (>= 1.0.1), + libplexus-i18n-java, + libplexus-interpolation-java, + libplexus-utils-java Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-invoker-plugin Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-invoker-plugin/ @@ -16,7 +26,7 @@ Homepage: http://maven.apache.org/plugins/maven-invoker-plugin/ Package: libmaven-invoker-plugin-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Maven Invoker Plugin Maven is a software project management and comprehension tool. Based on the @@ -37,5 +47,3 @@ Description: Maven Invoker Plugin The Maven Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a given project execution. - - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-invoker-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

