This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-source-plugin.
commit a0440642c37367430ff232ce86fc07261f2adaec Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 5 15:10:20 2013 +0000 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) --- debian/changelog | 10 ++++++++++ debian/control | 6 +++--- debian/maven.properties | 4 +++- debian/maven.rules | 2 +- debian/watch | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4f99d5b..446351a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/debian/control b/debian/control index a5869b9..e8a5007 100644 --- a/debian/control +++ b/debian/control @@ -5,18 +5,18 @@ Maintainer: Debian Java Maintainers <[email protected] 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 diff --git a/debian/maven.properties b/debian/maven.properties index 11f9276..ef30829 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -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 diff --git a/debian/maven.rules b/debian/maven.rules index c5a5cbe..b3cbd08 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -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/ * * diff --git a/debian/watch b/debian/watch index 735657e..cecbc7e 100644 --- a/debian/watch +++ b/debian/watch @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-source-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

