Author: ebourg-guest Date: 2013-11-04 09:16:02 +0000 (Mon, 04 Nov 2013) New Revision: 17398
Modified: trunk/maven-assembly-plugin/debian/changelog trunk/maven-assembly-plugin/debian/control trunk/maven-assembly-plugin/debian/copyright trunk/maven-assembly-plugin/debian/libmaven-assembly-plugin-java.poms trunk/maven-assembly-plugin/debian/maven.ignoreRules trunk/maven-assembly-plugin/debian/maven.rules trunk/maven-assembly-plugin/debian/patches/series Log: Patched to work with plexus-archiver 1.2 (Closes: #727664) Updated Standards-Version to 3.9.5 (no changes) Use canonical URLs for the Vcs-* fields debian/copyright: Updated to the Copyright Format 1.0 Modified: trunk/maven-assembly-plugin/debian/changelog =================================================================== --- trunk/maven-assembly-plugin/debian/changelog 2013-11-04 05:22:41 UTC (rev 17397) +++ trunk/maven-assembly-plugin/debian/changelog 2013-11-04 09:16:02 UTC (rev 17398) @@ -1,3 +1,14 @@ +maven-assembly-plugin (2.2~beta5-3) unstable; urgency=low + + * Team upload. + * Patched to work with plexus-archiver 1.2 (Closes: #727664) + * debian/control: + - Updated Standards-Version to 3.9.5 (no changes) + - Use canonical URLs for the Vcs-* fields + * debian/copyright: Updated to the Copyright Format 1.0 + + -- Emmanuel Bourg <[email protected]> Mon, 04 Nov 2013 10:09:32 +0100 + maven-assembly-plugin (2.2~beta5-2) unstable; urgency=low [ Torsten Werner ] Modified: trunk/maven-assembly-plugin/debian/control =================================================================== --- trunk/maven-assembly-plugin/debian/control 2013-11-04 05:22:41 UTC (rev 17397) +++ trunk/maven-assembly-plugin/debian/control 2013-11-04 09:16:02 UTC (rev 17398) @@ -12,9 +12,9 @@ libplexus-active-collections-java, libplexus-archiver-java, libplexus-container-default-java, libplexus-interpolation-java, libplexus-io-java, libplexus-utils-java, libmaven-plugin-testing-java -Standards-Version: 3.9.1 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-assembly-plugin -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-assembly-plugin/ +Standards-Version: 3.9.5 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-assembly-plugin +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-assembly-plugin/ Homepage: http://maven.apache.org/plugins/maven-assembly-plugin/ Package: libmaven-assembly-plugin-java Modified: trunk/maven-assembly-plugin/debian/copyright =================================================================== --- trunk/maven-assembly-plugin/debian/copyright 2013-11-04 05:22:41 UTC (rev 17397) +++ trunk/maven-assembly-plugin/debian/copyright 2013-11-04 09:16:02 UTC (rev 17398) @@ -1,6 +1,6 @@ -Format-Specification: http://dep.debian.net/deps/dep5/ -Name: Maven Assembly Plugin -Maintainer: Apache Maven team +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Maven Assembly Plugin +Upstream-Contact: Apache Maven team Source: http://maven.apache.org/ Files: * @@ -38,6 +38,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -License: GPL-3 +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' Modified: trunk/maven-assembly-plugin/debian/libmaven-assembly-plugin-java.poms =================================================================== --- trunk/maven-assembly-plugin/debian/libmaven-assembly-plugin-java.poms 2013-11-04 05:22:41 UTC (rev 17397) +++ trunk/maven-assembly-plugin/debian/libmaven-assembly-plugin-java.poms 2013-11-04 09:16:02 UTC (rev 17398) @@ -1 +1,28 @@ +# List of POM files for the package +# Format of this file is: +# <path to pom file> [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 <parent> tag from the POM +# --package=<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=<elem1,elem2>: a list of XML elements to keep in the POM +# during a clean operation with mh_cleanpom or mh_installpom +# --artifact=<path>: 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>: name to use when installing the library in /usr/share/java +# --usj-version=<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=<path>: the destination for the real jar. +# It will be installed with mh_install. [mh_install] +# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default. +# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. +# Empty by default. [mh_install] +# pom.xml --no-parent Modified: trunk/maven-assembly-plugin/debian/maven.ignoreRules =================================================================== --- trunk/maven-assembly-plugin/debian/maven.ignoreRules 2013-11-04 05:22:41 UTC (rev 17397) +++ trunk/maven-assembly-plugin/debian/maven.ignoreRules 2013-11-04 09:16:02 UTC (rev 17398) @@ -1 +1,2 @@ + * * * * * test Modified: trunk/maven-assembly-plugin/debian/maven.rules =================================================================== --- trunk/maven-assembly-plugin/debian/maven.rules 2013-11-04 05:22:41 UTC (rev 17397) +++ trunk/maven-assembly-plugin/debian/maven.rules 2013-11-04 09:16:02 UTC (rev 17398) @@ -1,2 +1,8 @@ -org.codehaus.modello modello-maven-plugin maven-plugin s/.*/1.1/ -org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ + +org.apache.maven.shared file-management jar s/.*/debian/ * * +org.apache.maven.shared maven-common-artifact-filters jar s/.*/debian/ * * +org.apache.maven.shared maven-repository-builder jar s/.*/debian/ * * +org.apache.maven.shared maven-shared-io jar s/.*/debian/ * * +org.codehaus.modello modello-maven-plugin maven-plugin s/.*/1.1/ * * +org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * * +org.codehaus.plexus plexus-interpolation jar s/.*/debian/ * * Modified: trunk/maven-assembly-plugin/debian/patches/series =================================================================== --- trunk/maven-assembly-plugin/debian/patches/series 2013-11-04 05:22:41 UTC (rev 17397) +++ trunk/maven-assembly-plugin/debian/patches/series 2013-11-04 09:16:02 UTC (rev 17398) @@ -1 +1,2 @@ descriptors.patch +plexus-archiver-compatibility.patch _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

