debian/0000755000000000000000000000000012253455213007170 5ustar debian/compat0000644000000000000000000000000212253433365010372 0ustar 9 debian/control0000644000000000000000000000373712253433365010611 0ustar Source: joptsimple Section: java Priority: extra Maintainer: Debian Java Maintainers Uploaders: Samuel Thibault , Stephen Nelson Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, libjoda-time-java, libmaven-javadoc-plugin-java, junit4 Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/joptsimple.git;a=summary Vcs-Git: git://anonscm.debian.org/pkg-java/joptsimple.git Homepage: http://pholser.github.com/jopt-simple Package: libjoptsimple-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: libjoptsimple-java-doc Description: Command line parsing java library JOpt Simple is a Java library for parsing command line options, such as those you might pass to an invocation of javac. . In the interest of striving for simplicity, as closely as possible JOpt Simple attempts to honor the command line option syntaxes of POSIX getopt() and GNU getopt_long() . It also aims to make option parser configuration and retrieval of options and their arguments simple and expressive, without being overly clever. Package: libjoptsimple-java-doc Section: doc Architecture: all Depends: ${maven:DocDepends}, ${misc:Depends} Description: Command line parsing java library - Documentation JOpt Simple is a Java library for parsing command line options, such as those you might pass to an invocation of javac. . In the interest of striving for simplicity, as closely as possible JOpt Simple attempts to honor the command line option syntaxes of POSIX getopt() and GNU getopt_long() . It also aims to make option parser configuration and retrieval of options and their arguments simple and expressive, without being overly clever. . This package contains the javadoc documentation. debian/maven.properties0000644000000000000000000000014212253433365012415 0ustar # Include here properties to pass to Maven during the build. # For example: maven.test.skip=true debian/maven.cleanIgnoreRules0000644000000000000000000000000112253455171013453 0ustar debian/maven.rules0000644000000000000000000000046112253455171011356 0ustar joda-time joda-time jar s/.*/debian/ * * junit junit jar s/4\..*/4.x/ * * net.sf.jopt-simple jopt-simple jar s/.*/debian/ * * org.apache.maven.scm maven-scm-manager-plexus jar s/.*/debian/ * * org.apache.maven.scm maven-scm-provider-gitexe jar s/.*/debian/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * debian/copyright0000644000000000000000000000456312253434444011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JOpt Simple Upstream-Contact: Paul R. Holser, Jr. Source: http://pholser.github.com/jopt-simple Files: * Copyright: © 2004-2013, Paul R. Holser, Jr. License: MIT Files: src/site/resources/scripts/prettify.js Copyright: © 2006, Google Inc. License: Apache-2.0 Files: debian/* Copyright: © 2009-2013, Samuel Thibault , © 2013, Stephen Nelson License: GPL-3 License: GPL-3 On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-3'. License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 /usr/share/common-licenses/Apache-2.0 (on Debian systems) . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. debian/rules0000755000000000000000000000036012253433365010253 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/libjoptsimple-java.poms0000644000000000000000000000324712253455171013675 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --no-parent --has-package-version --java-lib --usj-name=joptsimple debian/libjoptsimple-java-doc.doc-base.api0000644000000000000000000000065712253433365015712 0ustar Document: libjoptsimple-java Title: Programmer API for the Command line parsing java library Author: Paul R. Holser, Jr. Abstract: JOpt Simple is a Java library for parsing command line options, such as those you might pass to an invocation of javac. This is the javadoc documentation. Section: Programming/Java Format: HTML Index: /usr/share/doc/libjoptsimple-java/api/index.html Files: /usr/share/doc/libjoptsimple-java/api/* debian/libjoptsimple-java-doc.install0000644000000000000000000000006712253433365015126 0ustar target/apidocs/* usr/share/doc/libjoptsimple-java/api debian/source/0000755000000000000000000000000012253433365010474 5ustar debian/source/format0000644000000000000000000000001412253433365011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014112253433365010221 0ustar version=3 https://github.com/pholser/jopt-simple/releases .*/jopt-simple-([\d\.]+).tar.gz debian debian/changelog0000644000000000000000000000302712253453676011057 0ustar joptsimple (4.5-1) unstable; urgency=low [ Samuel Thibault ] * Bump Standards-Version to 3.9.5 (no changes). [ Emmanuel Bourg ] * Switch to debhelper level 9. * Use canonical URLs for the Vcs-* fields. [ Stephen Nelson ] * New upstream version. * Depend on cdbs. * Updated copyright to machine readable format. * Build with Maven. * Add myself to uploaders. * Add Samuel Thibault to uploaders. * Change maintainer from Samuel Thibault to Debian Java maintainers (See: #729687). * Provide Maven artifact (Closes: #729687). * Updated package homepage. -- Stephen Nelson Wed, 04 Dec 2013 22:18:20 +0000 joptsimple (3.1-4) unstable; urgency=low * Bump Standards-Version to 3.9.2 (no change needed) * Add build-{indep,arch} rules. * Drop jre dependency. -- Samuel Thibault Fri, 08 Jun 2012 23:50:59 +0200 joptsimple (3.1-3) unstable; urgency=low * debian/control: - Bump Standards-Version to 3.9.1 (no change needed). - Make libjoptsimple-java depend on headless java. -- Samuel Thibault Tue, 24 Aug 2010 21:27:08 +0200 joptsimple (3.1-2) unstable; urgency=low * debian/control: Drop duplicate Section: java field. * debian/watch: Add. * debian/libjoptsimple-java-doc.doc-base: Add. -- Samuel Thibault Wed, 13 Jan 2010 00:36:23 +0100 joptsimple (3.1-1) unstable; urgency=low * Initial release (Closes: #544637) -- Samuel Thibault Tue, 01 Sep 2009 15:53:03 +0200 debian/maven.ignoreRules0000644000000000000000000000060112253455171012516 0ustar org.apache.maven.plugins maven-antrun-plugin * * * * org.apache.maven.plugins maven-pmd-plugin * * * * org.codehaus.mojo cobertura-maven-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * org.codehaus.mojo javancss-maven-plugin * * * * org.infinitest continuous-testing-toolkit * * * * org.kathrynhuxtable.maven.wagon wagon-gitsite * * * * org.pitest pitest-maven * * * * debian/maven.publishedRules0000644000000000000000000000006512253455171013216 0ustar net.sf.jopt-simple jopt-simple jar s/.*/debian/ * *