~ubuntu-branches/ubuntu/oneiric/cobertura/oneiric

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-05-11 19:21:46 UTC
  • mfrom: (0.1.4 sid) (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100511192146-j742v5jsl89ztndu
Tags: 1.9.4.1+dfsg-2
* Now Build-Depends on libservlet2.5-java and add a missing Depends
  on the same package. (Closes: #580842). 
* Simplify list of JRE dependences for cobertura and drop JRE dependences for
  libcobertura-java as Java libraries are no longer required to depend on a
  JVM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: cobertura
 
2
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 
3
Uploaders: Miguel Landaeta <miguel@miguel.cc>
2
4
Section: java
3
5
Priority: optional
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Yulia Novozhilova <Yulia.Novozhilova@sun.com>
6
 
Build-Depends: cdbs, debhelper (>= 5), ant
7
 
Build-Depends-Indep: ant-optional, default-jdk, liblog4j1.2-java, liboro-java,
8
 
 libasm2-java, junit, libjaxen-java, libjdom1-java, libxalan2-java, w3c-dtd-xhtml
9
 
Standards-Version: 3.8.3
 
6
Build-Depends: debhelper (>> 7.0.50), ant (>= 1.7.0), javahelper (>= 0.28),
 
7
               default-jdk (>= 1.6-34), libasm3-java (>= 3.1-2),
 
8
               junit (>= 3.8.2), liboro-java (>= 2.0.8a),
 
9
               liblog4j1.2-java (>= 1.2.15), libservlet2.5-java,
 
10
               docbook-to-man (>= 1:2.0.0), maven-repo-helper
 
11
Standards-Version: 3.8.4
10
12
Homepage: http://cobertura.sourceforge.net/
 
13
Vcs-Git: git://git.debian.org/svn/pkg-java/cobertura.git
 
14
Vcs-Browser: http://git.debian.org/?p=pkg-java/cobertura.git
 
15
 
 
16
Package: cobertura
 
17
Architecture: all
 
18
Depends: default-jre-headless | java5-runtime-headless,
 
19
         libcobertura-java (= ${binary:Version}), ${misc:Depends}
 
20
Suggests: libcobertura-java-doc (= ${binary:Version})
 
21
Recommends: junit (>= 3.8.2)
 
22
Description: java tool that calculates the percentage of code accessed by tests
 
23
 Tool that measures test coverage by instrumenting a Java code base and watching
 
24
 which lines of code are and are not executed as the test suite runs. In
 
25
 addition to identifying untested code and locating bugs, Cobertura can
 
26
 optimize code by flagging dead, unreachable code and can provide insights
 
27
 into how an API operates in practice. It is based on jcoverage.
11
28
 
12
29
Package: libcobertura-java
13
30
Architecture: all
14
 
Priority: optional
15
 
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless,
16
 
 libasm2-java, liblog4j1.2-java, liboro-java
17
 
Description: Cobertura is a Java tool for test coverage calculation
18
 
 Cobertura calculates the percentage of code accessed by tests. It can be used
19
 
 to identify which parts of your Java program are lacking test coverage. It is
20
 
 based on jcoverage.
 
31
Depends: ant (>= 1.7.0-6), liblog4j1.2-java (>= 1.2.15-4),
 
32
         liboro-java (>= 2.0.8a-4), libasm3-java (>= 3.1-2),
 
33
         libservlet2.5-java, ${misc:Depends}
 
34
Suggests: libcobertura-java-doc (= ${binary:Version}), libjaxen-java (>= 1.1),
 
35
          libjdom1-java (>= 1.0), libxalan2-java (>= 2.7.1),
 
36
          libxerces2-java (>= 2.8)
 
37
Recommends: junit (>= 3.8.2)
 
38
Description: java library that calculates the percentage of code accessed by tests
 
39
 Library that measures test coverage by instrumenting a Java code base and
 
40
 watching which lines of code are and are not executed as the test suite runs.
 
41
 In addition to identifying untested code and locating bugs, Cobertura can
 
42
 optimize code by flagging dead, unreachable code and can provide insights
 
43
 into how an API operates in practice. It is based on jcoverage.
21
44
 
22
 
Package: libcobertura-examples
 
45
Package: libcobertura-java-doc
23
46
Architecture: all
24
47
Section: doc
25
48
Depends: ${misc:Depends}
26
 
Description: Simple examples of using Cobertura
27
 
 Cobertura calculates the percentage of code accessed by tests. It can be used
28
 
 to identify which parts of your Java program are lacking test coverage. It is
29
 
 based on jcoverage.
30
 
 .
31
 
 This package contains simple examples.
 
49
Suggests: libcobertura-java (= ${binary:Version})
 
50
Description: documentation for libcobertura-java
 
51
 Documentation for Cobertura which is a java library that calculates the
 
52
 percentage of code accessed by tests. This package includes the javadoc API
 
53
 and examples.