[Git][debian-gis-team/nik4][master] 2 commits: Switch to Python 3.
Bas Couwenberg
gitlab at salsa.debian.org
Sun Jul 21 07:32:56 BST 2019
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 <sebastic at debian.org> Sun, 05 Aug 2018 20:34:51 +0200
+ -- Bas Couwenberg <sebastic at debian.org> 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 <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190721/dd8cffaa/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list