Debian Package Tracker
Register | Log in
Subscribe

keyman

Type in your language with Keyman for Linux

Choose email to subscribe with

general
  • source: keyman (main)
  • version: 18.0.248-1
  • maintainer: Debian Input Method Team (archive) (DMD)
  • uploaders: Keyman team [DMD] – Eberhard Beilharz [DMD]
  • arch: all any
  • std-ver: 4.7.3
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • oldstable: 16.0.138-4
  • stable: 18.0.235-1
  • testing: 18.0.248-1
  • unstable: 18.0.248-1
versioned links
  • 16.0.138-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 18.0.235-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 18.0.248-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • ibus-keyman
  • keyman
  • keyman-system-service
  • libkeymancore-dev
  • libkeymancore2
  • python3-keyman-config
action needed
Marked for autoremoval on 21 June due to sentry-python: #1135510 high
Version 18.0.248-1 of keyman is marked for autoremoval from testing on Sun 21 Jun 2026. It depends (transitively) on sentry-python, affected by #1135510. You should try to prevent the removal by fixing these RC bugs.
Created: 2026-05-09 Last update: 2026-05-23 13:00
A new upstream version is available: 18.0.249 high
A new upstream version 18.0.249 is available, you should consider packaging it.
Created: 2026-03-28 Last update: 2026-05-23 08:32
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 18.0.249-1, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit d58327a760e8ab606074de55db6f3bd49a6dfb16
Merge: ebd02d6e c58af1f2
Author: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
Date:   Wed May 20 12:20:51 2026 +0200

    Merge pull request #15980 from keymanapp/fix/linux/cherry-pick/15965_packaging2
    
    fix(linux): add dependency on `procps` 🍒 🏠
    
    In the near future `pidof` will be provided by the `procps` package which isn't installed by default. This change adds a dependency on `procps` to fix this problem. Fixes Debian bug #1136515.
    
    This PR supersedes the identical PR #15968 which had problems with the source verification check because it was created at a time when the check was broken.
    
    Fixes: #15965
    Cherry-pick-of: #15967
    Supersedes: #15968

commit c58af1f29336c2a6489cbfe341e672dc75a7d582
Author: Eberhard Beilharz <eb1@sil.org>
Date:   Mon May 18 17:47:57 2026 +0200

    fix(linux): add dependency on `procps` 🍒
    
    In the near future `pidof` will be provided by the `procps` package
    which isn't installed by default. This change adds a dependency on
    `procps` to fix this problem. Fixes Debian bug #1136515.
    
    Fixes: #15965
    Cherry-pick-of: #15967
    Build-bot: skip
    Test-bot: skip

commit ebd02d6ecf4289536e2e4d11771b4b510445eeb7
Merge: f7c76d82 95f4d441
Author: Marc Durdin <marc@durdin.net>
Date:   Tue May 19 22:47:13 2026 +1000

    Merge pull request #15953 from keymanapp/chore/stable/fast-xml-parser-5.7.1
    
    chore: update fast-xml-parser to 5.8.0 🏠

commit 95f4d44165459690558eb0d544332c9c248cabf5
Author: Marc Durdin <marc@durdin.net>
Date:   Wed May 13 14:46:11 2026 +0200

    chore(developer): address review comments, move to fxp 5.8.0
    
    Cherry-pick-of: #15868

commit ccafab4bf419a46742b91912abccfdf10c6c6426
Author: Marc Durdin <marc@durdin.net>
Date:   Wed May 13 07:35:28 2026 +0200

    chore: update fast-xml-parser to 5.7.1
    
    Test-bot: skip

commit f224c3c8fc4cc65e044edef8e1d546e431dd46bf
Author: Marc Durdin <marc@durdin.net>
Date:   Wed May 13 07:21:45 2026 +0200

    chore(developer): update fast-xml-parser type references
    
    Test-bot: skip

commit f7c76d8279e52e3d991850ab7e9f79255c550b7f
Merge: c60c7758 c0d6d093
Author: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
Date:   Thu Apr 9 09:11:57 2026 +0200

    Merge pull request #15828 from keymanapp/fix/linux/cherry-pick/memmove
    
    fix(linux): fix memory problem 🍒
    
    This fixes a problem identified by devin.ai: Because of the operator precedence the previous code caused `memmove` to read `sizeof(commit_queue_item) - 1` bytes past the end of `commit_queue`. With this change `memmove` now reads the intended `MAX_QUEUE_SIZE - 1` `commit_queue_items`.
    
    Cherry-pick-of: #15823

commit c0d6d0930902983198b70ae7b4460c0cd0e66927
Author: Eberhard Beilharz <eb1@sil.org>
Date:   Tue Apr 7 15:13:55 2026 +0200

    fix(linux): fix memory problem 🍒
    
    This fixes a problem identified by devin.ai: Because of the operator
    precedence the previous code caused `memmove` to read
    `sizeof(commit_queue_item) - 1` bytes past the end of `commit_queue`.
    With this change `memmove` now reads the intended `MAX_QUEUE_SIZE - 1`
    `commit_queue_items`.
    
    Cherry-pick-of: #15823
    Test-bot: skip

commit c60c7758952df841321bccd02f784dc0e8382a44
Merge: 44b6aced a1c4c5c7
Author: Keyman Server <keyman-server@users.noreply.github.com>
Date:   Fri Mar 27 11:44:01 2026 +0100

    Merge pull request #15806 from keymanapp/auto/version-stable-18.0-18.0.250
    
    auto: increment stable-18.0 version to 18.0.250

commit a1c4c5c729c6a016cd0c48a3985f5a5c805065d1
Author: Keyman Build Agent <buildagent@keyman.com>
Date:   Fri Mar 27 05:43:27 2026 -0500

    auto: increment stable-18.0 version to 18.0.250
Created: 2025-06-04 Last update: 2026-05-22 16:03
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2026-03-13 Last update: 2026-03-13 04:01
Issues found with some translations low

Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.

Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.

Created: 2022-04-07 Last update: 2022-04-21 03:35
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.3).
Created: 2026-03-31 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2026-03-18] keyman 18.0.248-1 MIGRATED to testing (Debian testing watch)
  • [2026-03-12] Accepted keyman 18.0.248-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2026-03-11] Accepted keyman 18.0.247-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2026-02-11] keyman 18.0.246-1 MIGRATED to testing (Debian testing watch)
  • [2026-02-04] Accepted keyman 18.0.246-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-12-11] keyman 18.0.245-1 MIGRATED to testing (Debian testing watch)
  • [2025-12-04] Accepted keyman 18.0.245-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-11-21] keyman 18.0.244-1 MIGRATED to testing (Debian testing watch)
  • [2025-11-16] Accepted keyman 18.0.244-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-10-08] keyman 18.0.242-1 MIGRATED to testing (Debian testing watch)
  • [2025-10-02] Accepted keyman 18.0.242-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-09-23] keyman 18.0.241-1 MIGRATED to testing (Debian testing watch)
  • [2025-09-18] Accepted keyman 18.0.241-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-09-03] keyman 18.0.240-1 MIGRATED to testing (Debian testing watch)
  • [2025-08-27] Accepted keyman 18.0.240-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-08-13] keyman 18.0.238-1 MIGRATED to testing (Debian testing watch)
  • [2025-06-04] Accepted keyman 18.0.238-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-05-13] Accepted keyman 18.0.236-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-05-04] keyman 18.0.235-1 MIGRATED to testing (Debian testing watch)
  • [2025-04-23] Accepted keyman 18.0.235-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-04-10] keyman 18.0.227-1 MIGRATED to testing (Debian testing watch)
  • [2025-04-04] Accepted keyman 18.0.227-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-03-05] keyman 18.0.199-2 MIGRATED to testing (Debian testing watch)
  • [2025-02-27] Accepted keyman 18.0.199-2 (source) into unstable (Boyuan Yang)
  • [2025-02-27] Accepted keyman 18.0.199-1 (source amd64 all) into unstable (Debian FTP Masters) (signed by: Boyuan Yang)
  • [2025-02-12] keyman 17.0.335-1 MIGRATED to testing (Debian testing watch)
  • [2025-02-06] Accepted keyman 17.0.335-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-02-04] keyman 17.0.334-1 MIGRATED to testing (Debian testing watch)
  • [2025-01-28] Accepted keyman 17.0.334-1 (source) into unstable (Eberhard Beilharz) (signed by: Boyuan Yang)
  • [2025-01-22] keyman 17.0.333-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 1
  • RC: 0
  • I&N: 1
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 1)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • screenshots
  • l10n (-, 100)
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 18.0.248-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing