Author: ebourg-guest Date: 2013-10-18 09:50:34 +0000 (Fri, 18 Oct 2013) New Revision: 17348
Modified: trunk/maven-jar-plugin/debian/README.source trunk/maven-jar-plugin/debian/changelog trunk/maven-jar-plugin/debian/compat trunk/maven-jar-plugin/debian/control trunk/maven-jar-plugin/debian/copyright trunk/maven-jar-plugin/debian/orig-tar.sh Log: 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 Modified: trunk/maven-jar-plugin/debian/README.source =================================================================== --- trunk/maven-jar-plugin/debian/README.source 2013-10-18 09:06:45 UTC (rev 17347) +++ trunk/maven-jar-plugin/debian/README.source 2013-10-18 09:50:34 UTC (rev 17348) @@ -1,6 +1,13 @@ 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. Modified: trunk/maven-jar-plugin/debian/changelog =================================================================== --- trunk/maven-jar-plugin/debian/changelog 2013-10-18 09:06:45 UTC (rev 17347) +++ trunk/maven-jar-plugin/debian/changelog 2013-10-18 09:50:34 UTC (rev 17348) @@ -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. Modified: trunk/maven-jar-plugin/debian/compat =================================================================== --- trunk/maven-jar-plugin/debian/compat 2013-10-18 09:06:45 UTC (rev 17347) +++ trunk/maven-jar-plugin/debian/compat 2013-10-18 09:50:34 UTC (rev 17348) @@ -1 +1 @@ -7 +9 Modified: trunk/maven-jar-plugin/debian/control =================================================================== --- trunk/maven-jar-plugin/debian/control 2013-10-18 09:06:45 UTC (rev 17347) +++ trunk/maven-jar-plugin/debian/control 2013-10-18 09:50:34 UTC (rev 17348) @@ -3,20 +3,30 @@ 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 @@ 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. Modified: trunk/maven-jar-plugin/debian/copyright =================================================================== --- trunk/maven-jar-plugin/debian/copyright 2013-10-18 09:06:45 UTC (rev 17347) +++ trunk/maven-jar-plugin/debian/copyright 2013-10-18 09:50:34 UTC (rev 17348) @@ -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/ Modified: trunk/maven-jar-plugin/debian/orig-tar.sh =================================================================== --- trunk/maven-jar-plugin/debian/orig-tar.sh 2013-10-18 09:06:45 UTC (rev 17347) +++ trunk/maven-jar-plugin/debian/orig-tar.sh 2013-10-18 09:50:34 UTC (rev 17348) @@ -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' _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

