[SCM] WorldForge math library branch, master, updated. debian/0.3.11-1_RFS1-9-g7eb8dd6

Stephen M. Webb stephen.webb at bregmasoft.ca
Thu Jan 26 20:12:19 UTC 2012


The following commit has been merged in the master branch:
commit fd76563b713c54c062e4b411010e62e55d76468b
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Thu Jan 19 15:52:01 2012 -0500

    restored debug package build

diff --git a/debian/rules b/debian/rules
index ed23870..a7878ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,4 +15,10 @@ override_dh_auto_clean:
 	-rm -rf doc/man
 	dh_auto_clean
 
+override_dh_strip:
+	set -e; \
+	for pkg in $(patsubst %-dbg,%,$(filter %-dbg,$(shell dh_listpackages))); do \
+		dh_strip -p$${pkg} --dbg-package=$${pkg}-dbg; \
+	done
+	dh_strip -s --remaining-packages
 

-- 
WorldForge math library



More information about the Pkg-games-commits mailing list