• Bug#1109987: unblock: raysession/0.14.4-3

    From Bastian Germann@21:1/5 to All on Sun Jul 27 19:30:01 2025
    XPost: linux.debian.devel.release

    This is a multi-part MIME message sent by reportbug.


    Package: release.debian.org
    Severity: normal
    X-Debbugs-Cc: [email protected]
    Control: affects -1 + src:raysession
    User: [email protected]
    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 <[email protected]> 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 <[email protected]>
    +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/Hou