r6350 - packages/trunk/ogre/debian

Andres Mejia ceros-guest at alioth.debian.org
Thu Mar 27 17:56:53 UTC 2008


Author: ceros-guest
Date: 2008-03-27 17:56:52 +0000 (Thu, 27 Mar 2008)
New Revision: 6350

Modified:
   packages/trunk/ogre/debian/changelog
   packages/trunk/ogre/debian/control
   packages/trunk/ogre/debian/ogre-get-orig-source
   packages/trunk/ogre/debian/rules
   packages/trunk/ogre/debian/watch
Log:
Packaging ogre-1.4.7

Modified: packages/trunk/ogre/debian/changelog
===================================================================
--- packages/trunk/ogre/debian/changelog	2008-03-27 12:46:17 UTC (rev 6349)
+++ packages/trunk/ogre/debian/changelog	2008-03-27 17:56:52 UTC (rev 6350)
@@ -1,3 +1,13 @@
+ogre (1.4.7.dfsg1-1) unstable; urgency=low
+
+  * New upstream release.
+    + Updated watch file, rules file, and control file appropriately.
+    + Updated ogre-get-orig-source.
+  * Declaring *ONLY* Replaces fields for old packages that contained 1.4.6 in
+    their names.
+
+ -- Andres Mejia <mcitadel at gmail.com>  Thu, 27 Mar 2008 13:42:44 -0400
+
 ogre (1.4.6.dfsg1-1) unstable; urgency=low
 
   * New upstream release. (Closes: #458902)

Modified: packages/trunk/ogre/debian/control
===================================================================
--- packages/trunk/ogre/debian/control	2008-03-27 12:46:17 UTC (rev 6349)
+++ packages/trunk/ogre/debian/control	2008-03-27 17:56:52 UTC (rev 6350)
@@ -9,13 +9,13 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ogre
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ogre/?op=log
 
-Package: libogremain-1.4.6
+Package: libogremain-1.4.7
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
 Provides: libogre14
 Conflicts: libogre3, libogre4, libogre5, libogre5c2a, libogre6
-Replaces: libogre5c2a, libogre6, libogre14
+Replaces: libogre5c2a, libogre6, libogre14, libogremain-1.4.6
 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
@@ -23,14 +23,14 @@
  .
  This package contains the Ogre library and plugins.
 
-Package: libogremain-1.4.6-dbg
+Package: libogremain-1.4.7-dbg
 Section: libdevel
 Architecture: any
 Priority: extra
 Provides: libogre14-dbg
 Conflicts: libogre5c2a-dbg, libogre6-dbg
-Replaces: libogre5c2a-dbg, libogre6-dbg, libogre14-dbg
-Depends: libogremain-1.4.6 (= ${binary:Version})
+Replaces: libogre5c2a-dbg, libogre6-dbg, libogre14-dbg, libogremain-1.4.6-dbg
+Depends: libogremain-1.4.7 (= ${binary:Version})
 Description: Object-oriented Graphics Rendering Engine (debugging libs)
  Ogre is a complete object-oriented 3D rendering engine. It supports
  different rendering subsystems but only the OpenGL system is useful
@@ -42,7 +42,7 @@
 Package: libogre-dev
 Section: libdevel
 Architecture: all
-Depends: libogremain-1.4.6 (>= ${source:Version}), libfreeimage-dev | libdevil-dev, libfreetype6-dev, libzzip-dev, libxaw7-dev, libopenexr-dev
+Depends: libogremain-1.4.7 (>= ${source:Version}), libfreeimage-dev | libdevil-dev, libfreetype6-dev, libzzip-dev, libxaw7-dev, libopenexr-dev
 Suggests: ogre-doc
 Description: Object-oriented Graphics Rendering Engine (development files)
  Ogre is a complete object-oriented 3D rendering engine. It supports
@@ -98,11 +98,11 @@
  .
  This package contains the Blender exporter for Ogre.
 
-Package: libceguiogrerenderer-1.4.6
+Package: libceguiogrerenderer-1.4.7
 Section: libs
 Architecture: any
 Provides: libceguiogre14
-Replaces: libceguiogre14
+Replaces: libceguiogre14, libceguiogrerenderer-1.4.6
 Depends: ${shlibs:Depends}
 Description: CEGUI Ogre Renderer (libraries)
  Crazy Eddie's GUI System (or short CEGUI) is a cross platform free library
@@ -111,13 +111,13 @@
  .
  This package contains the CEGUI Ogre Renderer library and plugins.
 
-Package: libceguiogrerenderer-1.4.6-dbg
+Package: libceguiogrerenderer-1.4.7-dbg
 Section: libdevel
 Architecture: any
 Priority: extra
 Provides: libceguiogre14-dbg
-Replaces: libceguiogre14-dbg
-Depends: libceguiogrerenderer-1.4.6 (= ${binary:Version})
+Replaces: libceguiogre14-dbg, libceguiogrerenderer-1.4.6-dbg
+Depends: libceguiogrerenderer-1.4.7 (= ${binary:Version})
 Description: CEGUI Ogre Renderer (debugging libs)
  Crazy Eddie's GUI System (or short CEGUI) is a cross platform free library
  providing windowing and widgets. Or simply said: You can create GUI's with it.
@@ -129,7 +129,7 @@
 Package: libceguiogre-dev
 Section: libdevel
 Architecture: all
-Depends: libceguiogrerenderer-1.4.6 (>= ${source:Version}), libogre-dev (= ${binary:Version})
+Depends: libceguiogrerenderer-1.4.7 (>= ${source:Version}), libogre-dev (= ${binary:Version})
 Description: CEGUI Ogre Renderer (development files)
  Crazy Eddie's GUI System (or short CEGUI) is a cross platform free library
  providing windowing and widgets. Or simply said: You can create GUI's with it.

Modified: packages/trunk/ogre/debian/ogre-get-orig-source
===================================================================
--- packages/trunk/ogre/debian/ogre-get-orig-source	2008-03-27 12:46:17 UTC (rev 6349)
+++ packages/trunk/ogre/debian/ogre-get-orig-source	2008-03-27 17:56:52 UTC (rev 6350)
@@ -4,9 +4,9 @@
 # distributed through Debian.
 
 # Some variables to make maintaining this script easier
-OGRE_VERSION=1.4.6.dfsg1
-OGRE_TARBALL=ogre-linux_osx-v1-4-6.tar.bz2
-OGRE_TARBALL_CHECKSUM=ef1cf73106e0387624bfdd539cdf9de6
+OGRE_VERSION=1.4.7.dfsg1
+OGRE_TARBALL=ogre-linux_osx-v1-4-7.tar.bz2
+OGRE_TARBALL_CHECKSUM=f44cba3f7362f6d8ca4187dee0d588ef
 
 USAGE="\n\
 This script is used to generate the orig tarball used in building\n\

Modified: packages/trunk/ogre/debian/rules
===================================================================
--- packages/trunk/ogre/debian/rules	2008-03-27 12:46:17 UTC (rev 6349)
+++ packages/trunk/ogre/debian/rules	2008-03-27 17:56:52 UTC (rev 6350)
@@ -101,10 +101,10 @@
 	dh_installdocs -a
 	dh_installexamples -a
 	dh_installman -a
-	dh_strip -plibogremain-1.4.6 --dbg-package=libogremain-1.4.6-dbg
+	dh_strip -plibogremain-1.4.7 --dbg-package=libogremain-1.4.7-dbg
 	dh_strip -pogre-tools --dbg-package=ogre-tools-dbg
-	dh_strip -plibceguiogrerenderer-1.4.6 \
-		--dbg-package=libceguiogrerenderer-1.4.6-dbg
+	dh_strip -plibceguiogrerenderer-1.4.7 \
+		--dbg-package=libceguiogrerenderer-1.4.7-dbg
 	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -a

Modified: packages/trunk/ogre/debian/watch
===================================================================
--- packages/trunk/ogre/debian/watch	2008-03-27 12:46:17 UTC (rev 6349)
+++ packages/trunk/ogre/debian/watch	2008-03-27 17:56:52 UTC (rev 6350)
@@ -5,9 +5,9 @@
 opts=uversionmangle=s/\.\?.*// \
 http://downloads.sourceforge.net/ogre \
      http://downloads.sourceforge.net/ogre/ogre-linux_osx-v(.*)\.tar\.bz2(.*) \
-     1-4-6
+     1-4-7
 
 # Different check for ogre source, provided by uscan man page
 http://sf.net/ogre/ \
      ogre-linux_osx-v(.*)\.tar\.bz2(.*) \
-     1-4-6.
+     1-4-7.




More information about the Pkg-games-commits mailing list