File: control

package info (click to toggle)
animal-sniffer 1.15-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,024 kB
  • sloc: java: 3,375; xml: 3,281; makefile: 4
file content (66 lines) | stat: -rw-r--r-- 2,591 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: animal-sniffer
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Schmitz <matthias@sigxcpu.org>
Build-Depends:
 ant,
 debhelper (>= 9),
 default-jdk,
 maven-debian-helper (>= 2.0)
Build-Depends-Indep:
 default-jdk-doc,
 junit,
 libasm-java (>= 5.0),
 libbuild-helper-maven-plugin-java,
 libmaven-common-artifact-filters-java,
 libmaven-enforcer-plugin-java,
 libmaven-install-plugin-java,
 libmaven-invoker-plugin-java,
 libmaven-javadoc-plugin-java,
 libmaven-plugin-tools-java,
 libmaven-shade-plugin-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/animal-sniffer.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/animal-sniffer.git
Homepage: http://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/

Package: libanimal-sniffer-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libanimal-sniffer-java-doc
Description: JDK/API verification tools
 Animal Sniffer provides tools to assist verifying that classes compiled with a
 newer JDK/API are compatible with an older JDK/API.
 .
 The Java Boot Classpath Detector is an executable jar file which tries to
 determine the boot classpath of the Java Runtime and outputs that classpath to
 the standard output.
 .
 Animal Sniffer Annotations provides Java 1.5+ annotations which allow marking
 methods which Animal Sniffer should ignore signature violations of. Animal
 Sniffer is designed to detect when you have used classes/methods/fields which
 are not part of the JRE that you are targeting. There are certain situations
 when you might be compiling with a newer JDK than the JRE you are targeting.
 .
 The Animal Sniffer ANT Tasks can be used to build signatures of APIs and to
 check your classes against previously generated signatures.
 .
 The Animal Sniffer Enforcer Rule is used to check your classes against
 previously generated signatures.
 .
 The Animal Sniffer Maven Plugin is used to build signatures of APIs and to
 check your classes against previously generated signatures.

Package: libanimal-sniffer-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libanimal-sniffer-java
Description: Documentation for Animal Sniffer
 Animal Sniffer provides tools to assist verifying that classes compiled with a
 newer JDK/API are compatible with an older JDK/API.
 .
 This package contains the API documentation of libanimal-sniffer-java.