This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-jar-plugin.
commit 4e859673919479ace2f0120b7336aa3610d68f1d Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 18 09:50:34 2013 +0000 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 --- debian/README.source | 9 ++++++++- debian/changelog | 15 +++++++++++++++ debian/compat | 2 +- debian/control | 34 ++++++++++++++++++++++------------ debian/copyright | 2 +- debian/orig-tar.sh | 4 ++-- 6 files changed, 49 insertions(+), 17 deletions(-) diff --git a/debian/README.source b/debian/README.source index 1054d60..d1a60fd 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,5 +1,12 @@ 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. diff --git a/debian/changelog b/debian/changelog index 3fc990c..f64848a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +maven-jar-plugin (2.2-7) UNRELEASED; urgency=low + + * Team upload. + * 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. 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 d14f7df..e8f36cb 100644 --- a/debian/control +++ b/debian/control @@ -3,20 +3,30 @@ 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/ +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, + libmaven2-core-java, + libmaven2-core-java-doc, + libplexus-archiver-java, + libplexus-io-java, + libplexus-utils-java, + libplexus-utils-java-doc +Standards-Version: 3.9.4 +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: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libmaven-jar-plugin-java-doc Description: Maven Jar Plugin @@ -40,10 +50,10 @@ Description: Maven Jar Plugin Package: libmaven-jar-plugin-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} +Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libmaven-jar-plugin-java -Description: Documentation Maven Jar Plugin +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. diff --git a/debian/copyright b/debian/copyright index 61d55c2..10378e3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5/ +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/ diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 2bd6489..8d3a97f 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,12 +1,12 @@ #!/bin/sh -e VERSION=$2 -TAR=../maven-jar-plugin_$VERSION.orig.tar.gz +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 -GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR +XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $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-jar-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

