--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: raysession@packages.debian.org
Control: affects -1 + src:raysession
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package raysession
[ Reason ]
RC bug #1109249.
[ Impact ]
Program terminates without the declared necessary dependencies.
[ Tests ]
Start one of the ray-* progams.
[ Risks ]
None, patched out code is unused.
[ 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 raysession/0.14.4-3
diff -Nru raysession-0.14.4/debian/changelog raysession-0.14.4/debian/changelog
--- raysession-0.14.4/debian/changelog 2025-04-05 02:07:47.000000000 +0200
+++ raysession-0.14.4/debian/changelog 2025-07-27 19:02:32.000000000 +0200
@@ -1,3 +1,10 @@
+raysession (0.14.4-3) unstable; urgency=medium
+
+ * Team upload
+ * Drop unused cgitb import (Closes: #1109249)
+
+ -- Bastian Germann <bage@debian.org> Sun, 27 Jul 2025 19:02:32 +0200
+
raysession (0.14.4-2) unstable; urgency=medium
* Team upload
diff -Nru raysession-0.14.4/debian/patches/0001-Drop-unused-cgitb-import.patch raysession-0.14.4/debian/patches/0001-Drop-unused-cgitb-import.patch
--- raysession-0.14.4/debian/patches/0001-Drop-unused-cgitb-import.patch 1970-01-01 01:00:00.000000000 +0100
+++ raysession-0.14.4/debian/patches/0001-Drop-unused-cgitb-import.patch 2025-07-27 19:00:54.000000000 +0200
@@ -0,0 +1,18 @@
+From: Bastian Germann <bage@debian.org>
+Date: Sun, 27 Jul 2025 18:59:45 +0200
+Forwarded: not-needed
+Subject: Drop unused cgitb import
+
+Upstream has this as part of
+https://github.com/Houston4444/HoustonPatchbay/commit/383576472842e050261c65f4c3d4939f29475ffa
+---
+--- a/HoustonPatchbay/patchbay/patchcanvas/portgroup_widget.py
++++ b/HoustonPatchbay/patchbay/patchcanvas/portgroup_widget.py
+@@ -19,7 +19,6 @@
+
+
+ # Imports (Global)
+-from cgitb import text
+ import logging
+ from math import floor
+ from typing import TYPE_CHECKING
diff -Nru raysession-0.14.4/debian/patches/series raysession-0.14.4/debian/patches/series
--- raysession-0.14.4/debian/patches/series 2025-04-05 02:07:47.000000000 +0200
+++ raysession-0.14.4/debian/patches/series 2025-07-27 19:01:18.000000000 +0200
@@ -1,2 +1,3 @@
+0001-Drop-unused-cgitb-import.patch
0003-do-not-compile.patch
0004-fix-symlinks-and-use-system-fonts.patch
--- End Message ---