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
|
Source: libcommons-lang3-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper (>= 9),
default-jdk,
maven-debian-helper (>= 2.1~)
Build-Depends-Indep:
default-jdk-doc,
junit4 (>= 4.12),
libcommons-parent-java,
libcommons-io-java,
libeasymock-java,
libmaven-bundle-plugin-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
Homepage: http://commons.apache.org/lang/
Package: libcommons-lang3-java
Architecture: all
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
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
same time as an earlier version.
.
Commons Lang 3.x is only compatible with JDK 1.5+
Package: libcommons-lang3-java-doc
Architecture: all
Section: doc
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
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
same time as an earlier version.
.
Commons Lang 3.x is only compatible with JDK 1.5+
.
This package contains the API documentation of libcommons-lang3-java.
|