[mapnik] 05/06: Override dh_strip to not generate automatic dbgsym packages, those debug files have no debug symbols.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Feb 7 00:47:03 UTC 2016


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

sebastic pushed a commit to branch master
in repository mapnik.

commit c5bbf64672a456625e73ce05a8fece70ae37348a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Feb 7 01:34:58 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 518f52e..58232f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ mapnik (3.0.9+ds-2) UNRELEASED; urgency=medium
   * Add lintian override for old-style-config-script-multiarch-path.
     See: https://lists.debian.org/debian-devel/2016/01/msg00688.html
   * Bump Standards-Version to 3.9.7, no changes.
+  * Override dh_strip to not generate automatic dbgsym packages,
+    those debug files have no debug symbols.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 05 Feb 2016 21:12:05 +0100
 
diff --git a/debian/rules b/debian/rules
index 31ceb06..8bdf14a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,6 +76,9 @@ debian/stamps/install-python:
 override_dh_install:
 	dh_install --list-missing
 
+override_dh_strip:
+	dh_strip --no-automatic-dbgsym
+
 override_dh_prep:
 	dh_prep -Xdebian/tmp
 

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



More information about the Pkg-grass-devel mailing list