Author: mkoch Date: 2009-09-28 15:58:13 +0000 (Mon, 28 Sep 2009) New Revision: 10690
Modified: trunk/modello-maven-plugin/debian/changelog trunk/modello-maven-plugin/debian/control Log: modello-maven-plugin (1.1-1) unstable; urgency=low * New upstream release. * Added myself to Uploaders. -- Michael Koch <[email protected]> Mon, 28 Sep 2009 17:57:45 +0200 Modified: trunk/modello-maven-plugin/debian/changelog =================================================================== --- trunk/modello-maven-plugin/debian/changelog 2009-09-28 09:28:31 UTC (rev 10689) +++ trunk/modello-maven-plugin/debian/changelog 2009-09-28 15:58:13 UTC (rev 10690) @@ -1,3 +1,10 @@ +modello-maven-plugin (1.1-1) unstable; urgency=low + + * New upstream release. + * Added myself to Uploaders. + + -- Michael Koch <[email protected]> Mon, 28 Sep 2009 17:57:45 +0200 + modello-maven-plugin (1.0.1-3) unstable; urgency=low * Add Conflicts on old versions of libmodello-java (Closes: #542762) Modified: trunk/modello-maven-plugin/debian/control =================================================================== --- trunk/modello-maven-plugin/debian/control 2009-09-28 09:28:31 UTC (rev 10689) +++ trunk/modello-maven-plugin/debian/control 2009-09-28 15:58:13 UTC (rev 10690) @@ -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, quilt Build-Depends-Indep: maven-debian-helper, libplexus-containers-java, libplexus-build-api-java, libmaven2-core-java, - libmodello-java, libplexus-utils-java + libmodello-java (>= 1.1), libplexus-utils-java Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/modello-maven-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/modello-maven-plugin/ @@ -16,10 +16,9 @@ Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} -Conflicts: libmodello-java (<< 1.0.1) +Conflicts: libmodello-java (<< 1.1) Description: Modello Maven Plugin enables the use of Modello in Maven builds Modello is a Data Model toolkit in use by the Maven 2 Project. . This package provides a Maven plugin to enable the use of Modello in Maven builds. - _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

