This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-maven-plugin.
commit e3d5b6cc760d12d2607c7bf547174fc6da3bb36c Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 5 09:24:48 2013 +0000 Updated the watch file Updated Standards-Version to 3.9.5 (no changes) Use canonical URLs for the Vcs-* fields Build depend on debhelper >= 9 --- debian/changelog | 11 +++++++++++ debian/compat | 2 +- debian/control | 24 +++++++++++++++--------- debian/libplexus-maven-plugin-java.poms | 14 ++++++++------ debian/watch | 2 +- 5 files changed, 36 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index c797840..d685839 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +plexus-maven-plugin (1.3.8-8) unstable; urgency=low + + * Team upload. + * debian/control: + - Updated Standards-Version to 3.9.5 (no changes) + - Use canonical URLs for the Vcs-* fields + * Build depend on debhelper >= 9 + * Updated the watch file + + -- Emmanuel Bourg <[email protected]> Tue, 05 Nov 2013 10:13:59 +0100 + plexus-maven-plugin (1.3.8-7) unstable; urgency=low * Switch to source format 3.0. 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 267a910..52f223f 100644 --- a/debian/control +++ b/debian/control @@ -3,18 +3,24 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]>, Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: libmaven-javadoc-plugin-java, libmaven-plugin-tools-java, libmaven-reporting-impl-java, - libmaven2-core-java, libplexus-cdc-java, libslf4j-java, default-jdk-doc, - libmaven-reporting-impl-java-doc, libmaven2-core-java-doc -Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-maven-plugin -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-maven-plugin +Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) +Build-Depends-Indep: default-jdk-doc, + libmaven-javadoc-plugin-java, + libmaven-plugin-tools-java, + libmaven-reporting-impl-java, + libmaven-reporting-impl-java-doc, + libmaven2-core-java, + libmaven2-core-java-doc, + libplexus-cdc-java, + libslf4j-java +Standards-Version: 3.9.5 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/plexus-maven-plugin +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/plexus-maven-plugin Homepage: http://plexus.codehaus.org/plexus-maven-plugin/ Package: libplexus-maven-plugin-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libplexus-maven-plugin-java-doc Description: Maven plugin for the Plexus Component Descriptor Creator @@ -33,7 +39,7 @@ Description: Maven plugin for the Plexus Component Descriptor Creator Package: libplexus-maven-plugin-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} +Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libplexus-maven-plugin-java Description: Documentation for Plexus Maven Plugin diff --git a/debian/libplexus-maven-plugin-java.poms b/debian/libplexus-maven-plugin-java.poms index 31a0ccf..5ad70f2 100644 --- a/debian/libplexus-maven-plugin-java.poms +++ b/debian/libplexus-maven-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/watch b/debian/watch index fb7ea39..00fd55c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ - http://svn.codehaus.org/plexus/plexus-maven-plugin/tags/ \ + http://svn.codehaus.org/plexus/archive/plexus-maven-plugin/tags/ \ plexus-maven-plugin-(\d.*)/ debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

