debian/0000775000000000000000000000000012261004006007157 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000000112260765653013462 0ustar debian/libbuild-helper-maven-plugin-java-doc.doc-base.api0000664000000000000000000000062112234547123020466 0ustar Document: libbuild-helper-maven-plugin-java Title: API Javadoc for Build Helper Maven Plugin Author: Build Helper Maven Plugin developers Abstract: This is the API Javadoc provided for the libbuild-helper-maven-plugin-java library. Section: Programming Format: HTML Index: /usr/share/doc/libbuild-helper-maven-plugin-java/api/index.html Files: /usr/share/doc/libbuild-helper-maven-plugin-java/api/* debian/changelog0000664000000000000000000000237212261003640011040 0ustar build-helper-maven-plugin (1.8-1) unstable; urgency=low * New upstream release * Set the source encoding to avoid a build failure * debian/control: - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields * Switch to debhelper level 9 -- Emmanuel Bourg Wed, 01 Jan 2014 13:18:35 +0100 build-helper-maven-plugin (1.7-1) unstable; urgency=low [ Emmanuel Bourg ] * New upstream release * Set the compiler source/target to 1.5 * Updated Standards-Version to 3.9.4 (no changes) * debian/copyright: - Updated the Format URI to 1.0 - Removed the duplicate Copyright fields [ tony mancill ] * debian/control: - Add libmaven-invoker-plugin-java to build-depends-indep. - Wrap long lines. - Update Vcs-Git URL. -- tony mancill Sat, 01 Jun 2013 20:19:34 -0700 build-helper-maven-plugin (1.5-2) unstable; urgency=low * Add libmaven-plugin-tools-java to Build-Depends-Indep (Closes: #643496) -- Matthias Schmitz Wed, 28 Sep 2011 11:38:18 +0200 build-helper-maven-plugin (1.5-1) unstable; urgency=low * Initial release (Closes: #623047). -- Damien Raude-Morvan Tue, 26 Apr 2011 00:58:53 +0200 debian/maven.publishedRules0000644000000000000000000000000112260765653013213 0ustar debian/maven.ignoreRules0000664000000000000000000000025012260765653012527 0ustar org.apache.maven.plugins maven-changelog-plugin * * * * org.apache.maven.plugins maven-changes-plugin * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * debian/README.source0000664000000000000000000000046512234547123011357 0ustar Information about build-helper-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/0000775000000000000000000000000012234547123010473 5ustar debian/source/format0000664000000000000000000000001412234547123011701 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000272612234547411011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Build Helper Maven Plugin Upstream-Contact: Dan Tran Source: http://mojo.codehaus.org/build-helper-maven-plugin/ Files: * Copyright: 2004, The Codehaus License: MIT Files: debian/* Copyright: 2011, Damien Raude-Morvan 2011, Matthias Schmitz License: MIT 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. debian/watch0000664000000000000000000000023512234547123010224 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/mojo/tags/ \ build-helper-maven-plugin-(\d.*)/ debian debian/orig-tar.sh debian/libbuild-helper-maven-plugin-java.poms0000664000000000000000000000320612260765653016467 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 debian/orig-tar.sh0000775000000000000000000000075312234547123011263 0ustar #!/bin/sh -e VERSION=$2 TAR=../build-helper-maven-plugin_$VERSION.orig.tar.gz DIR=build-helper-maven-plugin-$VERSION TAG=$(echo "build-helper-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.codehaus.org/mojo/tags/${TAG}/ $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir && echo "moved $TAR to $origDir" fi debian/maven.rules0000664000000000000000000000000112260765653011355 0ustar debian/maven.properties0000664000000000000000000000025112261002526012406 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 project.build.sourceEncoding=UTF-8 debian/rules0000775000000000000000000000044512234547123010256 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 clean:: mh_clean -rm mvn-build -rm -r debian/nulldebian/compat0000664000000000000000000000000212260765273010400 0ustar 9 debian/control0000664000000000000000000000400612260765442010603 0ustar Source: build-helper-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan , Matthias Schmitz , Emmanuel Bourg Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, libmaven-invoker-plugin-java, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java (>= 3.0), libmaven2-core-java, libmaven2-core-java-doc, libplexus-utils-java Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/build-helper-maven-plugin.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/build-helper-maven-plugin.git Homepage: http://mojo.codehaus.org/build-helper-maven-plugin/ Package: libbuild-helper-maven-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libbuild-helper-maven-plugin-java-doc Description: Build Helper Maven Plugin This plugin contains various small independent goals to assist with Maven build lifecycle. . For example: attach some directory as new source folder, extract maven current version, parse and resolve a version property or reserve a random network port. Package: libbuild-helper-maven-plugin-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libbuild-helper-maven-plugin-java Description: Documentation for Build Helper Maven Plugin This plugin contains various small independent goals to assist with Maven build lifecycle. . For example: attach some directory as new source folder, extract maven current version, parse and resolve a version property or reserve a random network port. . This package contains the API documentation of libbuild-helper-maven-plugin-java. debian/libbuild-helper-maven-plugin-java-doc.install0000664000000000000000000000010612234547435017713 0ustar target/apidocs/* usr/share/doc/libbuild-helper-maven-plugin-java/api