[pkg-java] r10227 - trunk/modello-maven-plugin/debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Wed Sep 2 20:20:47 UTC 2009
Author: ludovicc-guest
Date: 2009-09-02 20:20:47 +0000 (Wed, 02 Sep 2009)
New Revision: 10227
Modified:
trunk/modello-maven-plugin/debian/changelog
trunk/modello-maven-plugin/debian/control
Log:
* Add Conflicts on old versions of libmodello-java (Closes: #542762)
* Bump up Standards-Version to 3.8.3, no change
Modified: trunk/modello-maven-plugin/debian/changelog
===================================================================
--- trunk/modello-maven-plugin/debian/changelog 2009-09-02 20:07:47 UTC (rev 10226)
+++ trunk/modello-maven-plugin/debian/changelog 2009-09-02 20:20:47 UTC (rev 10227)
@@ -1,3 +1,10 @@
+modello-maven-plugin (1.0.1-3) unstable; urgency=low
+
+ * Add Conflicts on old versions of libmodello-java (Closes: #542762)
+ * Bump up Standards-Version to 3.8.3, no change
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 02 Sep 2009 21:12:33 +0100
+
modello-maven-plugin (1.0.1-2) unstable; urgency=low
* Upload to unstable.
Modified: trunk/modello-maven-plugin/debian/control
===================================================================
--- trunk/modello-maven-plugin/debian/control 2009-09-02 20:07:47 UTC (rev 10226)
+++ trunk/modello-maven-plugin/debian/control 2009-09-02 20:20:47 UTC (rev 10227)
@@ -7,7 +7,7 @@
Build-Depends-Indep: maven-debian-helper,
libplexus-containers-java, libplexus-build-api-java, libmaven2-core-java,
libmodello-java, libplexus-utils-java
-Standards-Version: 3.8.2
+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/
Homepage: http://modello.codehaus.org/modello-maven-plugin
@@ -16,6 +16,7 @@
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
+Conflicts: libmodello-java (<< 1.0.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.
.
More information about the pkg-java-commits
mailing list