[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#902326: stretch-pu: package fastkml/0.11-2~deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

let's fix the missing dependencies on pkg-resources in stretch, too.
(#896393, #896232).
This is a rebuild of the package in sid with no further changes needed.
The package in sid itself comes with some metadata updates (Vcs-*,
typos, copyright, Standards-Version, ...) that do not affect the
package build process.

The package has already been uploaded.


Andreas
diff -Nru fastkml-0.11/debian/changelog fastkml-0.11/debian/changelog
--- fastkml-0.11/debian/changelog	2015-12-28 14:54:32.000000000 +0100
+++ fastkml-0.11/debian/changelog	2018-06-25 03:26:49.000000000 +0200
@@ -1,3 +1,28 @@
+fastkml (0.11-2~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload with maintainer approval.
+  * Rebuild for stretch.
+
+ -- Andreas Beckmann <anbe@debian.org>  Mon, 25 Jun 2018 03:26:49 +0200
+
+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 <morph@debian.org>  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 14:54:32.000000000 +0100
+++ fastkml-0.11/debian/control	2018-04-27 05:11:52.000000000 +0200
@@ -4,27 +4,27 @@
 Maintainer: Sandro Tosi <morph@debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 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 14:54:32.000000000 +0100
+++ fastkml-0.11/debian/copyright	2018-04-27 05:11:52.000000000 +0200
@@ -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 <morph@debian.org>
+Copyright: 2015-2018 Sandro Tosi <morph@debian.org>
 License: LGPL-2.1+

Reply to: