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

Christoph Egger Christoph.Egger at gmx.de
Sat Oct 3 16:06:29 UTC 2009


The following commit has been merged in the master branch:
commit 45722df75ec924859017e3b384c532144273e0f2
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Fri Oct 2 21:06:43 2009 +0200

    Get ready for 1.6

diff --git a/.pc/.version b/.pc/.version
deleted file mode 100644
index 0cfbf08..0000000
--- a/.pc/.version
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/changelog b/debian/changelog
index 44b80fb..a159c95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+irrlicht (1.6+dfsg1-1) unstable; urgency=low
+
+  * New upstream Version
+
+ -- Christoph Egger <debian at christoph-egger.org>  Fri, 02 Oct 2009 18:09:55 +0200
+
 irrlicht (1.5+dfsg1-1) unstable; urgency=low
 
   [ Christoph Egger ]
diff --git a/debian/control b/debian/control
index d6d1bac..ba0526c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: irrlicht
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Christoph Egger <debian at christoph-egger.org>
-Build-Depends: quilt, debhelper (>= 7), libjpeg62-dev, libpng12-dev, 
+Build-Depends: quilt, debhelper (>= 7), libjpeg62-dev, libpng12-dev,
   mesa-common-dev, perl, libglu1-mesa-dev, libsdl1.2-dev, libx11-dev,
   libxrandr-dev, x11proto-xf86vidmode-dev, libxxf86vm-dev, archmage (>= 1:0.2.4)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-games/irrlicht.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/irrlicht.git
 Section: libs
@@ -14,30 +14,30 @@ Homepage: http://irrlicht.sf.net
 Package: libirrlicht-dev
 Section: libdevel
 Architecture: any
-Depends: libirrlicht1 (= ${binary:Version})
+Depends: libirrlicht1.6 (= ${binary:Version})
 Suggests: irrlicht-doc
 Description: High performance realtime 3D engine development library
  The Irrlicht Engine is an open source completely cross-platform 3D engine.
- It has support for OpenGL and its own software renderer, 
+ It has support for OpenGL and its own software renderer,
  and has all of the state-of-the-art features
  which can be found in commercial 3d engines.
  .
  This package contains the development library.
 
-Package: libirrlicht1
+Package: libirrlicht1.6
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: High performance realtime 3D engine
  The Irrlicht Engine is an open source completely cross-platform 3D engine.
- It has support for OpenGL and its own software renderer, 
+ It has support for OpenGL and its own software renderer,
  and has all of the state-of-the-art features
  which can be found in commercial 3d engines.
 
-Package: libirrlicht1-dbg
+Package: libirrlicht1.6-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libirrlicht1 (= ${binary:Version})
+Depends: libirrlicht1.6 (= ${binary:Version})
 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
@@ -48,7 +48,7 @@ Section: doc
 Architecture: all
 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, 
+ It has support for OpenGL and its own software renderer,
  and has all of the state-of-the-art features
  which can be found in commercial 3d engines.
  .
diff --git a/debian/libirrlicht1.install b/debian/libirrlicht1.6.install
similarity index 100%
rename from debian/libirrlicht1.install
rename to debian/libirrlicht1.6.install
diff --git a/debian/rules b/debian/rules
index 0aa18c0..8117ac7 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.5
-major=1
+version=1.6.0
+major=1.6
 
 build-lib-%: $(QUILT_STAMPFN)
 	dh_testdir
@@ -97,7 +97,7 @@ binary-arch: install
 	dh_install -a
 	dh_installman -a
 	dh_link -a -plibirrlicht1 usr/lib/libIrrlicht.so.$(version) usr/lib/libIrrlicht.so.$(major)
-	dh_strip -a --dbg-package=libirrlicht1-dbg
+	dh_strip -a --dbg-package=libirrlicht$(major)-dbg
 	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -a

-- 
Packaging the irrlicht game engine



More information about the Pkg-games-commits mailing list