Skip to content
Commits on Source (2)
geolinks (0.2.0-4) UNRELEASED; urgency=medium
geolinks (0.2.0-4) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.4.0, no changes.
* Drop autopkgtests to test installability & module import.
* Add lintian override for testsuite-autopkgtest-missing.
* Update gbp.conf to use --source-only-changes by default.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Sat, 04 Aug 2018 12:00:15 +0200
-- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jul 2019 10:48:44 +0200
geolinks (0.2.0-3) unstable; urgency=medium
......
......@@ -6,8 +6,6 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-setuptools,
python-all,
python3-setuptools,
python3-all,
Standards-Version: 4.4.0
......@@ -15,17 +13,6 @@ Vcs-Browser: https://salsa.debian.org/debian-gis-team/geolinks
Vcs-Git: https://salsa.debian.org/debian-gis-team/geolinks.git
Homepage: https://github.com/geopython/geolinks
Package: python-geolinks
Architecture: all
Depends: ${python:Depends},
${misc:Depends}
Description: Python 2 Library for using geospatial links (catalogue interoperablity)
This package is a utility library to work with geospatial links.
It is an implementation of the Cat-Interop work described at
https://wiki.osgeo.org/wiki/Cat-Interop
.
This package provides the Python 2 version of the library.
Package: python3-geolinks
Architecture: all
Depends: ${python3:Depends},
......
......@@ -4,4 +4,4 @@
export PYBUILD_NAME=geolinks
%:
dh $@ --with python2,python3 --buildsystem pybuild
dh $@ --with python3 --buildsystem pybuild