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 <[email protected]> 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 <[email protected]> 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 <[email protected]> -Uploaders: Ludovic Claude <[email protected]> +Uploaders: Ludovic Claude <[email protected]>, Michael Koch <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

