Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop Python 2 support.
· 2a8d724c
Bas Couwenberg
authored
Jul 21, 2019
2a8d724c
Set distribution to unstable.
· 0611257f
Bas Couwenberg
authored
Jul 21, 2019
0611257f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0611257f
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> S
at, 04 Aug
201
8
1
2:00:15
+0200
-- Bas Couwenberg <sebastic@debian.org> S
un, 21 Jul
201
9
1
0:48:44
+0200
geolinks (0.2.0-3) unstable; urgency=medium
...
...
debian/control
View file @
0611257f
...
...
@@ -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},
...
...
debian/rules
View file @
0611257f
...
...
@@ -4,4 +4,4 @@
export
PYBUILD_NAME
=
geolinks
%
:
dh
$@
--with
python2,
python3
--buildsystem
pybuild
dh
$@
--with
python3
--buildsystem
pybuild