From ea4c0095b3490b6a0d8cb638d5b11dfdd1785242 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Mon, 18 May 2026 17:47:57 +0200 Subject: [PATCH] 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 --- linux/debian/changelog | 6 ++++++ linux/debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/linux/debian/changelog b/linux/debian/changelog index 94958e36900..e2e8f9afdd0 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -1,3 +1,9 @@ +keyman (18.0.249-1) UNRELEASED; urgency=medium + + * Add procps dependency (closes: 1136515) + + -- Eberhard Beilharz Mon, 18 May 2026 18:06:49 +0200 + keyman (18.0.248-1) unstable; urgency=medium * New upstream release. diff --git a/linux/debian/control b/linux/debian/control index d2cce5ed5bb..87a11ad3e0a 100644 --- a/linux/debian/control +++ b/linux/debian/control @@ -90,6 +90,7 @@ Depends: dconf-cli, gir1.2-webkit2-4.1 | gir1.2-webkit2-4.0, keyman-engine, + procps, python3-bs4, python3-fonttools, python3-gi,