File: control

package info (click to toggle)
cobertura 1.9.4.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,852 kB
  • sloc: java: 54,555; xml: 1,445; makefile: 28; sh: 27
file content (49 lines) | stat: -rw-r--r-- 2,276 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: cobertura
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>
Section: java
Priority: optional
Build-Depends: debhelper (>= 9), ant, javahelper, default-jdk,
 libasm3-java, junit, liboro-java, liblog4j1.2-java, libservlet3.1-java,
 docbook-to-man, maven-repo-helper
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/cobertura.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/cobertura.git
Homepage: http://cobertura.sourceforge.net

Package: cobertura
Architecture: all
Depends: default-jre-headless | java5-runtime-headless,
 libcobertura-java (= ${binary:Version}), ${misc:Depends}
Suggests: libcobertura-java-doc (= ${binary:Version})
Recommends: junit
Description: java tool that calculates the percentage of code accessed by tests
 Tool that measures test coverage by instrumenting a Java code base and watching
 which lines of code are and are not executed as the test suite runs. In
 addition to identifying untested code and locating bugs, Cobertura can
 optimize code by flagging dead, unreachable code and can provide insights
 into how an API operates in practice. It is based on jcoverage.

Package: libcobertura-java
Architecture: all
Depends: ant, liblog4j1.2-java, liboro-java, libasm3-java,
 ${misc:Depends}
Suggests: libcobertura-java-doc (= ${binary:Version}), libjaxen-java,
 libjdom1-java, libxalan2-java, libxerces2-java
Recommends: junit
Description: java library that calculates the percentage of code accessed by tests
 Library that measures test coverage by instrumenting a Java code base and
 watching which lines of code are and are not executed as the test suite runs.
 In addition to identifying untested code and locating bugs, Cobertura can
 optimize code by flagging dead, unreachable code and can provide insights
 into how an API operates in practice. It is based on jcoverage.

Package: libcobertura-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libcobertura-java (= ${binary:Version})
Description: documentation for libcobertura-java
 Documentation for Cobertura which is a java library that calculates the
 percentage of code accessed by tests. This package includes the javadoc API
 and examples.