debian/0000755000000000000000000000000012232401041007153 5ustar debian/libargs4j-java.poms0000644000000000000000000000347612232400663012676 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 args4j/pom.xml --has-package-version --java-lib args4j-tools/pom.xml --has-package-version --java-lib args4j-maven-plugin/pom.xml --ignore args4j-maven-plugin-example/pom.xml --ignore debian/maven.cleanIgnoreRules0000644000000000000000000000145412232400663013461 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.apache.maven.plugins maven-changes-plugin * * * * debian/maven.ignoreRules0000644000000000000000000000153112232400663012512 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.apache.maven.plugins maven-changes-plugin * * * * org.apache.felix maven-bundle-plugin * * * * debian/maven.publishedRules0000644000000000000000000000164212232400663013211 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ debian/maven.rules0000644000000000000000000000175112232400663011352 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ junit junit jar s/3\..*/3.x/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * org.mockito s/mockito-all/mockito-core * s/.*/debian/ * * debian/watch0000644000000000000000000000020312232400663010210 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ https://github.com/kohsuke/args4j/releases .*/args4j(?:-site)?-(.*).tar.gz debian/rules0000755000000000000000000000051012232400663010240 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 DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate DEB_MAVEN_BUILD_TARGET := install get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/changelog0000644000000000000000000000246512232400663011045 0ustar args4j (2.0.25-1) unstable; urgency=low [ Emmanuel Bourg ] * Team upload. * New upstream release - New build dependency on libmockito-java - Added a patch to change the packaging from bundle to jar * debian/control: - Use canonical URLs for the Vcs-* fields - Removed the deprecated DM-Upload-Allowed flag - Updated Standards-Version to 3.9.4 (no changes) - Updated the Homepage field * debian/copyright: Updated to the Copyright Format 1.0 * Build depend on debhelper >= 9 * debian/watch: Updated to watch the new release tags on Github * Removed debian/orig-tar.sh and use the tarball from Github directly [ tony mancill ] * Add build dependency on libmaven-shade-plugin-java -- Emmanuel Bourg Thu, 24 Oct 2013 10:59:33 +0200 args4j (2.0.16-2) unstable; urgency=low [James Page] * Fix FTBFS with OpenJDK 7: - d/maven.properties: Specify source file encoding to fix javadoc generation errors with Java 7. * Updated my email address. * Tidied lintian warnings in d/copyright. [tony mancill] * Set DMUA flag. -- James Page Fri, 30 Dec 2011 18:41:01 +0000 args4j (2.0.16-1) unstable; urgency=low * Initial release. (Closes: #625453) -- James Page Wed, 01 Jun 2011 09:52:59 +0100 debian/patches/0000755000000000000000000000000012232400663010613 5ustar debian/patches/01-change-packaging-to-jar.patch0000644000000000000000000000130312232400663016410 0ustar Description: Changes the packaging to "jar" to avoid a dependency on bnd Author: Emmanuel Bourg Forwarded: not-needed --- a/args4j-tools/pom.xml +++ b/args4j-tools/pom.xml @@ -11,7 +11,7 @@ args4j-tools development-time tool for generating additional artifacits - bundle + jar org.kohsuke.args4j.apt.Main --- a/args4j/pom.xml +++ b/args4j/pom.xml @@ -9,7 +9,7 @@ args4j args4j - bundle + jar src debian/patches/series0000644000000000000000000000004112232400663012023 0ustar 01-change-packaging-to-jar.patch debian/maven.properties0000644000000000000000000000012412232400663012405 0ustar # Set encoding for compatibilty with Java 7 project.build.sourceEncoding=ISO-8859-1 debian/libargs4j-java-doc.doc-base.api0000644000000000000000000000044712232400663014703 0ustar Document: libargs4j-java Title: API Javadoc for args4j parent Author: Kohsuke Kawaguchi Abstract: This is the API Javadoc provided for the libargs4j-java library. Section: Programming Format: HTML Index: /usr/share/doc/libargs4j-java/api/index.html Files: /usr/share/doc/libargs4j-java/api/* debian/source/0000755000000000000000000000000012232400663010464 5ustar debian/source/format0000644000000000000000000000001412232400663011672 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000043412232400663011344 0ustar Information about args4j ------------------------ This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/compat0000644000000000000000000000000212232400663010362 0ustar 9 debian/libargs4j-java-doc.install0000644000000000000000000000007012232400663014114 0ustar target/site/apidocs/* usr/share/doc/libargs4j-java/api debian/copyright0000644000000000000000000000360412232400663011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: args4j Upstream-Contact: Kohsuke Kawaguchi Source: https://github.com/kohsuke/args4j Files: * Copyright: 2003-2010, Kohsuke Kawaguchi 2003-2010, Jan Materne 2003-2010, Mark Sinke License: MIT Files: debian/* Copyright: 2011 Canonical Ltd (http://www.canonical.com/) License: GPL-3 License: MIT Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: GPL-3 On Debian GNU/Linux system you can find the complete text of the GPL-3 license in '/usr/share/common-licenses/GPL-3' debian/control0000644000000000000000000000316712232400663010576 0ustar Source: args4j Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper Build-Depends-Indep: ant, ant-doc, default-jdk-doc, junit, libmaven-compiler-plugin-java (>= 2.0.2), libmaven-install-plugin-java, libmaven-jar-plugin-java (>= 2.2), libmaven-javadoc-plugin-java, libmaven-shade-plugin-java, libmockito-java Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/args4j.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/args4j.git Homepage: http://args4j.kohsuke.org Package: libargs4j-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Breaks: libjenkins-remoting-java (<= 2.23-1) Description: Java command line arguments parser args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application. Package: libargs4j-java-doc Architecture: all Section: doc Depends: ant-doc, default-jdk-doc, ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libargs4j-java Description: Documentation for Java command line arguments parser args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application. . This package provides the API documentation for libargs4j-java.