ncurses (6.6+20260608-2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 6.6+20260608-3 > 6.6+20260608-2
- Git: https://salsa.debian.org/debian/ncurses.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1978368
- Browser: https://salsa.debian.org/debian/ncurses
- Last scan: 2026-08-15 05:01:02+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Fncurses API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-08-22 02:14:00+00
- Debian changelog in Git:
ncurses (6.6+20260608-3) UNRELEASED; urgency=medium
* Add a "Replaces: kmscon (= 10.0.1-1~bpo13+1)" to ncurses-term
(Closes: #1142185).
* Drop the Replaces on ancient third-party alacritty versions.
* Drop the Breaks on ancient cowdancer versions.
* Change the search order for terminfo files: prefer
/usr/share/terminfo over /lib/terminfo.
-- Sven Joachim <svenjoac@gmx.de> Sun, 19 Jul 2026 07:40:56 +0200
- This branch is 4 commits ahead of tag debian/6.6+20260608-2
- Git log:
commit 759ec4a183d0c560c638816787fc048a8f4b92f9
Author: Sven Joachim <svenjoac@gmx.de>
Date: Sun Jul 19 08:08:08 2026 +0200
Put /lib/terminfo last in the list of terminfo directories
Since version 6.4+20230603-1, all terminfo files in
ncurses-{base,term} are below /usr/share/terminfo, and /lib/terminfo
usually does not exist anymore. Any files there are likely either
cruft or installed by backports where the backported package needs to
avoid /usr/share/terminfo, as in #911515 or #1142216. In either case
the file in /usr/share/terminfo is most likely more recent and should
be preferred.
commit 57934b878349b3a0753e248a84b92f900c2beb53
Author: Sven Joachim <svenjoac@gmx.de>
Date: Sun Jul 19 07:56:54 2026 +0200
Drop the Breaks on ancient cowdancer versions
The fixed version 0.89 is already in oldoldstable.
commit 55c3064298b20f9635d1aa837c70bc6ad44549c4
Author: Sven Joachim <svenjoac@gmx.de>
Date: Sun Jul 19 07:53:11 2026 +0200
Drop the Replaces on ancient third-party alacritty versions
Alacritty has been in the archive since oldstable, and the problematic
versions on GitHub are over 6.5 years old.
commit a2085cbb8afcd9f3196813a48294202b6fc6c180
Author: Sven Joachim <svenjoac@gmx.de>
Date: Sun Jul 19 07:41:06 2026 +0200
Add a "Replaces: kmscon (= 10.0.1-1~bpo13+1)" to ncurses-term
This version of kmscon shipped /usr/share/terminfo/k/kmscon, clashing
with our provided file. Later backports of kmscon moved the file to
/usr/lib/terminfo/k/kmscon to avoid the file conflict.
There is no need for Breaks here, since the problematic version of
kmscon explicitly depends on an older version of ncurses-term, meaning
that kmscon and ncurses-term have to be upgraded in lockstep.
Closes: #1142185