[SCM] Simple and fast multimedia library for C++ branch, extern-soil, updated. e78085048da02414c1e4b2dd96b305103cb8f5ab

Christoph Egger Christoph.Egger at gmx.de
Sat Oct 25 09:01:42 UTC 2008


The following commit has been merged in the extern-soil branch:
commit e78085048da02414c1e4b2dd96b305103cb8f5ab
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Tue Sep 30 19:45:53 2008 +0200

     * Building Debug Package

diff --git a/debian/control b/debian/control
index 06b068a..37e9585 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Conflicts: libsfml-dev
 Section: libdevel
 Architecture: any
 Depends: libsfml-audio1.deb3 (= ${binary:Version}), libsfml-graphics1.deb3 (= ${binary:Version}), libsfml-network1.deb3 (= ${binary:Version}), libsfml-system1.deb3 (= ${binary:Version}), libsfml-window1.deb3 (= ${binary:Version}), 
+Suggests: libsfml1.deb3-dbg
 Description: Simple and fast cross-platform multimedia library - Development Files
  SFML is an modern multimedia library offering a wide range of subsystems
  useful to produce an multimedia app. It offers OpenGL integration for
@@ -69,3 +70,13 @@ Description: Simple and fast cross-platform multimedia library - Window part
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+
+Package: libsfml1.deb3-dbg
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Simple and fast cross-platform multimedia library - debug symbols
+ SFML is an modern multimedia library offering a wide range of subsystems
+ useful to produce an multimedia app. It offers OpenGL integration for
+ Hardware accelerated Graphics, Windowing and Input support, Audio and
+ Network facilities and supports GNU/Linux MS Windows and Mac OS X.
diff --git a/debian/rules b/debian/rules
index 3dc9e95..14ddb04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ binary-arch: build install
 	dh_install --fail-missing --sourcedir=debian/tmp
 	dh_installman
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=libsfml1.deb3-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list