r2978 - packages/trunk/ode/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue Jun 19 12:30:44 UTC 2007


Author: goneri-guest
Date: 2007-06-19 12:30:44 +0000 (Tue, 19 Jun 2007)
New Revision: 2978

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/control
   packages/trunk/ode/debian/rules
Log:
because of the ABI breakage, provide libode0 instead of libode0c2


Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog	2007-06-19 12:25:03 UTC (rev 2977)
+++ packages/trunk/ode/debian/changelog	2007-06-19 12:30:44 UTC (rev 2978)
@@ -4,8 +4,9 @@
    - remove add_fPIC_flag.diff (patch accepted)
    - update fix_makeinstall.diff to not create the symlink
    - ode 0.8 is not compatible with binary created with ode 0.5. use the -V
-   flag to force packages build with this release to use at last
-   ode >= 0.8-1, thanks Yaroslav Halchenko (Closes: #412026)
+     flag to force packages build with this release to use at last
+     ode >= 0.8-1, thanks Yaroslav Halchenko (Closes: #412026) and rename the
+     libode0c2 package to libode0 to avoid breakage during upgrade
    - dfsg: remove the OPCODE and contrib directorys because of missing license
   * remove --disable-opcode and use new --with-trimesh=gimpact instead
    GIMPACT is used to manage collision (Closes: #383868, #408023)
@@ -16,8 +17,9 @@
    - update the home site url and add a paragraph about GIMPACT 
   * new package: libode-doc
   * add XS-Vcs-Svn informations in the control file
+  * libode0-dev depends on libode0 (>= ${Source-Version}) (Closes: #429607)
 
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat,  2 Jun 2007 01:12:35 +0200
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 19 Jun 2007 14:09:16 +0200
 
 ode (1:0.7-1) experimental; urgency=low
 

Modified: packages/trunk/ode/debian/control
===================================================================
--- packages/trunk/ode/debian/control	2007-06-19 12:25:03 UTC (rev 2977)
+++ packages/trunk/ode/debian/control	2007-06-19 12:30:44 UTC (rev 2978)
@@ -8,12 +8,12 @@
 Standards-Version: 3.7.2
 XS-Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/ode/
 
-Package: libode0c2
+Package: libode0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: libode0
-Replaces: libode0
+Conflicts: libode0c2
+Replaces: libode0c2
 Description: Open Dynamics Engine - runtime library
  ODE is a free, industrial quality library for simulating articulated rigid
  body dynamics - for example ground vehicles, legged creatures, and moving
@@ -26,7 +26,7 @@
 Package: libode0-dev
 Section: libdevel
 Architecture: any
-Depends: libode0c2, ${shlibs:Depends}
+Depends: libode0 (>= ${Source-Version}), ${shlibs:Depends}
 Conflicts: ode-dev, libode-dev (<< 1:0.5-3)
 Replaces: ode-dev, libode-dev (<< 1:0.5-3)
 Provides: libode-dev

Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules	2007-06-19 12:25:03 UTC (rev 2977)
+++ packages/trunk/ode/debian/rules	2007-06-19 12:30:44 UTC (rev 2978)
@@ -96,7 +96,7 @@
 	dh_compress
 	dh_fixperms
 	dh_shlibdeps
-	dh_makeshlibs -V 'libode0c2 (>= 0.8)'
+	dh_makeshlibs -V 'libode0 (>= 0.8)'
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums




More information about the Pkg-games-commits mailing list