r3094 - in packages/trunk/ode/debian: . patches

Miriam Ruiz baby-guest at alioth.debian.org
Wed Jun 27 08:22:26 UTC 2007


Author: baby-guest
Date: 2007-06-27 08:22:26 +0000 (Wed, 27 Jun 2007)
New Revision: 3094

Added:
   packages/trunk/ode/debian/libode0debian1.dirs
   packages/trunk/ode/debian/libode0debian1.install
   packages/trunk/ode/debian/libode0debian1.links
   packages/trunk/ode/debian/patches/change_soname.patch
Removed:
   packages/trunk/ode/debian/libode0.install
   packages/trunk/ode/debian/libode0c2a.dirs
   packages/trunk/ode/debian/libode0c2a.links
Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/control
   packages/trunk/ode/debian/patches/series
   packages/trunk/ode/debian/rules
Log:
Upgraded SONAME from 0.8.0 to 0debian1.0.0 until Upstream decides to take care of SONAMEs properly.
Changed debian/rules not to ignore make clean errors.
Added homepage to description in debian/control.



Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog	2007-06-27 06:13:53 UTC (rev 3093)
+++ packages/trunk/ode/debian/changelog	2007-06-27 08:22:26 UTC (rev 3094)
@@ -1,3 +1,13 @@
+ode (1:0.8.dfsg-3) unstable; urgency=low
+
+  [ Miriam Ruiz ]
+  * Upgraded SONAME from 0.8.0 to 0debian1.0.0 until Upstream decides to take
+    care of SONAMEs properly.
+  * Changed debian/rules not to ignore make clean errors.
+  * Added homepage to description in debian/control.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 27 Jun 2007 07:33:58 +0000
+
 ode (1:0.8.dfsg-2) unstable; urgency=medium
 
   [ Gonéri Le Bouder ]

Modified: packages/trunk/ode/debian/control
===================================================================
--- packages/trunk/ode/debian/control	2007-06-27 06:13:53 UTC (rev 3093)
+++ packages/trunk/ode/debian/control	2007-06-27 08:22:26 UTC (rev 3094)
@@ -2,16 +2,17 @@
 Section: devel
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Guus Sliepen <guus at debian.org>, Gonéri Le Bouder <goneri at rulezlan.org>
+Uploaders: Guus Sliepen <guus at debian.org>, Gonéri Le Bouder <goneri at rulezlan.org>,
+ Miriam Ruiz <little_miry at yahoo.es>
 Build-Depends: debhelper (>> 5.0.0), quilt, docbook-to-man, 
  libglu1-mesa-dev, libgl1-mesa-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/ode/
 
-Package: libode0c2a
+Package: libode0debian1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 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
@@ -20,11 +21,13 @@
  collision detection.
  .
  This package provides the shared libraries.
+ .
+  Homepage: http://www.ode.org/
 
 Package: libode0-dev
 Section: libdevel
 Architecture: any
-Depends: libode0c2a (>= ${binary:Version}), ${shlibs:Depends}
+Depends: libode0debian1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Conflicts: ode-dev, libode-dev (<< 1:0.5-3)
 Replaces: ode-dev, libode-dev (<< 1:0.5-3)
 Provides: libode-dev
@@ -36,6 +39,8 @@
  collision detection.
  .
  This package provides the header files and static libraries.
+ .
+  Homepage: http://www.ode.org/
 
 Package: libode-doc
 Section: doc
@@ -49,3 +54,5 @@
  collision detection.
  .
  This package provides the documentation files.
+ .
+  Homepage: http://www.ode.org/

Deleted: packages/trunk/ode/debian/libode0.install
===================================================================
--- packages/trunk/ode/debian/libode0.install	2007-06-27 06:13:53 UTC (rev 3093)
+++ packages/trunk/ode/debian/libode0.install	2007-06-27 08:22:26 UTC (rev 3094)
@@ -1 +0,0 @@
-debian/tmp/usr/lib/lib*.so.*

Deleted: packages/trunk/ode/debian/libode0c2a.dirs
===================================================================
--- packages/trunk/ode/debian/libode0c2a.dirs	2007-06-27 06:13:53 UTC (rev 3093)
+++ packages/trunk/ode/debian/libode0c2a.dirs	2007-06-27 08:22:26 UTC (rev 3094)
@@ -1 +0,0 @@
-usr/lib

Deleted: packages/trunk/ode/debian/libode0c2a.links
===================================================================
--- packages/trunk/ode/debian/libode0c2a.links	2007-06-27 06:13:53 UTC (rev 3093)
+++ packages/trunk/ode/debian/libode0c2a.links	2007-06-27 08:22:26 UTC (rev 3094)
@@ -1,2 +0,0 @@
-usr/lib/libode.so.0.8.0 usr/lib/libode.so.0 
-usr/lib/libode.so.0.8.0 usr/lib/libode.so.0.8 

Copied: packages/trunk/ode/debian/libode0debian1.dirs (from rev 3093, packages/trunk/ode/debian/libode0c2a.dirs)
===================================================================
--- packages/trunk/ode/debian/libode0debian1.dirs	                        (rev 0)
+++ packages/trunk/ode/debian/libode0debian1.dirs	2007-06-27 08:22:26 UTC (rev 3094)
@@ -0,0 +1 @@
+usr/lib

Copied: packages/trunk/ode/debian/libode0debian1.install (from rev 3093, packages/trunk/ode/debian/libode0.install)
===================================================================
--- packages/trunk/ode/debian/libode0debian1.install	                        (rev 0)
+++ packages/trunk/ode/debian/libode0debian1.install	2007-06-27 08:22:26 UTC (rev 3094)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.*

Copied: packages/trunk/ode/debian/libode0debian1.links (from rev 3093, packages/trunk/ode/debian/libode0c2a.links)
===================================================================
--- packages/trunk/ode/debian/libode0debian1.links	                        (rev 0)
+++ packages/trunk/ode/debian/libode0debian1.links	2007-06-27 08:22:26 UTC (rev 3094)
@@ -0,0 +1,2 @@
+usr/lib/libode.so.0debian1.8.0 usr/lib/libode.so.0debian1 
+usr/lib/libode.so.0debian1.8.0 usr/lib/libode.so.0debian1.8 

Added: packages/trunk/ode/debian/patches/change_soname.patch
===================================================================
--- packages/trunk/ode/debian/patches/change_soname.patch	                        (rev 0)
+++ packages/trunk/ode/debian/patches/change_soname.patch	2007-06-27 08:22:26 UTC (rev 3094)
@@ -0,0 +1,24 @@
+diff -ruN ode-0.8.dfsg.orig/configure ode-0.8.dfsg/configure
+--- ode-0.8.dfsg.orig/configure	2007-02-11 15:40:24.000000000 +0000
++++ ode-0.8.dfsg/configure	2007-06-27 07:44:20.000000000 +0000
+@@ -1817,7 +1817,7 @@
+ 
+ 
+ 
+-ODE_CURRENT=0
++ODE_CURRENT=0debian1
+ ODE_REVISION=8
+ ODE_AGE=0
+ ODE_RELEASE=$ODE_CURRENT.$ODE_REVISION.$ODE_AGE
+diff -ruN ode-0.8.dfsg.orig/configure.in ode-0.8.dfsg/configure.in
+--- ode-0.8.dfsg.orig/configure.in	2007-02-11 15:21:19.000000000 +0000
++++ ode-0.8.dfsg/configure.in	2007-06-27 07:44:10.000000000 +0000
+@@ -5,7 +5,7 @@
+ AC_INIT(ODE,0.8,ode at ode.org)
+ 
+ dnl When upgrading version nr, also change the AC_INIT line! - Bram
+-ODE_CURRENT=0
++ODE_CURRENT=0debian1
+ ODE_REVISION=8
+ ODE_AGE=0
+ ODE_RELEASE=[$ODE_CURRENT].[$ODE_REVISION].[$ODE_AGE]

Modified: packages/trunk/ode/debian/patches/series
===================================================================
--- packages/trunk/ode/debian/patches/series	2007-06-27 06:13:53 UTC (rev 3093)
+++ packages/trunk/ode/debian/patches/series	2007-06-27 08:22:26 UTC (rev 3094)
@@ -1 +1,2 @@
+change_soname.patch
 fix_makeinstall.diff

Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules	2007-06-27 06:13:53 UTC (rev 3093)
+++ packages/trunk/ode/debian/rules	2007-06-27 08:22:26 UTC (rev 3094)
@@ -46,7 +46,7 @@
 	rm -f build-stamp configure-stamp
 	
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	rm -Rf `find -name '.deps' -type d`
 	rm -Rf `find -name '.pc' -type d`
@@ -96,7 +96,7 @@
 	dh_compress
 	dh_fixperms
 	dh_shlibdeps
-	dh_makeshlibs -V 'libode0c2a (>= 0.8)'
+	dh_makeshlibs -V 'libode0debian1 (>= 0.8)'
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums




More information about the Pkg-games-commits mailing list