--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: tktray@packages.debian.org
Control: affects -1 + src:tktray
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package tktray
[ Reason ]
The new package fixes a trivial but annoying bug with the
package dependencies (see [1]).
[ Impact ]
Currently, the tk-tktray package depends both on tk AND tk9.0
instead of tk OR tk9.0.
It means that on upgrade from bookworm to trixie it will pull
tl9.0 which is not necessary for almost all users at the moment
(tk9.0 is still in the stage where it's to be used by those who
know what they are doing).
[ Tests ]
Piuparts show the desired changes on upgrade. The version in trixie
pulls tk9, as in [2], the version in sid does not, as in [3].
[ Risks ]
The change is trivial, I don't expect any breackage caused by it.
[ Checklist ]
[+] all changes are documented in the d/changelog
[+] I reviewed all changes and I approve them
[+] attach debdiff against the package in testing
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104975
[2] https://piuparts.debian.org/trixie/pass/tk-tktray_1.3.9-5.log
[3] https://piuparts.debian.org/sid/pass/tk-tktray_1.3.9-6.log
unblock tktray/1.3.9-6
diff -Nru tktray-1.3.9/debian/changelog tktray-1.3.9/debian/changelog
--- tktray-1.3.9/debian/changelog 2025-03-22 15:47:13.000000000 +0300
+++ tktray-1.3.9/debian/changelog 2025-05-09 12:58:24.000000000 +0300
@@ -1,3 +1,9 @@
+tktray (1.3.9-6) unstable; urgency=medium
+
+ * Fix alternative dependencies on tk and tk9.0 (closes: #1104975).
+
+ -- Sergei Golovan <sgolovan@debian.org> Fri, 09 May 2025 12:58:24 +0300
+
tktray (1.3.9-5) unstable; urgency=medium
* Add a patch with newer tclconfig.
diff -Nru tktray-1.3.9/debian/control tktray-1.3.9/debian/control
--- tktray-1.3.9/debian/control 2025-03-22 15:47:13.000000000 +0300
+++ tktray-1.3.9/debian/control 2025-05-09 12:58:24.000000000 +0300
@@ -9,7 +9,7 @@
Package: tk-tktray
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tk, tk9.0
+Depends: ${shlibs:Depends}, ${misc:Depends}, tk8.6 | tk9.0
Provides: tktray, tk8.6-tktray (= ${binary:Version}), tk9.0-tktray (= ${binary:Version})
Replaces: tktray
Conflicts: tktray
--- End Message ---