From 71ff6f53fba4b7ef236fc978bccd9e1a77b3ba39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Mon, 11 May 2026 09:48:14 -0600 Subject: [PATCH] prison-kf5: fix missing build dependency --- helpers/make-prison-kf5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/make-prison-kf5 b/helpers/make-prison-kf5 index ead3ad4d..6f8f3a7b 100644 --- a/helpers/make-prison-kf5 +++ b/helpers/make-prison-kf5 @@ -22,6 +22,8 @@ VERSION=0 . ./config +# Add the build missing dependency +sed -i 's/libzxing-dev/qtmultimedia5-dev, libzxing-dev/' debian/control # Restore the base scanner library into the main package echo "usr/lib/*/libKF5PrisonScanner.so.*" >> debian/libkf5prison5.install