Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Switch to Python 3.
· e9ffbe6d
Bas Couwenberg
authored
Jul 21, 2019
e9ffbe6d
Set distribution to unstable.
· 16f0e759
Bas Couwenberg
authored
Jul 21, 2019
16f0e759
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
16f0e759
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@debian.org> Sun,
05 Aug 2018 20:34:5
1 +0200
-- Bas Couwenberg <sebastic@debian.org> Sun,
21 Jul 2019 08:23:4
1 +0200
nik4 (1.6-5) unstable; urgency=medium
...
...
debian/control
View file @
16f0e759
...
...
@@ -5,8 +5,8 @@ Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all-dev,
python-mapnik,
python
3
-all-dev,
python
3
-mapnik,
docbook2x,
docbook-xsl,
docbook-xml,
...
...
@@ -18,7 +18,7 @@ Homepage: https://github.com/Zverik/Nik4
Package: nik4
Architecture: any
Depends: ${python:Depends},
Depends: ${python
3
:Depends},
${misc:Depends}
Suggests: openstreetmap-carto
Description: Mapnik to image export
...
...
debian/lintian-overrides
deleted
100644 → 0
View file @
83bb653c
# Will switch to Python 3 in 2020
dependency-on-python-version-marked-for-end-of-life (Depends: python)
debian/rules
View file @
16f0e759
...
...
@@ -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 python
2
--parallel
dh $@ --buildsystem=pybuild --with python
3
--parallel
override_dh_auto_build:
# Create man page from DocBook XML
...
...