Source: gant
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Torsten Werner <twerner@debian.org>,Miguel Landaeta <miguel@miguel.cc>
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
Homepage: http://gant.github.io

Package: gant
Architecture: all
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
 Groovy script and so can bring all the power of Groovy to bear
 directly, something not possible with Ant scripts. Whilst it might be
 seen as a competitor to Ant, Gant uses Ant tasks for many of the
 actions, so Gant is really an alternative way of doing builds using
 Ant, but using a programming language rather than XML to specify the
 build rules.
