This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental-2.0 in repository gdal-grass.
commit f240e2f40b032b8bf9d2fc3576c3c3b21e79b3a1 Author: Bas Couwenberg <[email protected]> Date: Sun Feb 7 21:24:02 2016 +0100 Merge changes from libgdal-grass (1.11.3-3). --- debian/changelog | 32 ++++++++++++++++++++++++++++++-- debian/rules | 4 ++++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 62c74b5..654d0c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,12 +2,40 @@ libgdal-grass (2.0.2-1) UNRELEASED; urgency=medium * New upstream release. * Drop patches applied upstream, refresh remaining patch. - * Bump minimum GRASS version to 7.0.3. - * Update Vcs-Browser URL to use HTTPS. * Bump Standards-Version to 3.9.7, no changes. -- Bas Couwenberg <[email protected]> Sun, 07 Feb 2016 21:11:19 +0100 +libgdal-grass (1.11.3-3) unstable; urgency=medium + + * Update Vcs-Git URL to use HTTPS. + * Bump minimum GRASS version to 7.0.3. + * Override dh_strip to not create dbgsym packages, + debug files contain no debug symbols. + + -- Bas Couwenberg <[email protected]> Thu, 28 Jan 2016 23:06:38 +0100 + +libgdal-grass (1.11.3-2) unstable; urgency=medium + + * Bump minimum GRASS version to 7.0.2. + + -- Bas Couwenberg <[email protected]> Fri, 20 Nov 2015 00:43:40 +0100 + +libgdal-grass (1.11.3-1) unstable; urgency=medium + + * New upstream release. + * Drop patches applied upstream, refresh remaining patches. + * Update Vcs-Browser URL to use HTTPS. + + -- Bas Couwenberg <[email protected]> Thu, 22 Oct 2015 22:07:34 +0200 + +libgdal-grass (1.11.2-1) unstable; urgency=medium + + * Move from experimental to unstable. + * Bump minimum GRASS version to 7.0.1. + + -- Bas Couwenberg <[email protected]> Mon, 24 Aug 2015 01:25:27 +0200 + libgdal-grass (1.11.2-1~exp2) experimental; urgency=medium * Bump minimum GRASS version to 7.0.0. diff --git a/debian/rules b/debian/rules index 5ee208e..b1a2e24 100755 --- a/debian/rules +++ b/debian/rules @@ -56,3 +56,7 @@ override_dh_auto_install: override_dh_shlibdeps: dh_shlibdeps -l.:/usr/lib/$(GRASS)/lib +override_dh_strip: + # Debug files contain no debug symbols + dh_strip --no-automatic-dbgsym + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal-grass.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

