[SCM] Packaging the irrlicht game engine branch, master, updated. upstream/1.5-74-g78fdee6

Christoph Egger Christoph.Egger at gmx.de
Thu Feb 4 19:55:09 UTC 2010


The following commit has been merged in the master branch:
commit 78fdee6c00a1de3a93463f3e64cba855c2cd2168
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Thu Feb 4 20:54:54 2010 +0100

    Update for soname change

diff --git a/debian/control b/debian/control
index 758f3d9..5fa0484 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 7),
   libxxf86vm-dev,
   liblzma-dev,
   libbz2-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-games/irrlicht.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/irrlicht.git
 Section: libs
@@ -24,7 +24,7 @@ Homepage: http://irrlicht.sf.net
 Package: libirrlicht-dev
 Section: libdevel
 Architecture: any
-Depends: libirrlicht1.6 (= ${binary:Version})
+Depends: libirrlicht1.7 (= ${binary:Version}), ${misc:Depends}
 Suggests: irrlicht-doc
 Description: High performance realtime 3D engine development library
  The Irrlicht Engine is an open source completely cross-platform 3D engine.
@@ -34,7 +34,7 @@ Description: High performance realtime 3D engine development library
  .
  This package contains the development library.
 
-Package: libirrlicht1.6
+Package: libirrlicht1.7
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: High performance realtime 3D engine
@@ -43,11 +43,11 @@ Description: High performance realtime 3D engine
  and has all of the state-of-the-art features
  which can be found in commercial 3d engines.
 
-Package: libirrlicht1.6-dbg
+Package: libirrlicht1.7-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libirrlicht1.6 (= ${binary:Version})
+Depends: libirrlicht1.7 (= ${binary:Version}), ${misc:Depends}
 Description: debugging symbols for irrlicht
  This package contains the debugging symbols associated with irrlicht.
  They will automatically be used by gdb for debugging irrlicht-related
@@ -56,6 +56,7 @@ Description: debugging symbols for irrlicht
 Package: libirrlicht-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: High performance realtime 3D engine (API documentation)
  The Irrlicht Engine is an open source completely cross-platform 3D engine.
  It has support for OpenGL and its own software renderer,
diff --git a/debian/libirrlicht1.6.install b/debian/libirrlicht1.7.install
similarity index 100%
rename from debian/libirrlicht1.6.install
rename to debian/libirrlicht1.7.install
diff --git a/debian/rules b/debian/rules
index 9be647b..2a0fc94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,8 @@ include /usr/share/quilt/quilt.make
 -include /usr/share/topgit/tg2quilt.mk
 
 # shared library versions, option 1
-version=1.6.0
-major=1.6
+version=1.7.0
+major=1.7
 repackv=1
 
 build-lib-%: $(QUILT_STAMPFN)

-- 
Packaging the irrlicht game engine



More information about the Pkg-games-commits mailing list