Author: goneri Date: 2009-02-15 22:30:31 +0000 (Sun, 15 Feb 2009) New Revision: 8828
Modified: packages/trunk/ode/debian/changelog packages/trunk/ode/debian/control Log: libode-dev conflicts against libode0-dev, thanks Vincent Bernat Modified: packages/trunk/ode/debian/changelog =================================================================== --- packages/trunk/ode/debian/changelog 2009-02-15 22:22:04 UTC (rev 8827) +++ packages/trunk/ode/debian/changelog 2009-02-15 22:30:31 UTC (rev 8828) @@ -1,3 +1,9 @@ +ode (2:0.11-2) experimental; urgency=low + + * libode-dev conflicts against libode0-dev, thanks Vincent Bernat + + -- Gonéri Le Bouder <[email protected]> Sun, 15 Feb 2009 23:29:17 +0100 + ode (2:0.11-1) experimental; urgency=low * New upstream release Modified: packages/trunk/ode/debian/control =================================================================== --- packages/trunk/ode/debian/control 2009-02-15 22:22:04 UTC (rev 8827) +++ packages/trunk/ode/debian/control 2009-02-15 22:30:31 UTC (rev 8828) @@ -30,8 +30,8 @@ Section: libdevel Architecture: any Depends: libode1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Conflicts: ode-dev -Replaces: ode-dev +Conflicts: ode-dev, libode0-dev +Replaces: ode-dev, libode0-dev Description: Open Dynamics Engine - development files ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

