animal-sniffer 1.15-2 source package in Ubuntu

Changelog

animal-sniffer (1.15-2) unstable; urgency=medium

  * Team upload.
  * Depend on libmaven3-core-java instead of libmaven2-core-java
  * Standards-Version updated to 4.0.0
  * Switch to debhelper level 10

 -- Emmanuel Bourg <email address hidden>  Mon, 31 Jul 2017 21:34:08 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
animal-sniffer_1.15-2.dsc 2.5 KiB cd44a0dc0c64efb03ae6588c95509c73546475f2cec5fb2a92f7b9be38ddd659
animal-sniffer_1.15.orig.tar.xz 48.9 KiB 9a51adfa203d0e75bfe587a3acffac722091553acebc4514e94a906537fd7240
animal-sniffer_1.15-2.debian.tar.xz 5.1 KiB d0c68693c621c9a6aeaa307898f7d7c00a4326fb88564ae89c4387bbf5d639ce

Available diffs

No changes file available.

Binary packages built by this source

libanimal-sniffer-java: 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.

libanimal-sniffer-java-doc: 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.