mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
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:
parent
51876f16a2
commit
1429e78791
1 changed files with 2 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue