[pkg-java] r10761 - trunk/clirr-maven-plugin/debian

Michael Koch mkoch at alioth.debian.org
Mon Oct 5 06:19:56 UTC 2009


Author: mkoch
Date: 2009-10-05 06:19:54 +0000 (Mon, 05 Oct 2009)
New Revision: 10761

Modified:
   trunk/clirr-maven-plugin/debian/changelog
   trunk/clirr-maven-plugin/debian/control
Log:
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



Modified: trunk/clirr-maven-plugin/debian/changelog
===================================================================
--- trunk/clirr-maven-plugin/debian/changelog	2009-10-05 06:11:58 UTC (rev 10760)
+++ trunk/clirr-maven-plugin/debian/changelog	2009-10-05 06:19:54 UTC (rev 10761)
@@ -1,3 +1,11 @@
+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)

Modified: trunk/clirr-maven-plugin/debian/control
===================================================================
--- trunk/clirr-maven-plugin/debian/control	2009-10-05 06:11:58 UTC (rev 10760)
+++ trunk/clirr-maven-plugin/debian/control	2009-10-05 06:19:54 UTC (rev 10761)
@@ -2,11 +2,11 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
+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.2
+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/ 
@@ -19,7 +19,7 @@
  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.
+ 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




More information about the pkg-java-commits mailing list