From 525589b8c8eb842e4e4888fcdd6ea9fbe293b047 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 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 94958e3690..e2e8f9afdd 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 fa4d0b760e..5e493f61fd 100644 --- a/linux/debian/control +++ b/linux/debian/control @@ -90,6 +90,7 @@ Depends: dconf-cli, gir1.2-webkit2-4.1, keyman-engine, + procps, python3-bs4, python3-fonttools, python3-gi,