This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-ejb-plugin.
commit 140f0dd199364c14a012ba2347437353d17ad399 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 9 13:55:44 2015 +0100 Wrap and sort --- debian/control | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 3975eec..ab254f7 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,12 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper -Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), libmaven-archiver-java, libmaven2-core-java, - libplexus-utils-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java +Build-Depends-Indep: libmaven-archiver-java, + libmaven-invoker-plugin-java (>= 1.3), + libmaven-plugin-testing-java, + libmaven-plugin-tools-java, + libmaven2-core-java, + libplexus-utils-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/maven-ejb-plugin.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/maven-ejb-plugin.git @@ -13,7 +17,7 @@ Homepage: http://maven.apache.org/plugins/maven-ejb-plugin/ Package: libmaven-ejb-plugin-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Maven EJB Plugin Maven is a software project management and comprehension tool. Based on the @@ -33,5 +37,3 @@ Description: Maven EJB Plugin . The Maven EJB plugin generates a J2EE Enterprise JavaBean (EJB) file as well as the associated client JAR. - - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ejb-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

