This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gant.
commit a4092761da263701f55959f12271b6d5c3ba2a28 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 31 14:03:22 2015 +0200 Wrap and sort --- debian/control | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 0060459..444993d 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,16 @@ Source: gant Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Miguel Landaeta <[email protected]> -Build-Depends: cdbs, debhelper (>= 9) -Build-Depends-Indep: ant, groovy2, default-jdk, libmaven-ant-tasks-java, - maven2, libplexus-classworlds-java, libplexus-utils-java +Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>,Miguel Landaeta <[email protected]> +Build-Depends: ant, + cdbs, + debhelper (>= 9), + default-jdk, + groovy2, + libmaven-ant-tasks-java, + libplexus-classworlds-java, + libplexus-utils-java, + maven2 Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/gant.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/gant.git @@ -13,8 +19,8 @@ Homepage: http://gant.github.io Package: gant Architecture: all -Depends: ${misc:Depends}, groovy2, ant -Recommends: maven2 | maven, libmaven-ant-tasks-java +Depends: ant, groovy2, ${misc:Depends} +Recommends: libmaven-ant-tasks-java, maven2 | maven Description: Groovy build framework based on scripting Ant tasks Gant is a build tool for scripting Ant tasks using Groovy instead of XML to specify the build logic. A Gant build specification is a -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gant.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

