From 1429e78791ba8c28b1f8eb7e73d957e4f99acbd6 Mon Sep 17 00:00:00 2001 From: Tom Dewey Date: Wed, 2 Oct 2024 15:42:43 +0100 Subject: [PATCH] debian/control: Add missing dependencies dh-exec is required for building the Debian package, as we use it to remap the AppImage into the right place. On the install-time depends, add utils-linux, as we use this for finding storage devices. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e69abeb..3f46efc 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: rpi-imager Section: admin Priority: optional Maintainer: Tom Dewey -Build-Depends: debhelper (>= 10), cmake, libgnutls28-dev +Build-Depends: debhelper (>= 10), cmake, libgnutls28-dev, dh-exec Standards-Version: 4.1.2 Homepage: https://www.raspberrypi.com/software Package: rpi-imager Architecture: arm64 -Depends: ${shlibs:Depends}, ${misc:Depends}, dosfstools, fdisk, fuse, libfuse2 +Depends: ${shlibs:Depends}, ${misc:Depends}, dosfstools, fdisk, fuse, libfuse2, util-linux (>= 2.38) Recommends: udisks2 Description: Raspberry Pi Imaging utility A user-friendly tool for creating bootable media for Raspberry Pi Devices.