Your message dated Wed, 21 May 2025 19:50:26 +0000
with message-id <e1uhpsm-005vkp...@respighi.debian.org>
and subject line unblock sonata
has caused the Debian Bug report #1106213,
regarding unblock: sonata/1.7.1-2
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 ow...@bugs.debian.org
immediately.)
--
1106213: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106213
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: son...@packages.debian.org
Control: affects -1 + src:sonata
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package sonata.
[ Reason ]
Add a missing dependency (#1102610)
[ Impact ]
If not unblocked, sonata will fail to run unless the user has
python3-pkg-resources installed for some other reason, most likely
software-properties-common
[ Tests ]
Manual test of GUI, still works
[ Risks ]
Low risk, trivial change to the packaging metadata
[ 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 sonata/1.7.1-2
diffstat for sonata-1.7.1 sonata-1.7.1
changelog | 6 ++++++
control | 1 +
2 files changed, 7 insertions(+)
diff -Nru sonata-1.7.1/debian/changelog sonata-1.7.1/debian/changelog
--- sonata-1.7.1/debian/changelog 2025-05-02 11:13:27.000000000 +0100
+++ sonata-1.7.1/debian/changelog 2025-05-21 10:57:06.000000000 +0100
@@ -1,3 +1,9 @@
+sonata (1.7.1-2) unstable; urgency=medium
+
+ * d/control: Add missing dependency on pkg_resources (Closes: #1102610)
+
+ -- Simon McVittie <s...@debian.org> Wed, 21 May 2025 10:57:06 +0100
+
sonata (1.7.1-1) unstable; urgency=medium
* New upstream release
diff -Nru sonata-1.7.1/debian/control sonata-1.7.1/debian/control
--- sonata-1.7.1/debian/control 2025-05-02 11:13:27.000000000 +0100
+++ sonata-1.7.1/debian/control 2025-05-21 10:57:06.000000000 +0100
@@ -36,6 +36,7 @@
python3-dbus,
python3-gi,
python3-mpd (>= 2.0),
+ python3-pkg-resources,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---