Bas Couwenberg pushed to branch master at Debian GIS Project / nik4
Commits: e9ffbe6d by Bas Couwenberg at 2019-07-21T06:23:04Z Switch to Python 3. - - - - - 16f0e759 by Bas Couwenberg at 2019-07-21T06:23:49Z Set distribution to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - − debian/lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,12 @@ -nik4 (1.6-6) UNRELEASED; urgency=medium +nik4 (1.6-6) unstable; urgency=medium * Bump Standards-Version to 4.4.0, no changes. * Update watch file to limit matches to archive path. * Remove package name from lintian overrides. * Update gbp.conf to use --source-only-changes by default. + * Switch to Python 3. - -- Bas Couwenberg <[email protected]> Sun, 05 Aug 2018 20:34:51 +0200 + -- Bas Couwenberg <[email protected]> Sun, 21 Jul 2019 08:23:41 +0200 nik4 (1.6-5) unstable; urgency=medium ===================================== debian/control ===================================== @@ -5,8 +5,8 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Bas Couwenberg <[email protected]> Build-Depends: debhelper (>= 9), dh-python, - python-all-dev, - python-mapnik, + python3-all-dev, + python3-mapnik, docbook2x, docbook-xsl, docbook-xml, @@ -18,7 +18,7 @@ Homepage: https://github.com/Zverik/Nik4 Package: nik4 Architecture: any -Depends: ${python:Depends}, +Depends: ${python3:Depends}, ${misc:Depends} Suggests: openstreetmap-carto Description: Mapnik to image export ===================================== debian/lintian-overrides deleted ===================================== @@ -1,3 +0,0 @@ -# Will switch to Python 3 in 2020 -dependency-on-python-version-marked-for-end-of-life (Depends: python) - ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ BUILD_DATE=$(shell LC_ALL=C date -u "+%d %B %Y" -d "@$(SOURCE_DATE_EPOCH)") MANPAGES := $(wildcard debian/man/*.*.xml) %: - dh $@ --buildsystem=pybuild --with python2 --parallel + dh $@ --buildsystem=pybuild --with python3 --parallel override_dh_auto_build: # Create man page from DocBook XML View it on GitLab: https://salsa.debian.org/debian-gis-team/nik4/compare/83bb653c7467c37d5599447859badf3e97f2021c...16f0e759437437d15b04c0176e1090c7b5f804d5 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/nik4/compare/83bb653c7467c37d5599447859badf3e97f2021c...16f0e759437437d15b04c0176e1090c7b5f804d5 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
