The following commit has been merged in the master branch:
commit fd76563b713c54c062e4b411010e62e55d76468b
Author: Stephen M. Webb <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to