mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
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:
parent
40ee518d54
commit
525589b8c8
2 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ Depends:
|
|||
dconf-cli,
|
||||
gir1.2-webkit2-4.1,
|
||||
keyman-engine,
|
||||
procps,
|
||||
python3-bs4,
|
||||
python3-fonttools,
|
||||
python3-gi,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue