debian/0000775000000000000000000000000012236126131007165 5ustar debian/maven.cleanIgnoreRules0000664000000000000000000000150112236126057013462 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # 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 before mvn clean is called # junit junit jar s/3\\..*/3.x/ debian/changelog0000664000000000000000000000157412236126034011050 0ustar jarjar-maven-plugin (1.8-1) unstable; urgency=low * New upstream release * debian/control: - Use canonical URLs for the Vcs-* fields - Updated Standards-Version to 3.9.5 (no changes) * Build depend on debhelper >= 9 * debian/copyright: Updated the upstream contributors -- Emmanuel Bourg Tue, 05 Nov 2013 09:07:49 +0100 jarjar-maven-plugin (1.7-1) unstable; urgency=low * New upstream release * Upgraded the dependency on ASM (3.x -> 4.x) * Added the missing --java-lib flag in libjarjar-maven-plugin-java.poms * Updated Standards-Version to 3.9.4 * debian/copyright: Updated the Format URI to 1.0 -- Emmanuel Bourg Fri, 24 May 2013 17:17:38 +0200 jarjar-maven-plugin (1.5-1) unstable; urgency=low * Initial release (Closes: #648640) -- Damien Raude-Morvan Sun, 20 Nov 2011 19:33:36 +0100 debian/libjarjar-maven-plugin-java-doc.install0000664000000000000000000000010012236125357016577 0ustar target/apidocs/* usr/share/doc/libjarjar-maven-plugin-java/api debian/maven.publishedRules0000664000000000000000000000164212236126057013221 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.ignoreRules0000664000000000000000000000032312236125612012514 0ustar org.apache.maven.plugins maven-invoker-plugin * * * * org.apache.maven.plugins maven-release-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.codehaus.mojo changelog-maven-plugin * * * * debian/libjarjar-maven-plugin-java.poms0000664000000000000000000000322112236125612015345 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 debian/README.source0000664000000000000000000000045712236125357011363 0ustar Information about jarjar-maven-plugin ------------------------------ 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/source/0000775000000000000000000000000012236125357010476 5ustar debian/source/format0000664000000000000000000000001412236125357011704 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000107412236125357011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JarJar Maven Plugin Source: http://sonatype.github.com/jarjar-maven-plugin/ Files: * Copyright: 2007, Google Inc. 2010-2013, Stuart McCulloch 2012, Jussi Malinen 2012, Jason van Zyl License: Apache-2.0 Files: debian/* Copyright: 2011, Damien Raude-Morvan License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' debian/watch0000664000000000000000000000015312236125357010226 0ustar version=3 http://githubredir.debian.net/github/sonatype/jarjar-maven-plugin/jarjar-maven-plugin-(.*).tar.gzdebian/maven.rules0000664000000000000000000000034612236126057011361 0ustar junit junit jar s/4\..*/4.x/ * * org.apache.maven.shared maven-common-artifact-filters jar s/.*/debian/ * * org.ow2.asm asm-commons * s/4\..*/4.x/ * * org.ow2.asm asm * s/4\..*/4.x/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * debian/maven.properties0000664000000000000000000000021012236125357012413 0ustar # Include here properties to pass to Maven during the build. maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5 debian/rules0000775000000000000000000000036012236125357010255 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/compat0000664000000000000000000000000212236125357010374 0ustar 9 debian/control0000664000000000000000000000463112236125357010605 0ustar Source: jarjar-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan , Emmanuel Bourg Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: ant-doc, default-jdk-doc, junit4, libasm4-java, libmaven-common-artifact-filters-java, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java, libmaven2-core-java, libmaven2-core-java-doc, libplexus-archiver-java, libplexus-utils-java, libplexus-utils-java-doc Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/jarjar-maven-plugin.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jarjar-maven-plugin.git Homepage: http://sonatype.github.com/jarjar-maven-plugin/ Package: libjarjar-maven-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libjarjar-maven-plugin-java-doc Description: Maven plugin to repackage third-party jars Utility that makes it easy to repackage Java libraries and embed them into your own distribution. This is useful for two reasons: - You can easily ship a single jar file with no external dependencies. - You can avoid problems where your library depends on a specific version of a library, which may conflict with the dependencies of another library. . This package provide a Maven plugin for Java to allow plug this into Maven build system. Package: libjarjar-maven-plugin-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libjarjar-maven-plugin-java Description: Maven plugin to repackage third-party jars - documentation Utility that makes it easy to repackage Java libraries and embed them into your own distribution. This is useful for two reasons: - You can easily ship a single jar file with no external dependencies. - You can avoid problems where your library depends on a specific version of a library, which may conflict with the dependencies of another library. . This package contains the API documentation of libjarjar-maven-plugin-java. debian/libjarjar-maven-plugin-java-doc.doc-base.api0000664000000000000000000000055012236125357017367 0ustar Document: libjarjar-maven-plugin-java Title: API Javadoc for JarJar Maven Plugin Author: Sonatype, Inc. developers Abstract: This is the API Javadoc provided for the libjarjar-maven-plugin-java library. Section: Programming Format: HTML Index: /usr/share/doc/libjarjar-maven-plugin-java/api/index.html Files: /usr/share/doc/libjarjar-maven-plugin-java/api/*