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
Build-bot: skip
Test-bot: skip
This commit is contained in:
Eberhard Beilharz 2026-05-18 17:47:57 +02:00
parent 40ee518d54
commit 525589b8c8
No known key found for this signature in database
GPG key ID: E9140597606020D3
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
keyman (18.0.249-1) UNRELEASED; urgency=medium
* Add procps dependency (closes: 1136515)
-- Eberhard Beilharz <eb1@sil.org> Mon, 18 May 2026 18:06:49 +0200
keyman (18.0.248-1) unstable; urgency=medium
* New upstream release.

View file

@ -90,6 +90,7 @@ Depends:
dconf-cli,
gir1.2-webkit2-4.1,
keyman-engine,
procps,
python3-bs4,
python3-fonttools,
python3-gi,