Control: tags -1 + patch

Looking at flent's packaging and the upstream dependency on PyQt5, the only needed change appears to be updating the Recommends for the GUI package to python3-qtpy-pyqt5.

A trivial patch to do this attached. flent maintainers - Julian or I can upload this for you if you'd like, or you may feel it's actually less work to just apply it in git and upload yourself. Please let us know!

--
Stuart Prescott   http://www.nanonanonano.net/ stu...@nanonanonano.net
Debian Developer  http://www.debian.org/       stu...@debian.org
GPG fingerprint   90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7
diff --git a/debian/changelog b/debian/changelog
index 52f7f14..76505fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+flent (2.2.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Update qtpy Recommends to be python3-qtpy-pyqt5 (Closes: #1089971).
+
+ -- Stuart Prescott <stu...@debian.org>  Tue, 07 Jan 2025 15:48:41 +1100
+
 flent (2.2.0-1) unstable; urgency=medium
 
   * Upstream release v2.2.0 (Closes: #1080274)
diff --git a/debian/control b/debian/control
index 2a19e2a..2840b68 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Vcs-Git: https://salsa.debian.org/ineteng-team/flent.git
 Package: flent
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
-Recommends: python3-matplotlib, python3-qtpy, fping | ping, irtt
+Recommends: python3-matplotlib, python3-qtpy-pyqt5, fping | ping, irtt
 Suggests: netperf (>= 2.6.0)
 Description: FLExible Network Tester for bufferbloat testing and more
  The FLExible Network Tester: Python wrapper to run multiple simultaneous

Reply via email to