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 <[email protected]> Sat, 03 Oct 2009 22:59:23 +0200 - -clirr-maven-plugin (2.2.2-1) unstable; urgency=low - - * Initial release (Closes: #540049) - - -- Ludovic Claude <[email protected]> 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 <[email protected]> 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 <[email protected]> Sat, 03 Oct 2009 22:59:23 +0200 + +clirr-maven-plugin (2.2.2-1) unstable; urgency=low + + * Initial release (Closes: #540049) + + -- Ludovic Claude <[email protected]> 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 <[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.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 <[email protected]> +Uploaders: Ludovic Claude <[email protected]>, Michael Koch <[email protected]>, + Torsten Werner <[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, + 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. + _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

