[pkg-java] r13957 - in tags/clirr-maven-plugin: . 2.3-1/debian

Torsten Werner twerner at alioth.debian.org
Fri Aug 5 16:17:32 UTC 2011


Author: twerner
Date: 2011-08-05 16:17:32 +0000 (Fri, 05 Aug 2011)
New Revision: 13957

Added:
   tags/clirr-maven-plugin/2.3-1/
   tags/clirr-maven-plugin/2.3-1/debian/changelog
   tags/clirr-maven-plugin/2.3-1/debian/control
Removed:
   tags/clirr-maven-plugin/2.3-1/debian/changelog
   tags/clirr-maven-plugin/2.3-1/debian/control
Log:
[svn-buildpackage] Tagging clirr-maven-plugin 2.3-1

Deleted: tags/clirr-maven-plugin/2.3-1/debian/changelog
===================================================================
--- trunk/clirr-maven-plugin/debian/changelog	2011-08-05 09:17:09 UTC (rev 13954)
+++ tags/clirr-maven-plugin/2.3-1/debian/changelog	2011-08-05 16:17:32 UTC (rev 13957)
@@ -1,13 +0,0 @@
-clirr-maven-plugin (2.2.2-2) unstable; urgency=low
-
-  * Fixed typo in package description.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch <konqueror at gmx.de>  Sat, 03 Oct 2009 22:59:23 +0200
-
-clirr-maven-plugin (2.2.2-1) unstable; urgency=low
-
-  * Initial release (Closes: #540049)
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Sat, 25 Jul 2009 01:37:18 +0100

Copied: tags/clirr-maven-plugin/2.3-1/debian/changelog (from rev 13956, trunk/clirr-maven-plugin/debian/changelog)
===================================================================
--- tags/clirr-maven-plugin/2.3-1/debian/changelog	                        (rev 0)
+++ tags/clirr-maven-plugin/2.3-1/debian/changelog	2011-08-05 16:17:32 UTC (rev 13957)
@@ -0,0 +1,20 @@
+clirr-maven-plugin (2.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Add myself to Uploaders field.
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 05 Aug 2011 17:13:56 +0200
+
+clirr-maven-plugin (2.2.2-2) unstable; urgency=low
+
+  * Fixed typo in package description.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Sat, 03 Oct 2009 22:59:23 +0200
+
+clirr-maven-plugin (2.2.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #540049)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Sat, 25 Jul 2009 01:37:18 +0100

Deleted: tags/clirr-maven-plugin/2.3-1/debian/control
===================================================================
--- trunk/clirr-maven-plugin/debian/control	2011-08-05 09:17:09 UTC (rev 13954)
+++ tags/clirr-maven-plugin/2.3-1/debian/control	2011-08-05 16:17:32 UTC (rev 13957)
@@ -1,27 +0,0 @@
-Source: clirr-maven-plugin
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper, quilt
-Build-Depends-Indep: clirr, libbcel-java, libdoxia-sitetools-java, libmaven-reporting-impl-java,  
- libmaven2-core-java, libplexus-i18n-java, libmaven-docck-plugin-java
-Standards-Version: 3.8.3
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/clirr-maven-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/clirr-maven-plugin/
-Homepage: http://mojo.codehaus.org/clirr-maven-plugin/ 
-
-Package: libclirr-maven-plugin-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
-Description: Clirr Maven Plugin
- Clirr is a tool that checks Java libraries for binary and source compatibility
- with older releases. Basically you give it two sets of jar files and Clirr
- dumps out a list of changes in the public API. The clirr-maven-plugin can
- be configured to break the build, if it detects incompatible API changes.
- In a continuous integration process, the clirr-maven-plugin can automatically
- prevent accidental introduction of binary or source compatibility problems.
- Additionally, the plugin can generate a report as part of the generated
- site.
-

Copied: tags/clirr-maven-plugin/2.3-1/debian/control (from rev 13956, trunk/clirr-maven-plugin/debian/control)
===================================================================
--- tags/clirr-maven-plugin/2.3-1/debian/control	                        (rev 0)
+++ tags/clirr-maven-plugin/2.3-1/debian/control	2011-08-05 16:17:32 UTC (rev 13957)
@@ -0,0 +1,29 @@
+Source: clirr-maven-plugin
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Michael Koch <konqueror at gmx.de>,
+ Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper, quilt
+Build-Depends-Indep: clirr, libbcel-java, libdoxia-sitetools-java, libmaven-reporting-impl-java,  
+ libmaven2-core-java, libplexus-i18n-java, libmaven-docck-plugin-java,
+ libmaven-invoker-plugin-java
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/clirr-maven-plugin
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/clirr-maven-plugin/
+Homepage: http://mojo.codehaus.org/clirr-maven-plugin/
+
+Package: libclirr-maven-plugin-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: Clirr Maven Plugin
+ Clirr is a tool that checks Java libraries for binary and source compatibility
+ with older releases. Basically you give it two sets of jar files and Clirr
+ dumps out a list of changes in the public API. The clirr-maven-plugin can
+ be configured to break the build, if it detects incompatible API changes.
+ In a continuous integration process, the clirr-maven-plugin can automatically
+ prevent accidental introduction of binary or source compatibility problems.
+ Additionally, the plugin can generate a report as part of the generated
+ site.
+




More information about the pkg-java-commits mailing list