Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Switch to Python 3. (closes: #936991)
· 658582fe
Bas Couwenberg
authored
Aug 30, 2019
658582fe
Set distribution to unstable.
· 34cba445
Bas Couwenberg
authored
Aug 30, 2019
34cba445
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
34cba445
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@debian.org>
Sun, 07 Jul 2019 08:39:49
+0200
-- Bas Couwenberg <sebastic@debian.org>
Fri, 30 Aug 2019 11:00:14
+0200
mapnik-vector-tile (1.6.1+dfsg-7) unstable; urgency=medium
...
...
debian/control
View file @
34cba445
...
...
@@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 9),
libprotobuf-dev,
libprotozero-dev (>= 1.5.1),
protobuf-compiler,
python-all,
python-gdal
python
3
-all,
python
3
-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
View file @
34cba445
#!/usr/bin/
env
python
#!/usr/bin/python
3
try
:
from
osgeo
import
gdal
...
...
debian/rules
View file @
34cba445
...
...
@@ -24,7 +24,7 @@ override_dh_auto_build:
override_dh_auto_test
:
ifeq
(,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
python debian/create-raster.py
python
3
debian/create-raster.py
dh_auto_test
||
echo
"Ignoring test failures"
endif
...
...