--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: pyqso@packages.debian.org
Control: affects -1 + src:pyqso
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package pyqso.
[ Reason ]
Fix missing (runtime) dependency on python3 telnetlib. (Closes: #1109511)
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock pyqso/1.1.0-9
Thanks,
Christoph
$ debdiff pyqso_1.1.0-8.dsc pyqso_1.1.0-9.dsc
Control files: lines which differ (wdiff format)
------------------------------------------------
{+python3-zombie-telnetlib,+}
diff -Nru pyqso-1.1.0/debian/changelog pyqso-1.1.0/debian/changelog
--- pyqso-1.1.0/debian/changelog 2025-02-04 22:06:13.000000000 +0100
+++ pyqso-1.1.0/debian/changelog 2025-07-19 14:10:57.000000000 +0200
@@ -1,3 +1,10 @@
+pyqso (1.1.0-9) unstable; urgency=medium
+
+ [ Enrico Rossi ]
+ * Fix missing dependency on python3 telnetlib. (Closes: #1109511)
+
+ -- Christoph Berg <myon@debian.org> Sat, 19 Jul 2025 14:10:57 +0200
+
pyqso (1.1.0-8) unstable; urgency=medium
* Import patches from the fork on https://github.com/tomswartz07/pyqso.
diff -Nru pyqso-1.1.0/debian/control pyqso-1.1.0/debian/control
--- pyqso-1.1.0/debian/control 2024-12-23 19:12:04.000000000 +0100
+++ pyqso-1.1.0/debian/control 2025-07-19 14:10:37.000000000 +0200
@@ -25,6 +25,7 @@
python3-gi-cairo,
python3-numpy,
python3-matplotlib,
+ python3-zombie-telnetlib,
libjs-jquery,
libjs-underscore
Recommends: python3-cartopy,
--- End Message ---