ncurses (6.6+20251231-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 6.6+20251231-2 > 6.6+20251231-1
- Git: https://salsa.debian.org/debian/ncurses.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1941504
- Browser: https://salsa.debian.org/debian/ncurses
- Last scan: 2026-05-16 05:16:02+00
- Next scan: 2026-05-23 17:00:00+00
- CI pipeline status: success
- Debian changelog in Git:
ncurses (6.6+20251231-2) UNRELEASED; urgency=medium
* Update upstream signing key.
* Convert the watch files to version 5.
-- Sven Joachim <svenjoac@gmx.de> Sat, 24 Jan 2026 20:22:38 +0100
- This branch is 2 commits ahead of tag debian/6.6+20251231-1
- Git log:
commit 2d238cf3875f1a0a7c874f0a9b14f7582d19907a
Author: Sven Joachim <svenjoac@gmx.de>
Date: Sat Jan 24 20:37:31 2026 +0100
Convert the watch files to version 5
commit afee7675c395951ac92ca5bf3a393410931c396c
Author: Sven Joachim <svenjoac@gmx.de>
Date: Sat Jan 24 20:23:04 2026 +0100
Update upstream signing key
The key had expired on 2026-01-18, update has a published a refreshed
version at
https://invisible-island.net/public/dickey@invisible-island.net-rsa3072.asc.
Unfortunately we cannot simply replace the current key with a minimal
export of the new one, as that would break verification of the current
version when dpkg-source creates the source package, see
https://gitlab.com/sequoia-pgp/sequoia/-/issues/1105.
To keep both dpkg-source and uscan happy, we need both the expired
self-sig and the new one, I merged them with the following two commands:
$ gpg --export --armor --export-options export-minimal 19882D92DDA4C400C22C0D56CC2AF4472167BE03 >> debian/upstream/signing-key.asc
$ sq keyring merge --overwrite --output debian/upstream/signing-key.asc debian/upstream/signing-key.asc
When we update to a newer upstream patchlevel, we can minimize the key
again.