This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-war-plugin.
commit abb9e261cb87da91e14654e496fc3feadebcab2d Author: Emmanuel Bourg <[email protected]> Date: Sat Nov 9 22:27:53 2013 +0000 Updated Standards-Version to 3.9.5 (no changes) Use canonical URLs for the Vcs-* fields Switch to debhelper level 9 debian/orig-tar.sh: Do not remove the jars used as test elements Use XZ compression for the upstream tarball --- debian/changelog | 13 +++++++++++++ debian/compat | 2 +- debian/control | 8 ++++---- debian/libmaven-war-plugin-java.poms | 14 ++++++++------ debian/orig-tar.sh | 4 ++-- 5 files changed, 28 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 866782a..4ae9d7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +maven-war-plugin (2.1.1-3) UNRELEASED; urgency=low + + * Team upload. + * debian/control: + - Updated Standards-Version to 3.9.5 (no changes) + - Use canonical URLs for the Vcs-* fields + * Switch to debhelper level 9 + * debian/orig-tar.sh: + - Do not remove the jars used as test elements + - Use XZ compression for the upstream tarball + + -- Emmanuel Bourg <[email protected]> Sat, 09 Nov 2013 23:15:11 +0100 + maven-war-plugin (2.1.1-2) UNRELEASED; urgency=low * Team upload. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 7a30c65..3d08c72 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) +Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libmaven-archiver-java, libmaven-filtering-java, libmaven2-core-java, libplexus-archiver-java, libplexus-io-java, libplexus-utils-java, libxstream-java, junit, libmaven-plugin-testing-java, default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java -Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-war-plugin -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-war-plugin/ +Standards-Version: 3.9.5 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-war-plugin +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-war-plugin/ Homepage: http://maven.apache.org/plugins/maven-war-plugin/ Package: libmaven-war-plugin-java diff --git a/debian/libmaven-war-plugin-java.poms b/debian/libmaven-war-plugin-java.poms index 31a0ccf..5ad70f2 100644 --- a/debian/libmaven-war-plugin-java.poms +++ b/debian/libmaven-war-plugin-java.poms @@ -2,7 +2,9 @@ # Format of this file is: # <path to pom file> [option]* # where option can be: -# --ignore: ignore this POM or +# --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 @@ -11,16 +13,16 @@ # --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 +# 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. +# --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. -# --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. +# --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 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 132ed1b..bd6c638 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,12 +1,12 @@ #!/bin/sh -e VERSION=$2 -TAR=../maven-war-plugin_$VERSION.orig.tar.gz +TAR=../maven-war-plugin_$VERSION.orig.tar.xz DIR=maven-war-plugin-$VERSION TAG=$(echo "maven-war-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 +XZ_OPT=--best tar -c -J -f $TAR $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-war-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

