Bas Couwenberg pushed to branch experimental at Debian GIS Project / gdal-grass
Commits: 8424d747 by Bas Couwenberg at 2021-09-07T13:27:04+02:00 Revert "Update branch in gbp.conf & Vcs-Git URL." This reverts commit 496f01fecb84a6526a85178602e3e62d93fbd631. - - - - - 90994219 by Bas Couwenberg at 2021-09-07T13:27:23+02:00 New upstream version 3.3.2 - - - - - 785d5f33 by Bas Couwenberg at 2021-09-07T13:27:24+02:00 Update upstream source from tag 'upstream/3.3.2' Update to upstream version '3.3.2' with Debian dir 40ea485db2cc9f35458baeb7d8a4889b147be377 - - - - - 5b269285 by Bas Couwenberg at 2021-09-07T13:27:55+02:00 New upstream release. - - - - - 5082150b by Bas Couwenberg at 2021-09-08T16:24:31+02:00 Bump Standards-Version to 4.6.0, no changes. - - - - - 6e340ded by Bas Couwenberg at 2021-09-09T06:01:01+02:00 Update watch file to handle pre-releases in dirversion. - - - - - 8815345d by Bas Couwenberg at 2021-09-09T06:01:10+02:00 Set distribution to unstable. - - - - - a6ea5221 by Bas Couwenberg at 2021-09-11T19:43:36+02:00 Bump debhelper compat to 12, no changes. - - - - - 4c3859dd by Bas Couwenberg at 2021-10-10T17:00:18+02:00 Update packaging for GRASS 7.8.6. - - - - - d0733590 by Bas Couwenberg at 2021-10-10T17:44:49+02:00 Update lintian overrides. - - - - - a2f7e58d by Bas Couwenberg at 2021-10-10T17:44:49+02:00 Set distribution to unstable. - - - - - 84a45a63 by Bas Couwenberg at 2021-10-25T16:10:20+02:00 Update branch in gbp.conf & Vcs-Git URL. - - - - - c7077f53 by Bas Couwenberg at 2021-10-25T16:10:32+02:00 New upstream version 3.3.3~rc1 - - - - - a27aef92 by Bas Couwenberg at 2021-10-25T16:10:33+02:00 Update upstream source from tag 'upstream/3.3.3_rc1' Update to upstream version '3.3.3~rc1' with Debian dir 16cf3ebabc12608875456db136dec675ee34c339 - - - - - 9f863011 by Bas Couwenberg at 2021-10-25T16:11:20+02:00 New upstream release candidate. - - - - - ebcaa87e by Bas Couwenberg at 2021-10-25T16:11:46+02:00 Set distribution to experimental. - - - - - 6 changed files: - VERSION - debian/changelog - − debian/compat - debian/control - debian/lintian-overrides - debian/watch Changes: ===================================== VERSION ===================================== @@ -1 +1 @@ -3.3.2 +3.3.3 ===================================== debian/changelog ===================================== @@ -1,3 +1,26 @@ +libgdal-grass (3.3.3~rc1-1~exp1) experimental; urgency=medium + + * New upstream release candidate. + + -- Bas Couwenberg <[email protected]> Mon, 25 Oct 2021 16:11:34 +0200 + +libgdal-grass (3.3.2-2) unstable; urgency=medium + + * Bump debhelper compat to 12, no changes. + * Update packaging for GRASS 7.8.6. + * Update lintian overrides. + + -- Bas Couwenberg <[email protected]> Sun, 10 Oct 2021 17:00:19 +0200 + +libgdal-grass (3.3.2-1) unstable; urgency=medium + + * New upstream release. + * Bump Standards-Version to 4.6.0, no changes. + * Update watch file to handle pre-releases in dirversion. + * Move from experimental to unstable. + + -- Bas Couwenberg <[email protected]> Tue, 07 Sep 2021 13:28:26 +0200 + libgdal-grass (3.3.2~rc3-1~exp1) experimental; urgency=medium * New upstream release candidate. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -4,14 +4,14 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Bas Couwenberg <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10~), - grass (>= 7.8.5), - grass-dev (>= 7.8.5), - libgdal-dev (>= 3.3.2~), +Build-Depends: debhelper-compat (= 12), + grass (>= 7.8.6), + grass-dev (>= 7.8.6), + libgdal-dev (>= 3.3.3~), libpq-dev, lsb-release, pkg-config -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/gdal-grass Vcs-Git: https://salsa.debian.org/debian-gis-team/gdal-grass.git -b experimental Homepage: http://www.gdal.org/ ===================================== debian/lintian-overrides ===================================== @@ -1,4 +1,4 @@ # The run path has been added to get GRASS internal library -custom-library-search-path usr/lib/gdalplugins/gdal_GRASS.so /usr/lib/grass*/lib -custom-library-search-path usr/lib/gdalplugins/ogr_GRASS.so /usr/lib/grass*/lib +custom-library-search-path usr/lib/gdalplugins/gdal_GRASS.so RUNPATH usr/lib/grass*/lib/ +custom-library-search-path usr/lib/gdalplugins/ogr_GRASS.so RUNPATH usr/lib/grass*/lib/ ===================================== debian/watch ===================================== @@ -1,6 +1,7 @@ version=4 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ -uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \ -https://download.osgeo.org/gdal/(\d+\.\d+\.\d+)/ \ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\ +dirversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \ +https://download.osgeo.org/gdal/(\d+\.\d+\.\d+\w*)/ \ (?:|.*/)gdal(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/compare/8b09e01bbe8482b5b6a084dd6b3453b58f85c549...ebcaa87e623bceead61b2f3e40574102ba0fe13c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/compare/8b09e01bbe8482b5b6a084dd6b3453b58f85c549...ebcaa87e623bceead61b2f3e40574102ba0fe13c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
