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
|
Source: libgetopt-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@gambaru.de>
Build-Depends:
debhelper (>= 9),
javahelper (>= 0.33~),
maven-repo-helper (>= 1.6~)
Build-Depends-Indep:
default-jdk,
default-jdk-doc
Standards-Version: 3.9.4
Homepage: http://www.urbanophile.com/arenn/hacking/download.html
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libgetopt-java/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libgetopt-java/
Package: libgetopt-java
Architecture: all
Depends:
${misc:Depends}
Recommends:
${java:Recommends}
Suggests:
libgetopt-java-doc
Description: GNU getopt - Java port
The GNU Java getopt classes support short and long argument parsing
in a manner 100% compatible with the version of GNU getopt in glibc
2.0.6 with a mostly compatible programmer's interface as well. Note that
this is a port, not a new implementation.
Package: libgetopt-java-doc
Architecture: all
Section: doc
Depends:
${java:Depends},
${misc:Depends}
Recommends:
${java:Recommends}
Description: GNU getopt - Java port (doc)
The GNU Java getopt classes support short and long argument parsing
in a manner 100% compatible with the version of GNU getopt in glibc
2.0.6 with a mostly compatible programmer's interface as well. Note that
this is a port, not a new implementation.
.
This package contains the Java Programming API docs.
|