This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository qgis.
commit 40add58fba28fb2529c46754041f3740b0e6f51d Author: Bas Couwenberg <[email protected]> Date: Sat Dec 9 01:36:35 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 68098bd..41950c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ qgis (2.14.21+dfsg-1) UNRELEASED; urgency=medium * Don't install PyQt4 files, no longer built. * Disable Breaks/Replaces on python-qt4, python-qgis no longer includes PyQt4 files. + * Drop obsolete dbg package. -- Bas Couwenberg <[email protected]> Fri, 08 Dec 2017 22:44:28 +0100 diff --git a/debian/control b/debian/control index b01aa77..b7ef9b2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Section: science Priority: optional Build-Depends: bison, cmake (>= 2.8), - debhelper (>= 9), + debhelper (>= 9.20160114), dh-python, flex, gdal-bin, @@ -250,25 +250,6 @@ Description: QGIS - development files This package contains the headers and libraries needed to develop plugins for QGIS. -Package: qgis-dbg -Architecture: any -Section: debug -Depends: libqgis-app2.14.21 (= ${binary:Version}), - libqgis-core2.14.21 (= ${binary:Version}), - libqgis-gui2.14.21 (= ${binary:Version}), - libqgis-analysis2.14.21 (= ${binary:Version}), - libqgis-networkanalysis2.14.21 (= ${binary:Version}), - libqgis-server2.14.21 (= ${binary:Version}), - libqgisgrass7-2.14.21 (= ${binary:Version}), - libqgispython2.14.21 (= ${binary:Version}), - ${misc:Depends} -Suggests: gdb -Description: QGIS - debugging symbols - QGIS is a Geographic Information System (GIS) which manages, analyzes and - display databases of geographic information. - . - This package contains debugging symbols. - Package: qgis-provider-grass Architecture: any Depends: qgis (= ${binary:Version}), diff --git a/debian/rules b/debian/rules index ba1a615..5acecc4 100755 --- a/debian/rules +++ b/debian/rules @@ -344,7 +344,7 @@ else endif override_dh_strip: - dh_strip --dbg-package=qgis-dbg + dh_strip --dbgsym-migration='qgis-dbg (<< 2.14.21+dfsg)' override_dh_gencontrol: dh_gencontrol -- -Vgrass:Depends="grass$(GRASSABI)" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

