File: control

package info (click to toggle)
gmetrics 0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,948 kB
  • ctags: 51
  • sloc: xml: 12,897; java: 64; makefile: 21
file content (40 lines) | stat: -rw-r--r-- 1,522 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
Source: gmetrics
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>
Build-Depends: ant,
               debhelper (>= 9),
               default-jdk,
               default-jdk-doc,
               groovy,
               javahelper,
               liblog4j1.2-java,
               maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/gmetrics.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gmetrics.git
Homepage: http://gmetrics.sourceforge.net/

Package: libgmetrics-groovy-java
Architecture: all
Depends: ant, groovy, liblog4j1.2-java, ${misc:Depends}
Suggests: libgmetrics-groovy-java-doc
Description: Groovy library that provides reports and metrics for Groovy code
 GMetrics provides calculation and reporting of size and
 complexity metrics for Groovy source code, by scanning the
 code with an Ant Task, applying a set of metrics, and
 generating an HTML or XML report of the results.

Package: libgmetrics-groovy-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libgmetrics-groovy-java
Suggests: default-jdk-doc
Description: Documentation for libgmetrics-groovy-java
 Documentation for GMetrics that is a library providing
 calculation and reporting of size and complexity metrics for
 Groovy source code, by scanning the code with an Ant Task,
 applying a set of metrics, and generating an HTML or XML
 report of the results.