File: control

package info (click to toggle)
jardiff 0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: java: 2,541; xml: 293; sh: 17; makefile: 11
file content (29 lines) | stat: -rw-r--r-- 1,088 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
Source: jardiff
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper-compat (= 13),
               javahelper,
               default-jdk-headless,
               ant
Build-Depends-Indep: libasm-java, libcommons-cli-java
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/jardiff.git
Vcs-Browser: https://salsa.debian.org/java-team/jardiff
Homepage: http://www.osjava.org/jardiff/
Rules-Requires-Root: no

Package: jardiff
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libasm-java, libcommons-cli-java, java-wrappers
Description: tool to visualise API differences between two JAR files
 Jardiff is a tool to help visualise API differences between two different
 versions of a project.
 .
 Jardiff takes two jar files and outputs all the public API changes as
 xml, html or plain text.
 .
 It can be used from command line or via an Apache Ant task.
 .
 It requires Java >= 1.4 to run.