Author: ebourg-guest Date: 2013-10-18 14:21:55 +0000 (Fri, 18 Oct 2013) New Revision: 17353
Modified: trunk/plexus-classworlds/debian/changelog trunk/plexus-classworlds/debian/compat trunk/plexus-classworlds/debian/control trunk/plexus-classworlds/debian/libplexus-classworlds-java.poms trunk/plexus-classworlds/debian/watch Log: debian/watch: Updated to match only the 1.x versions Use canonical URLs for the Vcs-* fields Updated Standards-Version to 3.9.4 (no changes) Build depend on debhelper >= 9 Modified: trunk/plexus-classworlds/debian/changelog =================================================================== --- trunk/plexus-classworlds/debian/changelog 2013-10-18 12:09:18 UTC (rev 17352) +++ trunk/plexus-classworlds/debian/changelog 2013-10-18 14:21:55 UTC (rev 17353) @@ -1,3 +1,14 @@ +plexus-classworlds (1.5.0-5) unstable; urgency=low + + * Team upload. + * debian/control: + - Use canonical URLs for the Vcs-* fields + - Updated Standards-Version to 3.9.4 (no changes) + * Build depend on debhelper >= 9 + * debian/watch: Updated to match only the 1.x versions + + -- Emmanuel Bourg <[email protected]> Fri, 18 Oct 2013 16:08:23 +0200 + plexus-classworlds (1.5.0-4) unstable; urgency=low * Team upload. Modified: trunk/plexus-classworlds/debian/compat =================================================================== --- trunk/plexus-classworlds/debian/compat 2013-10-18 12:09:18 UTC (rev 17352) +++ trunk/plexus-classworlds/debian/compat 2013-10-18 14:21:55 UTC (rev 17353) @@ -1 +1 @@ -7 +9 Modified: trunk/plexus-classworlds/debian/control =================================================================== --- trunk/plexus-classworlds/debian/control 2013-10-18 12:09:18 UTC (rev 17352) +++ trunk/plexus-classworlds/debian/control 2013-10-18 14:21:55 UTC (rev 17353) @@ -3,13 +3,13 @@ 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-dependency-plugin-java, junit, default-jdk-doc, libmaven-javadoc-plugin-java, ant, libcommons-logging-java, libjaxp1.3-java -Standards-Version: 3.9.3 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-classworlds -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-classworlds/ -Homepage: http://plexus.codehaus.org/ +Standards-Version: 3.9.4 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/plexus-classworlds +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/plexus-classworlds/ +Homepage: http://plexus.codehaus.org Package: libplexus-classworlds-java Architecture: all Modified: trunk/plexus-classworlds/debian/libplexus-classworlds-java.poms =================================================================== --- trunk/plexus-classworlds/debian/libplexus-classworlds-java.poms 2013-10-18 12:09:18 UTC (rev 17352) +++ trunk/plexus-classworlds/debian/libplexus-classworlds-java.poms 2013-10-18 14:21:55 UTC (rev 17353) @@ -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 --java-lib Modified: trunk/plexus-classworlds/debian/watch =================================================================== --- trunk/plexus-classworlds/debian/watch 2013-10-18 12:09:18 UTC (rev 17352) +++ trunk/plexus-classworlds/debian/watch 2013-10-18 14:21:55 UTC (rev 17353) @@ -1,4 +1,4 @@ version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.codehaus.org/plexus/plexus-classworlds/tags/ \ - plexus-classworlds-(\d.*)/ debian debian/orig-tar.sh + plexus-classworlds-(1\.\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

