[gdal-grass] 03/04: Override dh_strip to not create dbgsym packages, debug files contain no debug symbols.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Jan 28 22:57:45 UTC 2016


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

sebastic pushed a commit to branch master
in repository gdal-grass.

commit b30ffdd996f23046e2cb01141e88bffb5c063759
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jan 28 23:48:57 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index e74bf6e..136ebe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libgdal-grass (1.11.3-3) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
   * Bump minimum GRASS version to 7.0.3.
+  * Override dh_strip to not create dbgsym packages,
+    debug files contain no debug symbols.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 28 Jan 2016 15:13:26 +0100
 
diff --git a/debian/rules b/debian/rules
index 5ee208e..b1a2e24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,3 +56,7 @@ override_dh_auto_install:
 override_dh_shlibdeps:
 	dh_shlibdeps -l.:/usr/lib/$(GRASS)/lib 
 
+override_dh_strip:
+	# Debug files contain no debug symbols
+	dh_strip --no-automatic-dbgsym
+

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



More information about the Pkg-grass-devel mailing list