r3086 - in packages/trunk/ogre/debian: . patches

Andres Mejia ceros-guest at alioth.debian.org
Tue Jun 26 17:50:16 UTC 2007


Author: ceros-guest
Date: 2007-06-26 17:50:16 +0000 (Tue, 26 Jun 2007)
New Revision: 3086

Removed:
   packages/trunk/ogre/debian/patches/old-patches/
Modified:
   packages/trunk/ogre/debian/control
   packages/trunk/ogre/debian/rules
Log:
Added Replaces entry for ogre packages to be replaced. Deleting old-patches directory.

Modified: packages/trunk/ogre/debian/control
===================================================================
--- packages/trunk/ogre/debian/control	2007-06-26 17:46:00 UTC (rev 3085)
+++ packages/trunk/ogre/debian/control	2007-06-26 17:50:16 UTC (rev 3086)
@@ -10,8 +10,8 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: libogre3, libogre4, libogre5, libogre6
-Replaces: libogre6
+Conflicts: libogre3, libogre4, libogre5, libogre5c2a, libogre6
+Replaces: libogre5c2a, libogre6
 Description: Object-oriented Graphics Rendering Engine (libraries)
  Ogre is a complete object-oriented 3D rendering engine. It supports
  different rendering subsystems but only the OpenGL system is useful
@@ -22,8 +22,8 @@
 Package: libogre14-dbg
 Section: libdevel
 Architecture: any
-Conflicts: libogre6-dbg
-Replaces: libogre6-dbg
+Conflicts: libogre5c2a-dbg, libogre6-dbg
+Replaces: libogre5c2a-dbg, libogre6-dbg
 Depends: libogre14 (= ${Source-Version})
 Description: Object-oriented Graphics Rendering Engine (debugging libs)
  Ogre is a complete object-oriented 3D rendering engine. It supports

Modified: packages/trunk/ogre/debian/rules
===================================================================
--- packages/trunk/ogre/debian/rules	2007-06-26 17:46:00 UTC (rev 3085)
+++ packages/trunk/ogre/debian/rules	2007-06-26 17:50:16 UTC (rev 3086)
@@ -17,10 +17,6 @@
 	CFLAGS += -O2
 endif
 
-# shared library versions, option 1
-version=1.4.1
-major=1
-
 unpack: unpack-stamp
 unpack-stamp:
 	tar -xvzf ogre-free.tar.gz




More information about the Pkg-games-commits mailing list