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
|
Source: libcommons-collections3-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Varun Hiremath <varun@debian.org>
Build-Depends: debhelper (>= 6), cdbs, quilt, default-jdk
Build-Depends-Indep: maven-repo-helper, ant, ant-optional, junit
Standards-Version: 3.8.1
Homepage: http://commons.apache.org/collections/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-collections3-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-collections3-java
Package: libcommons-collections3-java
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | java2-runtime-headless
Suggests: libcommons-collections3-java-doc
Description: A set of abstract data type interfaces and implementations
The Java Collections Framework provides a set of abstract data
type interfaces and implementations that offer both a wealth
of useful functionality, and a solid foundation for extending
that functionality.
Package: libcommons-collections3-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Documentation for libcommons-collections3-java
Javadocs for libcommons-collections3-java which is a Java
collection framework.
|