Author: ebourg-guest Date: 2013-11-05 09:24:48 +0000 (Tue, 05 Nov 2013) New Revision: 17426
Modified: trunk/plexus-maven-plugin/debian/changelog trunk/plexus-maven-plugin/debian/compat trunk/plexus-maven-plugin/debian/control trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java.poms trunk/plexus-maven-plugin/debian/watch Log: 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 Modified: trunk/plexus-maven-plugin/debian/changelog =================================================================== --- trunk/plexus-maven-plugin/debian/changelog 2013-11-05 05:25:39 UTC (rev 17425) +++ trunk/plexus-maven-plugin/debian/changelog 2013-11-05 09:24:48 UTC (rev 17426) @@ -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. Modified: trunk/plexus-maven-plugin/debian/compat =================================================================== --- trunk/plexus-maven-plugin/debian/compat 2013-11-05 05:25:39 UTC (rev 17425) +++ trunk/plexus-maven-plugin/debian/compat 2013-11-05 09:24:48 UTC (rev 17426) @@ -1 +1 @@ -7 +9 Modified: trunk/plexus-maven-plugin/debian/control =================================================================== --- trunk/plexus-maven-plugin/debian/control 2013-11-05 05:25:39 UTC (rev 17425) +++ trunk/plexus-maven-plugin/debian/control 2013-11-05 09:24:48 UTC (rev 17426) @@ -3,18 +3,24 @@ 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 @@ 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 Modified: trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java.poms =================================================================== --- trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java.poms 2013-11-05 05:25:39 UTC (rev 17425) +++ trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java.poms 2013-11-05 09:24:48 UTC (rev 17426) @@ -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 Modified: trunk/plexus-maven-plugin/debian/watch =================================================================== --- trunk/plexus-maven-plugin/debian/watch 2013-11-05 05:25:39 UTC (rev 17425) +++ trunk/plexus-maven-plugin/debian/watch 2013-11-05 09:24:48 UTC (rev 17426) @@ -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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

