[Git][debian-gis-team/mapnik-vector-tile][master] 2 commits: Switch to Python 3. (closes: #936991)
Bas Couwenberg
gitlab at salsa.debian.org
Fri Aug 30 10:15:10 BST 2019
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 <sebastic at debian.org> Sun, 07 Jul 2019 08:39:49 +0200
+ -- Bas Couwenberg <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190830/3cf2ef8c/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list