diff -Nru fastkml-0.11/debian/changelog fastkml-0.11/debian/changelog --- fastkml-0.11/debian/changelog 2015-12-28 13:54:32.000000000 +0000 +++ fastkml-0.11/debian/changelog 2018-04-27 03:11:52.000000000 +0000 @@ -1,3 +1,21 @@ +fastkml (0.11-2) unstable; urgency=medium + + [ Ondřej Nový ] + * Fixed VCS URL (https) + + [ Edward Betts ] + * debian/control: fix spelling mistake in description + * d/control: Set Vcs-* to salsa.debian.org + + [ Sandro Tosi ] + * debian/control + - add pkg-resources to binary packages Depends; Closes: #896393, #896232 + - bump Standards-Version to 4.1.4 (no changes needed) + * debian/copyright + - extend packaging copyright years + + -- Sandro Tosi Thu, 26 Apr 2018 23:11:52 -0400 + fastkml (0.11-1) unstable; urgency=low * Initial release (Closes: #809004) diff -Nru fastkml-0.11/debian/control fastkml-0.11/debian/control --- fastkml-0.11/debian/control 2015-12-28 13:54:32.000000000 +0000 +++ fastkml-0.11/debian/control 2018-04-27 03:11:52.000000000 +0000 @@ -4,27 +4,27 @@ Maintainer: Sandro Tosi Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools, python-pygeoif, python3-pygeoif -Standards-Version: 3.9.6 +Standards-Version: 4.1.4 Homepage: https://github.com/cleder/fastkml -Vcs-Git: git://anonscm.debian.org/python-modules/packages/fastkml.git -Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/fastkml.git +Vcs-Git: https://salsa.debian.org/python-team/modules/fastkml.git +Vcs-Browser: https://salsa.debian.org/python-team/modules/fastkml Package: python-fastkml Architecture: all -Depends: ${python:Depends}, ${misc:Depends} +Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources Description: fast KML processing Fastkml is a library to read, write and manipulate KML files. It aims to keep it simple and fast (using lxml if available). Fast refers to the time you spend to write and read KML files as well as the time you spend to get - aquainted to the library or to create KML objects. + acquainted to the library or to create KML objects. Package: python3-fastkml Architecture: all -Depends: ${python3:Depends}, ${misc:Depends} +Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources Description: fast KML processing (Python 3) Fastkml is a library to read, write and manipulate KML files. It aims to keep it simple and fast (using lxml if available). Fast refers to the time you spend to write and read KML files as well as the time you spend to get - aquainted to the library or to create KML objects. + acquainted to the library or to create KML objects. . This package contains the Python 3 version of fastkml . diff -Nru fastkml-0.11/debian/copyright fastkml-0.11/debian/copyright --- fastkml-0.11/debian/copyright 2015-12-28 13:54:32.000000000 +0000 +++ fastkml-0.11/debian/copyright 2018-04-27 03:11:52.000000000 +0000 @@ -25,5 +25,5 @@ Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". Files: debian/* -Copyright: 2015 Sandro Tosi +Copyright: 2015-2018 Sandro Tosi License: LGPL-2.1+