[python-mapnik] 10/10: Override dh_strip to not create dbgsym packages, debug files contain no debug symbols.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Feb 26 23:34:50 UTC 2016


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

sebastic pushed a commit to branch master
in repository python-mapnik.

commit 0535af8733a2266548b24ceb89d35ad6c48e3284
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Feb 27 00:33:52 2016 +0100

    Override dh_strip to not create dbgsym packages, debug files contain no debug symbols.
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d209704..14928c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ python-mapnik (1:0.0~20160217-d57dce9-1) UNRELEASED; urgency=medium
   * Drop license & copyright for mapnik/__init__.py, now LGPL-2.1+ too.
   * Add (build) dependencies on python{,3}-cairo.
   * Drop mapnik-libdir.patch, applied upstream.
+  * Override dh_strip to not create dbgsym packages,
+    debug files contain no debug symbols.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 27 Feb 2016 00:01:48 +0100
 
diff --git a/debian/rules b/debian/rules
index 90ad9a4..921ce6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,3 +30,6 @@ override_dh_auto_test:
 override_dh_install:
 	dh_install --list-missing
 
+override_dh_strip:
+	dh_strip --no-automatic-dbgsym
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-mapnik.git



More information about the Pkg-grass-devel mailing list