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.
This commit is contained in:
Tom Dewey 2024-10-02 15:42:43 +01:00 committed by Tom Dewey
parent 51876f16a2
commit 1429e78791

4
debian/control vendored
View file

@ -2,13 +2,13 @@ Source: rpi-imager
Section: admin
Priority: optional
Maintainer: Tom Dewey <tom.dewey@raspberrypi.com>
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.