Your message dated Sat, 14 Jul 2018 11:21:20 +0100
with message-id <[email protected]>
and subject line Closing bugs for updates included in 9.5
has caused the Debian Bug report #902326,
regarding stretch-pu: package fastkml/0.11-2~deb9u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
902326: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902326
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
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 <[email protected]> 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 <[email protected]> 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 <[email protected]>
Uploaders: Debian Python Modules Team
<[email protected]>
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 <[email protected]>
+Copyright: 2015-2018 Sandro Tosi <[email protected]>
License: LGPL-2.1+
--- End Message ---
--- Begin Message ---
Version: 9.5
Hi,
The update referenced by each of these bugs was included in this
morning's stretch point release.
Regards,
Adam
--- End Message ---