Author: twerner Date: 2009-08-17 18:21:22 +0000 (Mon, 17 Aug 2009) New Revision: 10119
Modified: trunk/plexus-containers/debian/changelog trunk/plexus-containers/debian/control Log: Add versioned Conflicts: libplexus-container-default-java. (Closes: #542055) Modified: trunk/plexus-containers/debian/changelog =================================================================== --- trunk/plexus-containers/debian/changelog 2009-08-16 23:50:13 UTC (rev 10118) +++ trunk/plexus-containers/debian/changelog 2009-08-17 18:21:22 UTC (rev 10119) @@ -1,3 +1,10 @@ +plexus-containers (1.0~beta3.0.7-3) unstable; urgency=low + + * Add versioned Conflicts: libplexus-container-default-java. (Closes: + #542055) + + -- Torsten Werner <[email protected]> Mon, 17 Aug 2009 20:14:42 +0200 + plexus-containers (1.0~beta3.0.7-2) unstable; urgency=low * Upload to unstable. Modified: trunk/plexus-containers/debian/control =================================================================== --- trunk/plexus-containers/debian/control 2009-08-16 23:50:13 UTC (rev 10118) +++ trunk/plexus-containers/debian/control 2009-08-17 18:21:22 UTC (rev 10119) @@ -16,6 +16,7 @@ Architecture: all Depends: ${misc:Depends}, libgoogle-collections-java, libplexus-classworlds-java, libplexus-utils-java, libxbean-java +Conflicts: libplexus-container-default-java (<= 1.0-alpha-9-stable-1-2) Description: utilities for the Plexus framework The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

