[SCM] Debian packaging for clanlib2 branch, master, updated. b680d5f6e179c1eb003c6fff3ad7597553e83960

Andreas Moog amoog at ubuntu.com
Sun Mar 4 13:48:22 UTC 2012


The following commit has been merged in the master branch:
commit b680d5f6e179c1eb003c6fff3ad7597553e83960
Author: Andreas Moog <amoog at ubuntu.com>
Date:   Sun Mar 4 14:48:13 2012 +0100

    Add a debug symbol package

diff --git a/control b/control
index d835250..52b6354 100644
--- a/control
+++ b/control
@@ -21,6 +21,15 @@ Homepage: http://clanlib.org
 Vcs-Git: git://git.debian.org/collab-maint/libclanlib2.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/libclanlib2.git;a=summary
 
+Package: libclanlib-2.3-dbg
+Section: debug
+Architecture: any
+Depends: libclanlib-2.3-1 (= ${binary:Version})
+Description: ClanLib game SDK debug symbols
+ This package contains the debug symbols for the ClanLib game SDK.
+ .
+ It is needed to debug program crashes.
+
 Package: libclanlib-2.3-dev
 Section: libdevel
 Architecture: any
diff --git a/rules b/rules
index 9f6ad4d..e5c1598 100755
--- a/rules
+++ b/rules
@@ -14,3 +14,6 @@
 
 override_dh_makeshlibs:
 	dh_makeshlibs -- -c0
+
+override_dh_strip:
+	dh_strip --dbg-package=libclanlib-2.3-dbg

-- 
Debian packaging for clanlib2



More information about the Pkg-games-commits mailing list