Source: liboptions-java
Priority: optional
Section: java
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper (>= 8), javahelper (>=0.25), default-jdk, ant, ant-optional, libjdom1-java, junit
Build-Depends-Indep: default-jdk-doc
Standards-Version: 3.9.2
X-Homepage: Obtained source in private mail
Vcs-Browser: http://git.debian.org/?p=debian-med/liboptions-java.git
Vcs-Git: git://git.debian.org/git/debian-med/liboptions-java.git

Package: liboptions-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: ${java:Recommends}
Description: command line option parsing library for Java
 Generic Java API to
  * Check whether the syntax used is valid and supported
  * Retrieve the actual data required for the application
 The Options class implements a generic approach to easily handle the
 most complex situations. The class allows for a simple definition of the
 required options and data arguments, and provides thorough syntax checks
 and easy access to the results of these checks.

Package: liboptions-java-doc
Section: doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: command line option parsing library for Java (documentation)
 Generic Java API to
  * Check whether the syntax used is valid and supported
  * Retrieve the actual data required for the application
 The Options class implements a generic approach to easily handle the
 most complex situations. The class allows for a simple definition of the
 required options and data arguments, and provides thorough syntax checks
 and easy access to the results of these checks.
 .
 This package provides the documentation for the library
