[pkg-java] r17432 - in tags/maven-source-plugin: . 2.2.1-1/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Tue Nov 5 16:52:40 UTC 2013
Author: ebourg-guest
Date: 2013-11-05 16:52:40 +0000 (Tue, 05 Nov 2013)
New Revision: 17432
Added:
tags/maven-source-plugin/2.2.1-1/
tags/maven-source-plugin/2.2.1-1/debian/changelog
tags/maven-source-plugin/2.2.1-1/debian/control
tags/maven-source-plugin/2.2.1-1/debian/maven.properties
tags/maven-source-plugin/2.2.1-1/debian/maven.rules
tags/maven-source-plugin/2.2.1-1/debian/watch
Removed:
tags/maven-source-plugin/2.2.1-1/debian/changelog
tags/maven-source-plugin/2.2.1-1/debian/control
tags/maven-source-plugin/2.2.1-1/debian/maven.properties
tags/maven-source-plugin/2.2.1-1/debian/maven.rules
tags/maven-source-plugin/2.2.1-1/debian/watch
Log:
[svn-buildpackage] Tagging maven-source-plugin 2.2.1-1
Deleted: tags/maven-source-plugin/2.2.1-1/debian/changelog
===================================================================
--- trunk/maven-source-plugin/debian/changelog 2013-11-05 09:47:29 UTC (rev 17428)
+++ tags/maven-source-plugin/2.2.1-1/debian/changelog 2013-11-05 16:52:40 UTC (rev 17432)
@@ -1,22 +0,0 @@
-maven-source-plugin (2.1.2-1) unstable; urgency=low
-
- * Team upload.
- * New upstream release
- * Fixed a build failure when installing the Javadoc in the doc package
- * debian/control:
- - Use canonical URLs for the Vcs-* fields
- - Wrap and sort the dependencies
- * debian/copyright: Updated the Format URI to 1.0
- * debian/watch: Updated to catch the latest 2.x versions
- * debian/orig-tar.sh: Use XZ compression when generating the upstream tarball
-
- -- Emmanuel Bourg <ebourg at apache.org> Wed, 04 Sep 2013 16:19:32 +0200
-
-maven-source-plugin (2.0.4-1) unstable; urgency=low
-
- * Initial release (Closes: #691927)
- * demoted to version 2.0 vs the current 2.2 because of build
- dependency to maven-plugin-tools by Steffen Moeller.
- - junit version 3
-
- -- Thomas Koch <thomas at koch.ro> Wed, 31 Oct 2012 15:34:36 +0100
Copied: tags/maven-source-plugin/2.2.1-1/debian/changelog (from rev 17429, trunk/maven-source-plugin/debian/changelog)
===================================================================
--- tags/maven-source-plugin/2.2.1-1/debian/changelog (rev 0)
+++ tags/maven-source-plugin/2.2.1-1/debian/changelog 2013-11-05 16:52:40 UTC (rev 17432)
@@ -0,0 +1,32 @@
+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 <ebourg at apache.org> Tue, 05 Nov 2013 15:31:09 +0100
+
+maven-source-plugin (2.1.2-1) unstable; urgency=low
+
+ * Team upload.
+ * New upstream release
+ * Fixed a build failure when installing the Javadoc in the doc package
+ * debian/control:
+ - Use canonical URLs for the Vcs-* fields
+ - Wrap and sort the dependencies
+ * debian/copyright: Updated the Format URI to 1.0
+ * debian/watch: Updated to catch the latest 2.x versions
+ * debian/orig-tar.sh: Use XZ compression when generating the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 04 Sep 2013 16:19:32 +0200
+
+maven-source-plugin (2.0.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #691927)
+ * demoted to version 2.0 vs the current 2.2 because of build
+ dependency to maven-plugin-tools by Steffen Moeller.
+ - junit version 3
+
+ -- Thomas Koch <thomas at koch.ro> Wed, 31 Oct 2012 15:34:36 +0100
Deleted: tags/maven-source-plugin/2.2.1-1/debian/control
===================================================================
--- trunk/maven-source-plugin/debian/control 2013-11-05 09:47:29 UTC (rev 17428)
+++ tags/maven-source-plugin/2.2.1-1/debian/control 2013-11-05 16:52:40 UTC (rev 17432)
@@ -1,52 +0,0 @@
-Source: maven-source-plugin
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Thomas Koch <thomas at koch.ro>, Steffen Moeller <moeller at debian.org>
-Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
-Build-Depends-Indep: default-jdk-doc,
- junit,
- libmaven-archiver-java,
- libmaven-archiver-java-doc,
- libmaven-javadoc-plugin-java,
- libmaven-plugin-testing-java,
- libmaven-plugin-tools-java,
- libmaven2-core-java,
- libmaven2-core-java-doc,
- libplexus-archiver-java,
- libplexus-utils-java,
- libplexus-utils-java-doc
-Standards-Version: 3.9.4
-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
-
-Package: libmaven-source-plugin-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
-Suggests: libmaven-source-plugin-java-doc
-Description: Maven Source Plugin
- The Maven 2 Source Plugin creates a JAR archive of the source files of
- the current project. The Source Plugin has five goals:
- * source:aggregate aggregrates sources for all modules in an aggregator
- project.
- * source:jar is used to bundle the main sources of the project into a
- jar archive.
- * source:test-jar on the other hand, is used to bundle the test sources
- of the project into a jar archive.
- * source:jar-no-fork is similar to jar but does not fork the build lifecycle.
- * source:test-jar-no-fork is similar to test-jar but does not fork the
- build lifecycle.
-
-Package: libmaven-source-plugin-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libmaven-source-plugin-java
-Description: Documentation for Maven Source Plugin
- The Maven 2 Source Plugin creates a JAR archive of the source files of
- the current project.
- .
- This package contains the API documentation of libmaven-source-plugin-java.
Copied: tags/maven-source-plugin/2.2.1-1/debian/control (from rev 17429, trunk/maven-source-plugin/debian/control)
===================================================================
--- tags/maven-source-plugin/2.2.1-1/debian/control (rev 0)
+++ tags/maven-source-plugin/2.2.1-1/debian/control 2013-11-05 16:52:40 UTC (rev 17432)
@@ -0,0 +1,52 @@
+Source: maven-source-plugin
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Thomas Koch <thomas at koch.ro>, Steffen Moeller <moeller at debian.org>
+Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends-Indep: default-jdk-doc,
+ junit4,
+ libmaven-archiver-java,
+ libmaven-archiver-java-doc,
+ libmaven-javadoc-plugin-java,
+ libmaven-plugin-testing-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.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
+
+Package: libmaven-source-plugin-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libmaven-source-plugin-java-doc
+Description: Maven Source Plugin
+ The Maven 2 Source Plugin creates a JAR archive of the source files of
+ the current project. The Source Plugin has five goals:
+ * source:aggregate aggregrates sources for all modules in an aggregator
+ project.
+ * source:jar is used to bundle the main sources of the project into a
+ jar archive.
+ * source:test-jar on the other hand, is used to bundle the test sources
+ of the project into a jar archive.
+ * source:jar-no-fork is similar to jar but does not fork the build lifecycle.
+ * source:test-jar-no-fork is similar to test-jar but does not fork the
+ build lifecycle.
+
+Package: libmaven-source-plugin-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libmaven-source-plugin-java
+Description: Documentation for Maven Source Plugin
+ The Maven 2 Source Plugin creates a JAR archive of the source files of
+ the current project.
+ .
+ This package contains the API documentation of libmaven-source-plugin-java.
Deleted: tags/maven-source-plugin/2.2.1-1/debian/maven.properties
===================================================================
--- trunk/maven-source-plugin/debian/maven.properties 2013-11-05 09:47:29 UTC (rev 17428)
+++ tags/maven-source-plugin/2.2.1-1/debian/maven.properties 2013-11-05 16:52:40 UTC (rev 17432)
@@ -1,4 +0,0 @@
-# Include here properties to pass to Maven during the build.
-# For example:
-maven.test.skip=true
-
Copied: tags/maven-source-plugin/2.2.1-1/debian/maven.properties (from rev 17429, trunk/maven-source-plugin/debian/maven.properties)
===================================================================
--- tags/maven-source-plugin/2.2.1-1/debian/maven.properties (rev 0)
+++ tags/maven-source-plugin/2.2.1-1/debian/maven.properties 2013-11-05 16:52:40 UTC (rev 17432)
@@ -0,0 +1,6 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+maven.test.skip=false
+
+maven.compiler.source=1.6
+maven.compiler.target=1.6
Deleted: tags/maven-source-plugin/2.2.1-1/debian/maven.rules
===================================================================
--- trunk/maven-source-plugin/debian/maven.rules 2013-11-05 09:47:29 UTC (rev 17428)
+++ tags/maven-source-plugin/2.2.1-1/debian/maven.rules 2013-11-05 16:52:40 UTC (rev 17432)
@@ -1,6 +0,0 @@
-
-junit junit jar s/3\..*/3.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/ * *
-s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * *
Copied: tags/maven-source-plugin/2.2.1-1/debian/maven.rules (from rev 17429, trunk/maven-source-plugin/debian/maven.rules)
===================================================================
--- tags/maven-source-plugin/2.2.1-1/debian/maven.rules (rev 0)
+++ tags/maven-source-plugin/2.2.1-1/debian/maven.rules 2013-11-05 16:52:40 UTC (rev 17432)
@@ -0,0 +1,6 @@
+
+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/ * *
+s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * *
Deleted: tags/maven-source-plugin/2.2.1-1/debian/watch
===================================================================
--- trunk/maven-source-plugin/debian/watch 2013-11-05 09:47:29 UTC (rev 17428)
+++ tags/maven-source-plugin/2.2.1-1/debian/watch 2013-11-05 16:52:40 UTC (rev 17432)
@@ -1,4 +0,0 @@
-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
Copied: tags/maven-source-plugin/2.2.1-1/debian/watch (from rev 17429, trunk/maven-source-plugin/debian/watch)
===================================================================
--- tags/maven-source-plugin/2.2.1-1/debian/watch (rev 0)
+++ tags/maven-source-plugin/2.2.1-1/debian/watch 2013-11-05 16:52:40 UTC (rev 17432)
@@ -0,0 +1,4 @@
+version=3
+opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
+ http://svn.apache.org/repos/asf/maven/plugins/tags/ \
+ maven-source-plugin-([\d\.]+)/ debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list