Your message dated Sun, 26 Apr 2020 17:27:00 +0200
with message-id <20200426152700.GA10728@chou>
and subject line Re: Bug#887313: stretch-pu: package python-nmea2/1.5.1-1+deb9u1
has caused the Debian Bug report #887313,
regarding stretch-pu: package python-nmea2/1.5.1-1+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.)
--
887313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887313
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu
Let's fix the python3 dependencies, #867444
$ debdiff python3-nmea2_1.5.1-1_all.deb python3-nmea2_1.5.1-1+deb9u1_all.deb
File lists identical (after any substitutions)
Control files: lines which differ (wdiff format)
------------------------------------------------
{+Depends: python3:any (>= 3.3.2-2~)+}
Version: [-1.5.1-1-] {+1.5.1-1+deb9u1+}
Andreas
diff -Nru python-nmea2-1.5.1/debian/changelog
python-nmea2-1.5.1/debian/changelog
--- python-nmea2-1.5.1/debian/changelog 2015-12-28 14:57:41.000000000 +0100
+++ python-nmea2-1.5.1/debian/changelog 2018-01-14 21:39:18.000000000 +0100
@@ -1,3 +1,14 @@
+python-nmea2 (1.5.1-1+deb9u1) stretch; urgency=medium
+
+ [ Andreas Beckmann ]
+ * Non-maintainer upload.
+ * Backport fix from 1.8.0-1 to stretch.
+
+ [ Ulises Vitulli ]
+ * Fix missing deps (Closes: #867444).
+
+ -- Andreas Beckmann <[email protected]> Sun, 14 Jan 2018 21:39:18 +0100
+
python-nmea2 (1.5.1-1) unstable; urgency=medium
* Initial release (Closes: #809223).
diff -Nru python-nmea2-1.5.1/debian/control python-nmea2-1.5.1/debian/control
--- python-nmea2-1.5.1/debian/control 2015-12-28 15:34:46.000000000 +0100
+++ python-nmea2-1.5.1/debian/control 2018-01-14 21:38:28.000000000 +0100
@@ -22,7 +22,7 @@
Package: python3-nmea2
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
Description: Python library for the NMEA 0183 protocol
A Python Library for the NMEA 0183 protocol
.
--- End Message ---
--- Begin Message ---
On Sun, Jan 14, 2018 at 09:51:12PM +0100, Andreas Beckmann wrote:
> Package: release.debian.org
> Severity: normal
> Tags: stretch
> User: [email protected]
> Usertags: pu
>
> Let's fix the python3 dependencies, #867444
>
> $ debdiff python3-nmea2_1.5.1-1_all.deb python3-nmea2_1.5.1-1+deb9u1_all.deb
> File lists identical (after any substitutions)
>
> Control files: lines which differ (wdiff format)
> ------------------------------------------------
> {+Depends: python3:any (>= 3.3.2-2~)+}
> Version: [-1.5.1-1-] {+1.5.1-1+deb9u1+}
>
As with certifi, closing as wontfix for stretch.
Cheers,
Julien
--- End Message ---