[gmt] 08/23: Add debug package.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jun 13 22:40:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository gmt.
commit f1f84f7adf2b8bee997c3beac1f018e4992684cd
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 12 19:56:26 2015 +0200
Add debug package.
---
debian/changelog | 1 +
debian/control | 19 +++++++++++++++++++
debian/rules | 3 +++
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 291f074..40cc3a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ gmt (5.1.2+dfsg1-1) UNRELEASED; urgency=medium
* Recompress the manpages to not use timestamped gzip.
* Add patches for various typos.
* Add symbols file for libgmt5.
+ * Add debug package.
-- Bas Couwenberg <sebastic at debian.org> Sun, 07 Jun 2015 12:06:29 +0200
diff --git a/debian/control b/debian/control
index 3be7fc1..57f072a 100644
--- a/debian/control
+++ b/debian/control
@@ -98,6 +98,25 @@ Description: Generic Mapping Tools Library - Development files
This package contains the files used for development of programs that
use the GMT libraries (headers).
+Package: gmt-dbg
+Architecture: any
+Section: debug
+Depends: libgmt5 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Generic Mapping Tools Library - Debugging symbols
+ GMT is a collection of tools that allow users to manipulate
+ (x,y) and (x,y,z) data sets (including filtering, trend fitting, gridding,
+ projecting, etc.) and produce Encapsulated PostScript File (EPS) illustrations
+ ranging from simple x-y plots through contour maps to artificially illuminated
+ surfaces and 3-D perspective views in black and white, gray tone, hachure
+ patterns, and 24-bit color.
+ .
+ GMT supports many common map projections plus linear, log, and power scaling,
+ and comes with support data such as coastlines, rivers, and political
+ boundaries.
+ .
+ This package contains debugging symbols for GMT.
+
Package: gmt-doc-pdf
Architecture: all
Section: doc
diff --git a/debian/rules b/debian/rules
index 622c494..b8414d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -143,6 +143,9 @@ override_dh_compress:
# Don't compress the pdf files needed for the gmt-doc-pdf package
dh_compress -X.pdf
+override_dh_strip:
+ dh_strip --dbg-package=gmt-dbg
+
override_dh_makeshlibs:
dh_makeshlibs -- -v$(UPSTREAM_VERSION)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gmt.git
More information about the Pkg-grass-devel
mailing list