[Python-modules-commits] [twisted] 07/08: Strip raiser shared library in python3-twisted-bin
Free Ekanayaka
freee at moszumanska.debian.org
Thu Oct 20 08:27:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch master
in repository twisted.
commit ba73870d43ccd0f59bedd14a5e6b2824c8a25a0f
Author: Free Ekanayaka <freee at debian.org>
Date: Thu Oct 20 06:25:08 2016 +0000
Strip raiser shared library in python3-twisted-bin
---
debian/rules | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 75cf057..5f4dac7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -212,20 +212,22 @@ binary-arch: build-arch install
dh_lintian -a
dh_installdocs -a
dh_installmenu -a
+
dh_strip -ppython-twisted-bin --dbg-package=python-twisted-bin-dbg
rm -rf debian/python-twisted-bin-dbg/usr/share/doc/python-twisted-bin-dbg
ln -s python-twisted-bin \
debian/python-twisted-bin-dbg/usr/share/doc/python-twisted-bin-dbg
+
dh_strip -ppython-twisted-runner --dbg-package=python-twisted-runner-dbg
rm -rf debian/python-twisted-runner-dbg/usr/share/doc/python-twisted-runner-dbg
ln -s python-twisted-runner \
debian/python-twisted-runner-dbg/usr/share/doc/python-twisted-runner-dbg
-ifeq (0,1)
+
dh_strip -ppython3-twisted-bin --dbg-package=python3-twisted-bin-dbg
rm -rf debian/python3-twisted-bin-dbg/usr/share/doc/python3-twisted-bin-dbg
ln -s python3-twisted-bin \
debian/python3-twisted-bin-dbg/usr/share/doc/python3-twisted-bin-dbg
-endif
+
dh_compress -a -X.py
dh_fixperms -a
dh_python2 -a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/twisted.git
More information about the Python-modules-commits
mailing list