Bas Couwenberg pushed to branch master at Debian GIS Project / geolinks
Commits: 2a8d724c by Bas Couwenberg at 2019-07-21T08:51:47Z Drop Python 2 support. - - - - - 0611257f by Bas Couwenberg at 2019-07-21T08:51:47Z Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,13 @@ -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 <[email protected]> Sat, 04 Aug 2018 12:00:15 +0200 + -- Bas Couwenberg <[email protected]> Sun, 21 Jul 2019 10:48:44 +0200 geolinks (0.2.0-3) unstable; urgency=medium ===================================== debian/control ===================================== @@ -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 ===================================== @@ -4,4 +4,4 @@ export PYBUILD_NAME=geolinks %: - dh $@ --with python2,python3 --buildsystem pybuild + dh $@ --with python3 --buildsystem pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/compare/e4407ad8d446113e06bb90d83333b6b9ea4055c5...0611257f99e468835aa6a8ff4febd29ea2cf42f2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/compare/e4407ad8d446113e06bb90d83333b6b9ea4055c5...0611257f99e468835aa6a8ff4febd29ea2cf42f2 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
