Author: twerner Date: 2011-09-24 21:31:33 +0000 (Sat, 24 Sep 2011) New Revision: 15020
Modified: trunk/excalibur-logkit/debian/changelog trunk/excalibur-logkit/debian/control Log: * Team upload. * Add Conflicts and Provides for liblogkit-java to support upgrades from oldstable. (Closes: #642742) Modified: trunk/excalibur-logkit/debian/changelog =================================================================== --- trunk/excalibur-logkit/debian/changelog 2011-09-23 21:12:47 UTC (rev 15019) +++ trunk/excalibur-logkit/debian/changelog 2011-09-24 21:31:33 UTC (rev 15020) @@ -1,3 +1,11 @@ +excalibur-logkit (2.0-8) unstable; urgency=low + + * Team upload. + * Add Conflicts and Provides for liblogkit-java to support upgrades from + oldstable. (Closes: #642742) + + -- Torsten Werner <[email protected]> Sat, 24 Sep 2011 23:29:22 +0200 + excalibur-logkit (2.0-7) unstable; urgency=low * Team upload. Modified: trunk/excalibur-logkit/debian/control =================================================================== --- trunk/excalibur-logkit/debian/control 2011-09-23 21:12:47 UTC (rev 15019) +++ trunk/excalibur-logkit/debian/control 2011-09-24 21:31:33 UTC (rev 15020) @@ -13,6 +13,8 @@ Package: libexcalibur-logkit-java Architecture: all Depends: ${misc:Depends}, ${java:Depends} +Conflicts: liblogkit-java +Replaces: liblogkit-java Description: Lightweight and fast designed logging toolkit for Java Excalibur Logkit (previously avalon logkit) is a lightweight, fast, securely designed logging toolkit. It is designed to integrate into existing _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

