This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository geographiclib.
commit b8062419c5c9b92f649b901581899220cd5dd9fb Author: Bas Couwenberg <[email protected]> Date: Tue Dec 26 19:38:11 2017 +0100 Drop obsolete dbg package. --- debian/changelog | 1 + debian/control | 17 +---------------- debian/rules | 2 +- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 43e52f5..f79d8f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ geographiclib (1.49-2) UNRELEASED; urgency=medium * Add patch by Chris Lamb to make the build reproducible. (closes: #878708) * Strip trailing whitespace from changelog & control files. + * Drop obsolete dbg package. -- Bas Couwenberg <[email protected]> Mon, 16 Oct 2017 14:21:15 +0200 diff --git a/debian/control b/debian/control index 3c82d94..c4ba0c9 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Section: science Priority: optional Build-Depends: autoconf-archive, - debhelper (>= 9), + debhelper (>= 9.20160114), dh-autoreconf, dh-python, doxygen, @@ -73,21 +73,6 @@ Description: C++ library to solve some geodesic problems -- library This package contains the GeographicLib shared library used at run-time by applications. -Package: libgeographic-dbg -Architecture: any -Section: debug -Depends: libgeographic17 (= ${binary:Version}), - ${misc:Depends} -Breaks: libgeographic14-dbg (<< 1.46) -Replaces: libgeographic14-dbg (<< 1.46) -Description: C++ library to solve some geodesic problems -- debugging symbols - GeographicLib is a small set of C++ classes for converting between - geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, - for geoid calculations, and for computing geodesic. It is a suitable - replacement for the core functionality provided by NGA Geotrans. - . - This package contains debugging symbols for the GeographicLib shared library. - Package: libgeographic-dev Architecture: any Section: libdevel diff --git a/debian/rules b/debian/rules index 23316c2..fedd390 100755 --- a/debian/rules +++ b/debian/rules @@ -67,5 +67,5 @@ override_dh_makeshlibs: dh_makeshlibs -- -v$(UPSTREAM_VERSION) -c0 override_dh_strip: - dh_strip --dbg-package=libgeographic-dbg + dh_strip --dbgsym-migration='libgeographic-dbg (<< 1.49-2~)' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geographiclib.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

