debian/0000755000000000000000000000000011705274307007174 5ustar debian/copyright0000644000000000000000000000073211705274307011131 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Options Upstream-Contact: Dr. Matthias Laux Source: Send via e-mail Files: * Copyright: © 2004-2012 Dr. Matthias Laux License: Apache License Version 2.0 On Debian systems you can find the Apache License Version 2.0 at /usr/share/common-licenses Apache-2.0. Files: debian/* Copyright: © 2012 Andreas Tille License: Apache License Version 2.0 Same as options itself debian/changelog0000644000000000000000000000025311705274307011046 0ustar liboptions-java (0.0.20120113-1) unstable; urgency=low * Initial Debian Upload (Closes: #656199) -- Andreas Tille Tue, 17 Jan 2012 14:33:34 +0100 debian/liboptions-java.jlibs0000644000000000000000000000002111705274307013313 0ustar dist/options.jar debian/source/0000755000000000000000000000000011705274307010474 5ustar debian/source/format0000644000000000000000000000001411705274307011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211705274307010372 0ustar 8 debian/patches/0000755000000000000000000000000011705274307010623 5ustar debian/patches/series0000644000000000000000000000002011705274307012030 0ustar build_xml.patch debian/patches/build_xml.patch0000644000000000000000000000031311705274307013620 0ustar --- options.orig/build.xml +++ options/build.xml @@ -71,4 +71,5 @@ nbproject/build-impl.xml file. --> + debian/liboptions-java-doc.javadoc0000644000000000000000000000006011705274307014365 0ustar dist/javadoc /usr/share/doc/liboptions-java/api debian/rules0000755000000000000000000000012511705274307010252 0ustar #!/usr/bin/make -f JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper debian/manifest0000644000000000000000000000010411705274307010720 0ustar /usr/share/java/options.jar: Class-Path: /usr/share/java/jdom1.jar debian/control0000644000000000000000000000344011705274307010600 0ustar Source: liboptions-java Priority: optional Section: java Maintainer: Debian Med Packaging Team DM-Upload-Allowed: yes Uploaders: Andreas Tille 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