File: control

package info (click to toggle)
jardiff 0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 520 kB
  • ctags: 442
  • sloc: java: 2,541; xml: 292; sh: 17; makefile: 12
file content (25 lines) | stat: -rw-r--r-- 1,028 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
Source: jardiff
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: cdbs, debhelper (>= 9), default-jdk, ant
Build-Depends-Indep: libasm-java (>= 5.0), libcommons-cli-java
Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jardiff/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jardiff/
Homepage: http://www.osjava.org/jardiff/

Package: jardiff
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libasm-java (>= 5.0), 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.