This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository animal-sniffer.
commit c3cae63f100ed74522cdd30fd92ea21b99eec3a6 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 29 16:59:37 2014 +0200 Wrap and sort --- debian/control | 43 ++++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/debian/control b/debian/control index 5f7b6c1..969649c 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,22 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Matthias Schmitz <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.4), ant -Build-Depends-Indep: libasm3-java, junit, default-jdk-doc, - libmaven-javadoc-plugin-java, libmaven-enforcer-plugin-java, - libmaven-invoker-plugin-java, libmaven-common-artifact-filters-java, - libbuild-helper-maven-plugin-java, libmaven-shade-plugin-java, libmaven-plugin-tools-java, libmaven-install-plugin-java +Build-Depends: ant, + cdbs, + debhelper (>= 9), + default-jdk, + maven-debian-helper (>= 1.4) +Build-Depends-Indep: default-jdk-doc, + junit, + libasm3-java, + 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.6 Vcs-Git: git://anonscm.debian.org/pkg-java/animal-sniffer.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/animal-sniffer.git @@ -15,36 +26,36 @@ Homepage: http://mojo.codehaus.org/animal-sniffer/ Package: libanimal-sniffer-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +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. - . + 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. + 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. - . + check your classes against previously generated signatures. + . The Animal Sniffer Enforcer Rule is used to check your classes against - previously generated signatures. - . + 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: ${misc:Depends}, ${maven:DocDepends} +Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libanimal-sniffer-java Description: Documentation for Animal Sniffer @@ -52,5 +63,3 @@ Description: Documentation for Animal Sniffer newer JDK/API are compatible with an older JDK/API. . This package contains the API documentation of libanimal-sniffer-java. - - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/animal-sniffer.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

