Author: ebourg-guest Date: 2014-02-10 23:06:56 +0000 (Mon, 10 Feb 2014) New Revision: 17754
Added: tags/maven-jar-plugin/2.4-1/ tags/maven-jar-plugin/2.4-1/debian/README.source tags/maven-jar-plugin/2.4-1/debian/changelog tags/maven-jar-plugin/2.4-1/debian/compat tags/maven-jar-plugin/2.4-1/debian/control tags/maven-jar-plugin/2.4-1/debian/copyright tags/maven-jar-plugin/2.4-1/debian/libmaven-jar-plugin-java.poms tags/maven-jar-plugin/2.4-1/debian/maven.rules tags/maven-jar-plugin/2.4-1/debian/orig-tar.sh Removed: tags/maven-jar-plugin/2.4-1/debian/README.source tags/maven-jar-plugin/2.4-1/debian/changelog tags/maven-jar-plugin/2.4-1/debian/compat tags/maven-jar-plugin/2.4-1/debian/control tags/maven-jar-plugin/2.4-1/debian/copyright tags/maven-jar-plugin/2.4-1/debian/libmaven-jar-plugin-java.poms tags/maven-jar-plugin/2.4-1/debian/maven.rules tags/maven-jar-plugin/2.4-1/debian/orig-tar.sh tags/maven-jar-plugin/2.4-1/debian/patches/ Log: [svn-buildpackage] Tagging maven-jar-plugin 2.4-1 Deleted: tags/maven-jar-plugin/2.4-1/debian/README.source =================================================================== --- trunk/maven-jar-plugin/debian/README.source 2013-10-18 09:06:45 UTC (rev 17347) +++ tags/maven-jar-plugin/2.4-1/debian/README.source 2014-02-10 23:06:56 UTC (rev 17754) @@ -1,9 +0,0 @@ -Information about maven-jar-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. Copied: tags/maven-jar-plugin/2.4-1/debian/README.source (from rev 17348, trunk/maven-jar-plugin/debian/README.source) =================================================================== --- tags/maven-jar-plugin/2.4-1/debian/README.source (rev 0) +++ tags/maven-jar-plugin/2.4-1/debian/README.source 2014-02-10 23:06:56 UTC (rev 17754) @@ -0,0 +1,16 @@ +Information about maven-jar-plugin +---------------------------------- + +This plugin is a core Maven plugin, if you update it to a new upstream release +the superpom in the maven2-core package must be updated to specify the new +version of the plugin. This pom is bundled in a jar built by the maven2 package, +so the maven2 package has to be rebuilt after installing the updated maven2-core +package. + + +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. Deleted: tags/maven-jar-plugin/2.4-1/debian/changelog =================================================================== --- trunk/maven-jar-plugin/debian/changelog 2013-10-18 09:06:45 UTC (rev 17347) +++ tags/maven-jar-plugin/2.4-1/debian/changelog 2014-02-10 23:06:56 UTC (rev 17754) @@ -1,48 +0,0 @@ -maven-jar-plugin (2.2-6) unstable; urgency=low - - * Add missing Build-Depends-Indep: libmaven-plugin-tools-java. - (Closes: #643547) - - -- Torsten Werner <[email protected]> Wed, 28 Sep 2011 22:45:56 +0200 - -maven-jar-plugin (2.2-5) unstable; urgency=low - - * Switch to source format 3.0. - * Switch to debhelper level 7. - * Update Standards-Version: 3.9.1. - * Use Maven to build package but disable tests because they FTBFS. - * Add documentation package. - - -- Torsten Werner <[email protected]> Tue, 23 Aug 2011 12:58:27 +0200 - -maven-jar-plugin (2.2-4) unstable; urgency=low - - * Upload to unstable. - - -- Torsten Werner <[email protected]> Sun, 09 Aug 2009 22:54:23 +0200 - -maven-jar-plugin (2.2-3) experimental; urgency=low - - * Fix groupId for maven-plugin-testing-harness dependency - in the Maven POM. - - -- Ludovic Claude <[email protected]> Sun, 26 Jul 2009 16:07:02 +0100 - -maven-jar-plugin (2.2-2) experimental; urgency=low - - * Change section to java, bump up Standards-Version to 3.8.1 - * Bump up debhelper to 6 - * Add a Build-Depends-Indep dependency on maven-repo-helper - * Use mh_installpom and mh_installjar to install the POM and the jar to the - Maven repository - * Remove the patch for the POM as it's no longer needed, as well as - the dependency on Quilt - * Remove Depends on Java runtimes as it is a library - - -- Ludovic Claude <[email protected]> Tue, 19 May 2009 17:38:18 +0100 - -maven-jar-plugin (2.2-1) unstable; urgency=low - - * Initial release. (Closes: #508316) - - -- Torsten Werner <[email protected]> Tue, 09 Dec 2008 22:32:46 +0100 Copied: tags/maven-jar-plugin/2.4-1/debian/changelog (from rev 17751, trunk/maven-jar-plugin/debian/changelog) =================================================================== --- tags/maven-jar-plugin/2.4-1/debian/changelog (rev 0) +++ tags/maven-jar-plugin/2.4-1/debian/changelog 2014-02-10 23:06:56 UTC (rev 17754) @@ -0,0 +1,73 @@ +maven-jar-plugin (2.4-1) unstable; urgency=medium + + * Team upload. + * New upstream release + * debian/control: Updated Standards-Version to 3.9.5 (no changes) + + -- Emmanuel Bourg <[email protected]> Mon, 10 Feb 2014 22:11:52 +0100 + +maven-jar-plugin (2.3.2-1) unstable; urgency=low + + * Team upload. + * New upstream release + - Removed the patch 0001-remove-version-of-some-plugins.patch + * debian/control: + - Use canonical URLs for the Vcs-* fields + - Updated Standards-Version to 3.9.4 (no changes) + - Fixed a typo in the libmaven-jar-plugin-java-doc short description + (Closes: #700269) + * debian/copyright: Updated the Format URI + * Use XZ compression for the upstream tarball + * Documented the procedure to update the core Maven plugins in README.source + * Build depend on debhelper >= 9 + + -- Emmanuel Bourg <[email protected]> Fri, 18 Oct 2013 11:39:18 +0200 + +maven-jar-plugin (2.2-6) unstable; urgency=low + + * Add missing Build-Depends-Indep: libmaven-plugin-tools-java. + (Closes: #643547) + + -- Torsten Werner <[email protected]> Wed, 28 Sep 2011 22:45:56 +0200 + +maven-jar-plugin (2.2-5) unstable; urgency=low + + * Switch to source format 3.0. + * Switch to debhelper level 7. + * Update Standards-Version: 3.9.1. + * Use Maven to build package but disable tests because they FTBFS. + * Add documentation package. + + -- Torsten Werner <[email protected]> Tue, 23 Aug 2011 12:58:27 +0200 + +maven-jar-plugin (2.2-4) unstable; urgency=low + + * Upload to unstable. + + -- Torsten Werner <[email protected]> Sun, 09 Aug 2009 22:54:23 +0200 + +maven-jar-plugin (2.2-3) experimental; urgency=low + + * Fix groupId for maven-plugin-testing-harness dependency + in the Maven POM. + + -- Ludovic Claude <[email protected]> Sun, 26 Jul 2009 16:07:02 +0100 + +maven-jar-plugin (2.2-2) experimental; urgency=low + + * Change section to java, bump up Standards-Version to 3.8.1 + * Bump up debhelper to 6 + * Add a Build-Depends-Indep dependency on maven-repo-helper + * Use mh_installpom and mh_installjar to install the POM and the jar to the + Maven repository + * Remove the patch for the POM as it's no longer needed, as well as + the dependency on Quilt + * Remove Depends on Java runtimes as it is a library + + -- Ludovic Claude <[email protected]> Tue, 19 May 2009 17:38:18 +0100 + +maven-jar-plugin (2.2-1) unstable; urgency=low + + * Initial release. (Closes: #508316) + + -- Torsten Werner <[email protected]> Tue, 09 Dec 2008 22:32:46 +0100 Deleted: tags/maven-jar-plugin/2.4-1/debian/compat =================================================================== --- trunk/maven-jar-plugin/debian/compat 2013-10-18 09:06:45 UTC (rev 17347) +++ tags/maven-jar-plugin/2.4-1/debian/compat 2014-02-10 23:06:56 UTC (rev 17754) @@ -1 +0,0 @@ -7 Copied: tags/maven-jar-plugin/2.4-1/debian/compat (from rev 17348, trunk/maven-jar-plugin/debian/compat) =================================================================== --- tags/maven-jar-plugin/2.4-1/debian/compat (rev 0) +++ tags/maven-jar-plugin/2.4-1/debian/compat 2014-02-10 23:06:56 UTC (rev 17754) @@ -0,0 +1 @@ +9 Deleted: tags/maven-jar-plugin/2.4-1/debian/control =================================================================== --- trunk/maven-jar-plugin/debian/control 2013-10-18 09:06:45 UTC (rev 17347) +++ tags/maven-jar-plugin/2.4-1/debian/control 2014-02-10 23:06:56 UTC (rev 17754) @@ -1,64 +0,0 @@ -Source: maven-jar-plugin -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: libmaven-enforcer-plugin-java, libmaven-javadoc-plugin-java, libcommons-lang-java, - libmaven-archiver-java, libmaven2-core-java, libplexus-archiver-java, libplexus-io-java, - libplexus-utils-java, libmaven-plugin-testing-java, default-jdk-doc, libmaven2-core-java-doc, - libplexus-utils-java-doc, libmaven-install-plugin-java, libmaven-invoker-plugin-java, - libmaven-plugin-tools-java -Standards-Version: 3.9.1 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-jar-plugin -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-jar-plugin/ -Homepage: http://maven.apache.org/plugins/maven-jar-plugin/ - -Package: libmaven-jar-plugin-java -Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} -Recommends: ${maven:OptionalDepends} -Suggests: libmaven-jar-plugin-java-doc -Description: Maven Jar Plugin - Maven is a software project management and comprehension tool. Based on the - concept of a project object model (POM), Maven can manage a project's build, - reporting and documentation from a central piece of information. - . - Maven's primary goal is to allow a developer to comprehend the complete - state of a development effort in the shortest period of time. In order to - attain this goal there are several areas of concern that Maven attempts - to deal with: - . - * Making the build process easy - * Providing a uniform build system - * Providing quality project information - * Providing guidelines for best practices development - * Allowing transparent migration to new features - . - This plugin provides the capability to build and sign jars. - -Package: libmaven-jar-plugin-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmaven-jar-plugin-java -Description: Documentation Maven Jar Plugin - Maven is a software project management and comprehension tool. Based on the - concept of a project object model (POM), Maven can manage a project's build, - reporting and documentation from a central piece of information. - . - Maven's primary goal is to allow a developer to comprehend the complete - state of a development effort in the shortest period of time. In order to - attain this goal there are several areas of concern that Maven attempts - to deal with: - . - * Making the build process easy - * Providing a uniform build system - * Providing quality project information - * Providing guidelines for best practices development - * Allowing transparent migration to new features - . - This plugin provides the capability to build and sign jars. - . - This package contains the API documentation of libmaven-jar-plugin-java. Copied: tags/maven-jar-plugin/2.4-1/debian/control (from rev 17751, trunk/maven-jar-plugin/debian/control) =================================================================== --- tags/maven-jar-plugin/2.4-1/debian/control (rev 0) +++ tags/maven-jar-plugin/2.4-1/debian/control 2014-02-10 23:06:56 UTC (rev 17754) @@ -0,0 +1,74 @@ +Source: maven-jar-plugin +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Torsten Werner <[email protected]> +Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) +Build-Depends-Indep: default-jdk-doc, + libcommons-lang-java, + libmaven-archiver-java, + libmaven-enforcer-plugin-java, + libmaven-install-plugin-java, + libmaven-invoker-plugin-java, + libmaven-javadoc-plugin-java, + libmaven-plugin-testing-java, + libmaven-plugin-tools-java (>= 3.2), + libmaven2-core-java, + libmaven2-core-java-doc, + libplexus-archiver-java, + libplexus-io-java, + libplexus-utils-java, + libplexus-utils-java-doc +Standards-Version: 3.9.5 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-jar-plugin +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-jar-plugin/ +Homepage: http://maven.apache.org/plugins/maven-jar-plugin/ + +Package: libmaven-jar-plugin-java +Architecture: all +Depends: ${maven:Depends}, ${misc:Depends} +Recommends: ${maven:OptionalDepends} +Suggests: libmaven-jar-plugin-java-doc +Description: Maven Jar Plugin + Maven is a software project management and comprehension tool. Based on the + concept of a project object model (POM), Maven can manage a project's build, + reporting and documentation from a central piece of information. + . + Maven's primary goal is to allow a developer to comprehend the complete + state of a development effort in the shortest period of time. In order to + attain this goal there are several areas of concern that Maven attempts + to deal with: + . + * Making the build process easy + * Providing a uniform build system + * Providing quality project information + * Providing guidelines for best practices development + * Allowing transparent migration to new features + . + This plugin provides the capability to build and sign jars. + +Package: libmaven-jar-plugin-java-doc +Architecture: all +Section: doc +Depends: ${maven:DocDepends}, ${misc:Depends} +Recommends: ${maven:DocOptionalDepends} +Suggests: libmaven-jar-plugin-java +Description: Documentation for Maven Jar Plugin + Maven is a software project management and comprehension tool. Based on the + concept of a project object model (POM), Maven can manage a project's build, + reporting and documentation from a central piece of information. + . + Maven's primary goal is to allow a developer to comprehend the complete + state of a development effort in the shortest period of time. In order to + attain this goal there are several areas of concern that Maven attempts + to deal with: + . + * Making the build process easy + * Providing a uniform build system + * Providing quality project information + * Providing guidelines for best practices development + * Allowing transparent migration to new features + . + This plugin provides the capability to build and sign jars. + . + This package contains the API documentation of libmaven-jar-plugin-java. Deleted: tags/maven-jar-plugin/2.4-1/debian/copyright =================================================================== --- trunk/maven-jar-plugin/debian/copyright 2013-10-18 09:06:45 UTC (rev 17347) +++ tags/maven-jar-plugin/2.4-1/debian/copyright 2014-02-10 23:06:56 UTC (rev 17754) @@ -1,16 +0,0 @@ -Format: http://dep.debian.net/deps/dep5/ -Upstream-Name: Maven Jar Plugin -Upstream-Contact: Jerome Lacoste <[email protected]> -Source: http://maven.apache.org/plugins/maven-jar-plugin/ - -Files: * -Copyright: 2001-2009, The Apache Software Foundation. -License: Apache-2.0 - -Files: debian/* -Copyright: 2008-2011, Torsten Werner <[email protected]>. -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'. Copied: tags/maven-jar-plugin/2.4-1/debian/copyright (from rev 17348, trunk/maven-jar-plugin/debian/copyright) =================================================================== --- tags/maven-jar-plugin/2.4-1/debian/copyright (rev 0) +++ tags/maven-jar-plugin/2.4-1/debian/copyright 2014-02-10 23:06:56 UTC (rev 17754) @@ -0,0 +1,16 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Maven Jar Plugin +Upstream-Contact: Jerome Lacoste <[email protected]> +Source: http://maven.apache.org/plugins/maven-jar-plugin/ + +Files: * +Copyright: 2001-2009, The Apache Software Foundation. +License: Apache-2.0 + +Files: debian/* +Copyright: 2008-2011, Torsten Werner <[email protected]>. +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'. Deleted: tags/maven-jar-plugin/2.4-1/debian/libmaven-jar-plugin-java.poms =================================================================== --- trunk/maven-jar-plugin/debian/libmaven-jar-plugin-java.poms 2013-10-18 09:06:45 UTC (rev 17347) +++ tags/maven-jar-plugin/2.4-1/debian/libmaven-jar-plugin-java.poms 2014-02-10 23:06:56 UTC (rev 17754) @@ -1,26 +0,0 @@ -# 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 or -# --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 -# --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. -# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default. -# --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created -# temporarily for certain artifacts such as Javadoc jars. -# -pom.xml --no-parent --has-package-version Copied: tags/maven-jar-plugin/2.4-1/debian/libmaven-jar-plugin-java.poms (from rev 17350, trunk/maven-jar-plugin/debian/libmaven-jar-plugin-java.poms) =================================================================== --- tags/maven-jar-plugin/2.4-1/debian/libmaven-jar-plugin-java.poms (rev 0) +++ tags/maven-jar-plugin/2.4-1/debian/libmaven-jar-plugin-java.poms 2014-02-10 23:06:56 UTC (rev 17754) @@ -0,0 +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 --has-package-version Deleted: tags/maven-jar-plugin/2.4-1/debian/maven.rules =================================================================== --- trunk/maven-jar-plugin/debian/maven.rules 2013-10-18 09:06:45 UTC (rev 17347) +++ tags/maven-jar-plugin/2.4-1/debian/maven.rules 2014-02-10 23:06:56 UTC (rev 17754) @@ -1,21 +0,0 @@ -# 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/ - -s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * * -s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * * -s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * * Copied: tags/maven-jar-plugin/2.4-1/debian/maven.rules (from rev 17350, trunk/maven-jar-plugin/debian/maven.rules) =================================================================== --- tags/maven-jar-plugin/2.4-1/debian/maven.rules (rev 0) +++ tags/maven-jar-plugin/2.4-1/debian/maven.rules 2014-02-10 23:06:56 UTC (rev 17754) @@ -0,0 +1,22 @@ +# 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/ + +s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * * +s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * * +s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * * +junit junit jar s/3\..*/3.x/ Deleted: tags/maven-jar-plugin/2.4-1/debian/orig-tar.sh =================================================================== --- trunk/maven-jar-plugin/debian/orig-tar.sh 2013-10-18 09:06:45 UTC (rev 17347) +++ tags/maven-jar-plugin/2.4-1/debian/orig-tar.sh 2014-02-10 23:06:56 UTC (rev 17754) @@ -1,16 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -TAR=../maven-jar-plugin_$VERSION.orig.tar.gz -DIR=maven-jar-plugin-$VERSION -TAG=$(echo "maven-jar-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') - -svn export http://svn.apache.org/repos/asf/maven/plugins/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 Copied: tags/maven-jar-plugin/2.4-1/debian/orig-tar.sh (from rev 17348, trunk/maven-jar-plugin/debian/orig-tar.sh) =================================================================== --- tags/maven-jar-plugin/2.4-1/debian/orig-tar.sh (rev 0) +++ tags/maven-jar-plugin/2.4-1/debian/orig-tar.sh 2014-02-10 23:06:56 UTC (rev 17754) @@ -0,0 +1,16 @@ +#!/bin/sh -e + +VERSION=$2 +TAR=../maven-jar-plugin_$VERSION.orig.tar.xz +DIR=maven-jar-plugin-$VERSION +TAG=$(echo "maven-jar-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') + +svn export http://svn.apache.org/repos/asf/maven/plugins/tags/${TAG}/ $DIR +XZ_OPT=--best tar -c -J -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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

