This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-lang3-java.
commit daeb495d2c1acb9f8c64d1a407aa469661e78ea3 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 1 11:21:52 2016 +0200 Wrap and sort --- debian/control | 32 ++++++++++++++++++++------------ debian/libcommons-lang3-java-doc.install | 1 - 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index cad4ab7..2e24477 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,16 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: junit4 (>= 4.12), libcommons-io-java, libeasymock-java, default-jdk-doc, libmaven-javadoc-plugin-java +Build-Depends: + debhelper (>= 9), + default-jdk, + maven-debian-helper (>= 1.4) +Build-Depends-Indep: + default-jdk-doc, + junit4 (>= 4.12), + libcommons-io-java, + libeasymock-java, + libmaven-javadoc-plugin-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-lang3-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-lang3-java.git @@ -12,16 +20,16 @@ Homepage: http://commons.apache.org/lang/ Package: libcommons-lang3-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libcommons-lang3-java-doc Description: Extension of the java.lang package (for Java 5+) - The Commons Lang components contains a set of Java classes that provide helper - methods for standard Java classes, especially those found in the java.lang + The Commons Lang components contains a set of Java classes that provide helper + methods for standard Java classes, especially those found in the java.lang package in the JDK 5+. . - Commons Lang 3.x use a different package (org.apache.commons.lang3) than the - previous versions (org.apache.commons.lang), allowing it to be used at the + Commons Lang 3.x use a different package (org.apache.commons.lang3) than the + previous versions (org.apache.commons.lang), allowing it to be used at the same time as an earlier version. . Commons Lang 3.x is only compatible with JDK 1.5+ @@ -29,16 +37,16 @@ Description: Extension of the java.lang package (for Java 5+) Package: libcommons-lang3-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} +Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libcommons-lang3-java Description: Documentation for extension of the java.lang package (for Java 5+) - The Commons Lang components contains a set of Java classes that provide helper - methods for standard Java classes, especially those found in the java.lang + The Commons Lang components contains a set of Java classes that provide helper + methods for standard Java classes, especially those found in the java.lang package in the JDK 5+. . - Commons Lang 3.x use a different package (org.apache.commons.lang3) than the - previous versions (org.apache.commons.lang), allowing it to be used at the + Commons Lang 3.x use a different package (org.apache.commons.lang3) than the + previous versions (org.apache.commons.lang), allowing it to be used at the same time as an earlier version. . Commons Lang 3.x is only compatible with JDK 1.5+ diff --git a/debian/libcommons-lang3-java-doc.install b/debian/libcommons-lang3-java-doc.install index 00f533c..b4fcd55 100644 --- a/debian/libcommons-lang3-java-doc.install +++ b/debian/libcommons-lang3-java-doc.install @@ -1,2 +1 @@ target/apidocs/* usr/share/doc/libcommons-lang3-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang3-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

