[Python-modules-commits] [pycairo] 04/07: debian/rules: Do not create additional -dbgsyms packages, put the debug symbols in the -dbg ones

Laurent Bigonville bigon at moszumanska.debian.org
Sun Nov 19 14:00:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

bigon pushed a commit to branch master
in repository pycairo.

commit dc830c829ff6bd9fd05781239bb8de07c1071382
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Sun Nov 19 14:26:09 2017 +0100

    debian/rules: Do not create additional -dbgsyms packages, put the debug symbols in the -dbg ones
---
 debian/changelog | 4 +++-
 debian/rules     | 4 ++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1e9d5fc..88087d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ pycairo (1.15.4-2) UNRELEASED; urgency=medium
     python-cairo-dev package instead of python-cairo
   * Build python3 packages, split the documentation in a separate -doc pkg
   * debian/rules: Call the sphinxdoc sequence
+  * debian/rules: Do not create additional -dbgsyms packages, put the debug
+    symbols in the -dbg ones
 
- -- Laurent Bigonville <bigon at debian.org>  Sun, 19 Nov 2017 13:56:07 +0100
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 19 Nov 2017 14:25:38 +0100
 
 pycairo (1.15.4-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index df96ae1..4b19861 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,7 @@ override_dh_auto_clean:
 override_dh_install:
 	dh_install
 	rm -f $(CURDIR)/debian/python3-cairo/usr/lib/python3*/*-packages/cairo/_cairo.cpython-*dm-*.so
+
+override_dh_strip:
+	dh_strip -ppython-cairo  --dbg-package=python-cairo-dbg
+	dh_strip -ppython3-cairo --dbg-package=python3-cairo-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycairo.git



More information about the Python-modules-commits mailing list