Bug#1101062: bookworm-pu: package qpwgraph/0.3.9-1
Package: release.debian.org
Severity: normal
Tags: bookworm
X-Debbugs-Cc: qpwgraph@packages.debian.org, obbardc@debian.org
Control: affects -1 + src:qpwgraph
User: release.debian.org@packages.debian.org
Usertags: pu
[ Reason ]
This update fixes a bug in stable where the app's icon appears
in the menubar, but instead of the app's icon, a placeholder
icon appears. This was originally reported in bug #1091998
and is fixed in unstable.
Please find attached a debdiff showing the proposed changes.
[ Impact ]
The impact of not including this is low; but visually
unappealing.
[ Tests ]
Not relevant.
[ Risks ]
Just introduces a dependency; little risk.
[ 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 (old)stable
[x] the issue is verified as fixed in unstable
[ Changes ]
Add libqt6svg6 to Depends of qpwgraph.
[ Other info ]
Nothing else!
diff -Nru qpwgraph-0.3.9/debian/changelog qpwgraph-0.3.9/debian/changelog
--- qpwgraph-0.3.9/debian/changelog 2023-01-31 09:57:42.000000000 +0000
+++ qpwgraph-0.3.9/debian/changelog 2025-03-22 19:05:58.000000000 +0000
@@ -1,3 +1,9 @@
+qpwgraph (0.3.9-2) bookworm; urgency=medium
+
+ * d/control: Add libqt6svg6 to depends
+
+ -- Christopher Obbard <obbardc@debian.org> Sat, 22 Mar 2025 19:05:58 +0000
+
qpwgraph (0.3.9-1) unstable; urgency=medium
[ Dennis Braun ]
diff -Nru qpwgraph-0.3.9/debian/control qpwgraph-0.3.9/debian/control
--- qpwgraph-0.3.9/debian/control 2023-01-31 09:57:42.000000000 +0000
+++ qpwgraph-0.3.9/debian/control 2025-03-22 19:05:58.000000000 +0000
@@ -21,7 +21,8 @@
Package: qpwgraph
Architecture: any
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libqt6svg6
Description: User interface for controlling the PipeWire Graph
qpwgraph is a graph manager dedicated to PipeWire (https://pipewire.org),
using the Qt C++ framework (https://qt.io), based and pretty much like the
Reply to: