File: control

package info (click to toggle)
jdependency 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 101
  • sloc: java: 589; xml: 243; makefile: 7; sh: 2
file content (21 lines) | stat: -rw-r--r-- 1,041 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
Source: jdependency
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: libasm-java, libcommons-io-java, junit4, libmaven-antrun-plugin-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jdependency.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jdependency.git
Homepage: http://github.com/tcurdt/jdependency

Package: libjdependency-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: Java library analyzing class level dependencies
 jdependency is small library that helps you analyze class level dependencies,
 clashes and missing classes. This library provides an API to analyse and
 modify class dependencies. It provides the core to the maven2 minijar plugin
 and provides something in the middle between jarjar and proguard.