[Python-modules-commits] [uvloop] 04/04: disable generation of -dbgsym packages

Piotr Ożarowski piotr at moszumanska.debian.org
Thu Mar 2 19:58:40 UTC 2017


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

piotr pushed a commit to branch master
in repository uvloop.

commit 9e763de8d7c91837386981495619ecb4c3ee1888
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Thu Mar 2 20:52:31 2017 +0100

    disable generation of -dbgsym packages
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 646e28a..16878b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 uvloop (0.8.0+ds1-1) unstable; urgency=medium
 
   * New upstream release
+  * disable generation of -dbgsym packages
 
  -- Piotr Ożarowski <piotr at debian.org>  Thu, 02 Mar 2017 19:41:57 +0100
 
diff --git a/debian/rules b/debian/rules
index 407c054..d5f4625 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,6 @@ override_dh_auto_install:
 	dh_auto_install
 	# remove source files from binary packages
 	find debian/ -type f \( -name '*.[ch]' -or -name '*.px[di]' -or -name '*.pyx' \) -delete
+
+override_dh_strip:
+	dh_strip --no-automatic-dbgsym

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



More information about the Python-modules-commits mailing list