This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gmt.
commit 455723f34630e02a2257af81416480e3544bbd8d Author: Bas Couwenberg <[email protected]> Date: Tue Dec 26 19:59:12 2017 +0100 Drop obsolete dbg package. --- debian/changelog | 1 + debian/control | 21 +-------------------- debian/rules | 2 +- 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index 37d60db..5d4f339 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ gmt (5.4.2+dfsg-2) UNRELEASED; urgency=medium * Add python3-sphinx to build dependencies. * Strip trailing whitespace from changelog & rules. * Add some Multi-Arch fields suggested by Multiarch hinter. + * Drop obsolete dbg package. -- Bas Couwenberg <[email protected]> Sun, 24 Sep 2017 12:58:52 +0200 diff --git a/debian/control b/debian/control index c706384..a9807a9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Bas Couwenberg <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 9.20160114), chrpath, cmake, ghostscript, @@ -112,25 +112,6 @@ 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 Architecture: all Multi-Arch: foreign diff --git a/debian/rules b/debian/rules index 67575cb..033a387 100755 --- a/debian/rules +++ b/debian/rules @@ -111,7 +111,7 @@ override_dh_compress: dh_compress -X.pdf -Xusr/share/doc/gmt-examples/examples/ override_dh_strip: - dh_strip --dbg-package=gmt-dbg + dh_strip --dbgsym-migration='gmt-dbg (<< 5.4.2+dfsg-2~)' 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

