This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository geos.
commit 9886de1ea6a27d82c5362516c981b01f22d6a3d8 Author: Bas Couwenberg <[email protected]> Date: Tue Nov 28 20:29:33 2017 +0100 Drop obsolete dbg package. --- debian/changelog | 1 + debian/control | 15 +-------------- debian/control.in | 15 +-------------- debian/rules | 2 +- 4 files changed, 4 insertions(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c44863..d07b821 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ geos (3.5.1-4) UNRELEASED; urgency=medium * Change priority for libgeos-dbg from extra to optional. * Bump Standards-Version to 4.1.1, changes: priority. * Add lintian override for debian-watch-uses-insecure-uri. + * Drop obsolete dbg package. -- Bas Couwenberg <[email protected]> Fri, 20 Jan 2017 15:57:07 +0100 diff --git a/debian/control b/debian/control index 006e131..d152c6d 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), dh-autoreconf, doxygen, pkg-kde-tools, @@ -123,16 +123,3 @@ Description: GEOS bindings for Ruby . This package contains the Ruby bindings for GEOS. -Package: libgeos-dbg -Architecture: any -Section: debug -Pre-Depends: ${misc:Pre-Depends} -Depends: libgeos-3.5.1 (= ${binary:Version}), - libgeos-c1v5 (= ${binary:Version}), - ${misc:Depends} -Description: Debugging symbols for the GEOS library - GEOS provides a spatial object model and fundamental geometric - functions. It implements the geometry model defined in the - OpenGIS Consortium Simple Features Specification for SQL. - . - This package contains the debugging symbols for C/C++ GEOS library. diff --git a/debian/control.in b/debian/control.in index de9d27b..0272baa 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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), dh-autoreconf, chrpath, doxygen, @@ -124,16 +124,3 @@ Description: GEOS bindings for Ruby . This package contains the Ruby bindings for GEOS. -Package: libgeos-dbg -Architecture: any -Section: debug -Pre-Depends: ${misc:Pre-Depends} -Depends: libgeos-@VERSION@ (= ${binary:Version}), - libgeos-c1v5 (= ${binary:Version}), - ${misc:Depends} -Description: Debugging symbols for the GEOS library - GEOS provides a spatial object model and fundamental geometric - functions. It implements the geometry model defined in the - OpenGIS Consortium Simple Features Specification for SQL. - . - This package contains the debugging symbols for C/C++ GEOS library. diff --git a/debian/rules b/debian/rules index adcf518..dfc33ad 100755 --- a/debian/rules +++ b/debian/rules @@ -108,7 +108,7 @@ override_dh_installman: dh_installman -plibgeos-dev debian/geos-config.1 override_dh_strip: - dh_strip --dbg-package=libgeos-dbg + dh_strip --dbgsym-migration='libgeos-dbg (<< 3.5.1-4~)' override_dh_makeshlibs: dh_makeshlibs -- -v$(VER) -c0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geos.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

