Author: ebourg-guest Date: 2013-11-05 15:10:20 +0000 (Tue, 05 Nov 2013) New Revision: 17429
Modified: trunk/maven-source-plugin/debian/changelog trunk/maven-source-plugin/debian/control trunk/maven-source-plugin/debian/maven.properties trunk/maven-source-plugin/debian/maven.rules trunk/maven-source-plugin/debian/watch Log: New upstream release (2.2.1) Enabled the unit tests debian/watch: Updated to catch the latest versions debian/control: Updated Standards-Version to 3.9.5 (no changes) Modified: trunk/maven-source-plugin/debian/changelog =================================================================== --- trunk/maven-source-plugin/debian/changelog 2013-11-05 09:47:29 UTC (rev 17428) +++ trunk/maven-source-plugin/debian/changelog 2013-11-05 15:10:20 UTC (rev 17429) @@ -1,3 +1,13 @@ +maven-source-plugin (2.2.1-1) unstable; urgency=low + + * Team upload. + * New upstream release + * Enabled the unit tests + * debian/watch: Updated to catch the latest versions + * debian/control: Updated Standards-Version to 3.9.5 (no changes) + + -- Emmanuel Bourg <[email protected]> Tue, 05 Nov 2013 15:31:09 +0100 + maven-source-plugin (2.1.2-1) unstable; urgency=low * Team upload. Modified: trunk/maven-source-plugin/debian/control =================================================================== --- trunk/maven-source-plugin/debian/control 2013-11-05 09:47:29 UTC (rev 17428) +++ trunk/maven-source-plugin/debian/control 2013-11-05 15:10:20 UTC (rev 17429) @@ -5,18 +5,18 @@ Uploaders: Thomas Koch <[email protected]>, Steffen Moeller <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: default-jdk-doc, - junit, + junit4, libmaven-archiver-java, libmaven-archiver-java-doc, libmaven-javadoc-plugin-java, libmaven-plugin-testing-java, - libmaven-plugin-tools-java, + libmaven-plugin-tools-java (>= 3.2), libmaven2-core-java, libmaven2-core-java-doc, libplexus-archiver-java, libplexus-utils-java, libplexus-utils-java-doc -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-source-plugin Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-source-plugin Homepage: http://maven.apache.org/plugins/maven-source-plugin Modified: trunk/maven-source-plugin/debian/maven.properties =================================================================== --- trunk/maven-source-plugin/debian/maven.properties 2013-11-05 09:47:29 UTC (rev 17428) +++ trunk/maven-source-plugin/debian/maven.properties 2013-11-05 15:10:20 UTC (rev 17429) @@ -1,4 +1,6 @@ # Include here properties to pass to Maven during the build. # For example: -maven.test.skip=true +maven.test.skip=false +maven.compiler.source=1.6 +maven.compiler.target=1.6 Modified: trunk/maven-source-plugin/debian/maven.rules =================================================================== --- trunk/maven-source-plugin/debian/maven.rules 2013-11-05 09:47:29 UTC (rev 17428) +++ trunk/maven-source-plugin/debian/maven.rules 2013-11-05 15:10:20 UTC (rev 17429) @@ -1,5 +1,5 @@ -junit junit jar s/3\..*/3.x/ * * +junit junit jar s/4\..*/4.x/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * * Modified: trunk/maven-source-plugin/debian/watch =================================================================== --- trunk/maven-source-plugin/debian/watch 2013-11-05 09:47:29 UTC (rev 17428) +++ trunk/maven-source-plugin/debian/watch 2013-11-05 15:10:20 UTC (rev 17429) @@ -1,4 +1,4 @@ version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/maven/plugins/tags/ \ - maven-source-plugin-(2\.1\.[\d\.]+)/ debian debian/orig-tar.sh + maven-source-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

