Your message dated Sat, 15 Nov 2025 11:21:45 +0000 with message-id <736c7150dc08501cc89945035c406eaf9688e144.camel@adam-barratt.org.uk> and subject line Closing requests for updates included in 13.2 has caused the Debian Bug report #1118674, regarding trixie-pu: package lnav/0.12.4-1+deb13u1 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 owner@bugs.debian.org immediately.) -- 1118674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1118674 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: trixie-pu: package lnav/0.12.4-1+deb13u1
- From: Salvatore Bonaccorso <carnil@debian.org>
- Date: Thu, 23 Oct 2025 21:36:16 +0200
- Message-id: <176124817658.2448584.260067922226540383.reportbug@elende.valinor.li>
Package: release.debian.org Severity: normal Tags: trixie X-Debbugs-Cc: lnav@packages.debian.org, Victor Seva <linuxmaniac@torreviejawireless.org>, carnil@debian.org Control: affects -1 + src:lnav User: release.debian.org@packages.debian.org Usertags: pu Hi Stable release managers, [ Reason ] When run inside a tmux session, lnav is not working and fails with ✘ error: unable to open TUI reason: unable to initialize notcurses Success = help: The TERM value of “tmux-256color” is not known. Check for your terminal in https://github.com/dankamongmen/notcurses/blob/master/TERMINALS.md or use “xterm-256color” The upstream change to address this problem is https://github.com/tstack/lnav/commit/5e0bfa483714f05397265a690960d23ae22e1838 [ Impact ] User cannot use lnav inside a tmux session. [ Tests ] A manual test of running lnav inside tmux. [ Risks ] Cherry-pick upstream change which is isolated to address this issue and to handle nocurses failure to set color registers from tmux. [ 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 Regards, Salvatorediff -Nru lnav-0.12.4/debian/changelog lnav-0.12.4/debian/changelog --- lnav-0.12.4/debian/changelog 2025-03-23 20:37:34.000000000 +0100 +++ lnav-0.12.4/debian/changelog 2025-10-23 21:06:37.000000000 +0200 @@ -1,3 +1,9 @@ +lnav (0.12.4-1+deb13u1) trixie; urgency=medium + + * [notcurses] handle failure to set cregs from tmux (Closes: #1109004) + + -- Salvatore Bonaccorso <carnil@debian.org> Thu, 23 Oct 2025 21:06:37 +0200 + lnav (0.12.4-1) unstable; urgency=medium * Upload to unstable diff -Nru lnav-0.12.4/debian/patches/notcurses-handle-failure-to-set-cregs-from-tmux.patch lnav-0.12.4/debian/patches/notcurses-handle-failure-to-set-cregs-from-tmux.patch --- lnav-0.12.4/debian/patches/notcurses-handle-failure-to-set-cregs-from-tmux.patch 1970-01-01 01:00:00.000000000 +0100 +++ lnav-0.12.4/debian/patches/notcurses-handle-failure-to-set-cregs-from-tmux.patch 2025-10-23 21:06:37.000000000 +0200 @@ -0,0 +1,45 @@ +From: Tim Stack <timothyshanestack@gmail.com> +Date: Thu, 20 Feb 2025 20:39:49 -0800 +Subject: [notcurses] handle failure to set cregs from tmux +Origin: https://github.com/tstack/lnav/commit/5e0bfa483714f05397265a690960d23ae22e1838 +Bug: https://github.com/tstack/lnav/issues/1390 +Bug-Debian: https://bugs.debian.org/1109004 + +Related to #1390 +--- + src/third-party/notcurses/src/lib/in.c | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/src/third-party/notcurses/src/lib/in.c b/src/third-party/notcurses/src/lib/in.c +index ae97dd294761..f2f60f10b739 100644 +--- a/src/third-party/notcurses/src/lib/in.c ++++ b/src/third-party/notcurses/src/lib/in.c +@@ -878,7 +878,7 @@ kitty_cb(inputctx* ictx){ + return 2; + } + +-static int ++static int + kitty_cb_atxtn(inputctx* ictx, int n, int with_event){ + uint32_t txt[5]={0}; + unsigned val = amata_next_numeric(&ictx->amata, "\x1b[", ';'); +@@ -1868,7 +1868,7 @@ build_cflow_automaton(inputctx* ictx){ + { "[?1;2S", NULL, }, // negative cregs XTSMGRAPHICS + { "[?1;3S", NULL, }, // negative cregs XTSMGRAPHICS + { "[?1;3;S", NULL, }, // iterm2 negative cregs XTSMGRAPHICS +- { "[?1;3;0S", NULL, }, // negative cregs XTSMGRAPHICS ++ { "[?1;3;\\NS", NULL, }, // negative cregs XTSMGRAPHICS + { "[?2;1S", NULL, }, // negative pixels XTSMGRAPHICS + { "[?2;2S", NULL, }, // negative pixels XTSMGRAPHICS + { "[?2;3S", NULL, }, // negative pixels XTSMGRAPHICS +@@ -1878,6 +1878,7 @@ build_cflow_automaton(inputctx* ictx){ + { "[?7c", da1_cb, }, // CSI ? 7 c ("VT131") + { "[?1;0c", da1_cb, }, // CSI ? 1 ; 0 c ("VT101 with No Options") + { "[?1;2c", da1_cb, }, // CSI ? 1 ; 2 c ("VT100 with Advanced Video Option") ++ { "[?1;2;\\Dc", da1_attrs_cb, }, + { "[?4;6c", da1_cb, }, // CSI ? 4 ; 6 c ("VT132 with Advanced Video and Graphics") + // CSI ? 1 2 ; Ps c ("VT125") + // CSI ? 6 0 ; Ps c (kmscon) +-- +2.50.0 + diff -Nru lnav-0.12.4/debian/patches/series lnav-0.12.4/debian/patches/series --- lnav-0.12.4/debian/patches/series 2025-03-23 20:37:34.000000000 +0100 +++ lnav-0.12.4/debian/patches/series 2025-10-23 21:06:37.000000000 +0200 @@ -11,3 +11,4 @@ disable-test_cmds.patch Add-loongarch64-support.patch disable-test_sql_indexes.patch +notcurses-handle-failure-to-set-cregs-from-tmux.patch
--- End Message ---
--- Begin Message ---
- To: 1110859-done@bugs.debian.org, 1111236-done@bugs.debian.org, 1111733-done@bugs.debian.org, 1111734-done@bugs.debian.org, 1111808-done@bugs.debian.org, 1111819-done@bugs.debian.org, 1112097-done@bugs.debian.org, 1112120-done@bugs.debian.org, 1112256-done@bugs.debian.org, 1112261-done@bugs.debian.org, 1112276-done@bugs.debian.org, 1112282-done@bugs.debian.org, 1112283-done@bugs.debian.org, 1112380-done@bugs.debian.org, 1112479-done@bugs.debian.org, 1112557-done@bugs.debian.org, 1112668-done@bugs.debian.org, 1112671-done@bugs.debian.org, 1113711-done@bugs.debian.org, 1113750-done@bugs.debian.org, 1113757-done@bugs.debian.org, 1113761-done@bugs.debian.org, 1113778-done@bugs.debian.org, 1113799-done@bugs.debian.org, 1113804-done@bugs.debian.org, 1113860-done@bugs.debian.org, 1113882-done@bugs.debian.org, 1113902-done@bugs.debian.org, 1113904-done@bugs.debian.org, 1113961-done@bugs.debian.org, 1113979-done@bugs.debian.org, 1114595-done@bugs.debian.org, 1114684-done@bugs.debian.org, 1114755-done@bugs.debian.org, 1114855-done@bugs.debian.org, 1114929-done@bugs.debian.org, 1114979-done@bugs.debian.org, 1115257-done@bugs.debian.org, 1115486-done@bugs.debian.org, 1115530-done@bugs.debian.org, 1115749-done@bugs.debian.org, 1115815-done@bugs.debian.org, 1115860-done@bugs.debian.org, 1115899-done@bugs.debian.org, 1115914-done@bugs.debian.org, 1116012-done@bugs.debian.org, 1116020-done@bugs.debian.org, 1116040-done@bugs.debian.org, 1116053-done@bugs.debian.org, 1116127-done@bugs.debian.org, 1116196-done@bugs.debian.org, 1116201-done@bugs.debian.org, 1116386-done@bugs.debian.org, 1116523-done@bugs.debian.org, 1116526-done@bugs.debian.org, 1116547-done@bugs.debian.org, 1116575-done@bugs.debian.org, 1116665-done@bugs.debian.org, 1116705-done@bugs.debian.org, 1116938-done@bugs.debian.org, 1116945-done@bugs.debian.org, 1116983-done@bugs.debian.org, 1117467-done@bugs.debian.org, 1117469-done@bugs.debian.org, 1117828-done@bugs.debian.org, 1117843-done@bugs.debian.org, 1117876-done@bugs.debian.org, 1117909-done@bugs.debian.org, 1118008-done@bugs.debian.org, 1118037-done@bugs.debian.org, 1118047-done@bugs.debian.org, 1118228-done@bugs.debian.org, 1118374-done@bugs.debian.org, 1118434-done@bugs.debian.org, 1118443-done@bugs.debian.org, 1118458-done@bugs.debian.org, 1118547-done@bugs.debian.org, 1118657-done@bugs.debian.org, 1118663-done@bugs.debian.org, 1118673-done@bugs.debian.org, 1118674-done@bugs.debian.org, 1118737-done@bugs.debian.org, 1119085-done@bugs.debian.org, 1119088-done@bugs.debian.org, 1119115-done@bugs.debian.org, 1119136-done@bugs.debian.org, 1119142-done@bugs.debian.org, 1119256-done@bugs.debian.org, 1119286-done@bugs.debian.org, 1119287-done@bugs.debian.org, 1119288-done@bugs.debian.org, 1119291-done@bugs.debian.org, 1119301-done@bugs.debian.org, 1119303-done@bugs.debian.org, 1119719-done@bugs.debian.org, 1119798-done@bugs.debian.org, 1119854-done@bugs.debian.org, 1119909-done@bugs.debian.org, 1120048-done@bugs.debian.org, 1120050-done@bugs.debian.org, 1120054-done@bugs.debian.org, 1120125-done@bugs.debian.org, 1120129-done@bugs.debian.org, 1120143-done@bugs.debian.org, 1120145-done@bugs.debian.org, 1120148-done@bugs.debian.org, 1120151-done@bugs.debian.org, 1120262-done@bugs.debian.org, 1120278-done@bugs.debian.org, 1120289-done@bugs.debian.org, 1120325-done@bugs.debian.org, 1120345-done@bugs.debian.org, 1120350-done@bugs.debian.org, 1120358-done@bugs.debian.org, 1120360-done@bugs.debian.org, 1120445-done@bugs.debian.org
- Subject: Closing requests for updates included in 13.2
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 15 Nov 2025 11:21:45 +0000
- Message-id: <736c7150dc08501cc89945035c406eaf9688e144.camel@adam-barratt.org.uk>
Package: release.debian.org Version: 13.2 Hi, The updates referenced in each of these bugs were included in today's 13.2 trixie point release. Regards, Adam
--- End Message ---