Bas Couwenberg pushed to branch master at Debian GIS Project / mapnik-vector-tile
Commits: 658582fe by Bas Couwenberg at 2019-08-30T09:00:12Z Switch to Python 3. (closes: #936991) - - - - - 34cba445 by Bas Couwenberg at 2019-08-30T09:00:29Z Set distribution to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - debian/create-raster.py - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,12 @@ -mapnik-vector-tile (1.6.1+dfsg-8) UNRELEASED; urgency=medium +mapnik-vector-tile (1.6.1+dfsg-8) unstable; urgency=medium + * Team upload. * Update gbp.conf to use --source-only-changes by default. * Bump Standards-Version to 4.4.0, no changes. + * Switch to Python 3. + (closes: #936991) - -- Bas Couwenberg <[email protected]> Sun, 07 Jul 2019 08:39:49 +0200 + -- Bas Couwenberg <[email protected]> Fri, 30 Aug 2019 11:00:14 +0200 mapnik-vector-tile (1.6.1+dfsg-7) unstable; urgency=medium ===================================== debian/control ===================================== @@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 9), libprotobuf-dev, libprotozero-dev (>= 1.5.1), protobuf-compiler, - python-all, - python-gdal + python3-all, + python3-gdal Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/mapnik-vector-tile Vcs-Git: https://salsa.debian.org/debian-gis-team/mapnik-vector-tile.git ===================================== debian/create-raster.py ===================================== @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 try: from osgeo import gdal ===================================== debian/rules ===================================== @@ -24,7 +24,7 @@ override_dh_auto_build: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - python debian/create-raster.py + python3 debian/create-raster.py dh_auto_test || echo "Ignoring test failures" endif View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik-vector-tile/compare/216743e125f8138229222ef5f10d44a6d60ad953...34cba445a60c792daf344b8c19ed799b21bea9cf -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik-vector-tile/compare/216743e125f8138229222ef5f10d44a6d60ad953...34cba445a60c792daf344b8c19ed799b21bea9cf 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
