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
|
Source: libjlha-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror@gmx.de>
Build-Depends: cdbs (>= 0.4.36), debhelper (>= 5)
Build-Depends-Indep: ant, default-jdk-builddep, default-jdk-doc
Standards-Version: 3.8.4
Homepage: http://homepage1.nifty.com/dangan/Content/Program/Java/jLHA/LhaLibrary.html
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjlha-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjlha-java/
Package: libjlha-java
Architecture: all
Section: java
Depends: ${misc:Depends}, default-jre-headless | java-runtime-headless | java2-runtime-headless
Suggests: java-virtual-machine, libjlha-java-doc-ja
Description: LHA compress/decompress library for Java
This package is a library that supports reading and writing an archive file
that created by LHA. This package has interfaces like the java.util.zip
package. Many Java programmers can operate easily an archive file that
created by LHA.
Package: libjlha-java-doc-ja
Architecture: all
Section: doc
Depends: ${misc:Depends}, default-jdk-doc
Suggests: libjlha-java
Description: Japanese documentation for libjlha-java, the LHA library for Java
This package is a library that supports reading and writing an archive file
that created by LHA. This package has interfaces like the java.util.zip
package. Many Java programmers can operate easily an archive file that
created by LHA.
.
This package includes the API javadoc written in Japanese.
|