File: control

package info (click to toggle)
gant 1.9.11-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 904 kB
  • sloc: java: 767; sh: 177; xml: 148; makefile: 14
file content (28 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>
Build-Depends: ant,
               gradle-debian-helper,
               debhelper-compat (= 13),
               default-jdk-headless | default-jdk
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/gant.git
Vcs-Browser: https://salsa.debian.org/java-team/gant
Homepage: https://github.com/Gant/Gant
Rules-Requires-Root: no

Package: gant
Architecture: all
Depends: ant, groovy, ${misc:Depends}
Recommends: libmaven-ant-tasks-java, 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.