[SCM] Packaging for lierolibre branch, master, updated. upstream/1.35_b2+20100124.1-39-gb780c78

Martin Erik Werner martinerikwerner at gmail.com
Fri Apr 27 18:02:37 UTC 2012


The following commit has been merged in the master branch:
commit 2c250bee29de367207777db211d9bfd6c73c6a49
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 27 13:46:46 2012 +0200

    Add debug package

diff --git a/debian/control b/debian/control
index b51bbdb..e468a92 100644
--- a/debian/control
+++ b/debian/control
@@ -47,3 +47,15 @@ Depends: ${misc:Depends}
 Description: data files for lierolibre
  This package contains the data files (sounds, graphics, game variables) for
  the old-school earthworm action game lierolibre.
+
+Package: lierolibre-dbg
+Architecture: any
+Section: debug
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: lierolibre (= ${binary:Version}), ${misc:Depends}
+Description: debugging symbols for lierolibre
+ giblib is a library of handy stuff. Contains an imlib2 wrapper to avoid the
+ context stuff, doubly-linked lists and font styles.
+ .
+ This package contains the debugging symbols for the old-school earthworm
+ action game lierolibre.
diff --git a/debian/rules b/debian/rules
index 0e46143..0a35c66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,9 @@ override_dh_installchangelogs:
 	# Doesn't work automatically in Ubuntu 11.10
 	dh_installchangelogs ChangeLog
 
+override_dh_strip:
+	dh_strip --dbg-package=lierolibre-dbg
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 

-- 
Packaging for lierolibre



More information about the Pkg-games-commits mailing list