This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch updates in repository cyphesis-cpp.
commit d318801d3f067f26b075dc212900d6ef2266f67b Author: Olek Wojnar <[email protected]> Date: Tue Jul 5 01:09:04 2016 -0400 Convert to automatic debug package --- debian/changelog | 1 + debian/rules | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index a05d8f0..2f47355 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ cyphesis-cpp (0.6.0-4) unstable; urgency=high * Remove debconf (Closes: ##794948) + * Convert to automatic debug package -- Olek Wojnar <[email protected]> Mon, 04 Jul 2016 22:05:12 -0400 diff --git a/debian/rules b/debian/rules index 42a6433..9ffd5bd 100755 --- a/debian/rules +++ b/debian/rules @@ -10,13 +10,6 @@ override_dh_install: ( find $(CURDIR)/debian/tmp/usr/share/games/cyphesis/rulesets/ -name *.py -print | xargs chmod a-x ) dh_install --list-missing -X.la -X.a -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 - override_dh_installinit: dh_installinit --noscripts -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/cyphesis-cpp.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

