d/control: add missing ${misc:Depends}

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-27 17:41:06 +02:00
parent 9421e72129
commit 81f4432579

2
debian/control vendored
View File

@ -102,7 +102,7 @@ Description: Proxmox Backup Server client library for QEMU
Package: libproxmox-backup-qemu0-dev Package: libproxmox-backup-qemu0-dev
Architecture: any Architecture: any
Depends: libproxmox-backup-qemu0 (= ${binary:Version}), Depends: libproxmox-backup-qemu0 (= ${binary:Version}), ${misc:Depends},
Description: Proxmox Backup Server client library for QEMU development files Description: Proxmox Backup Server client library for QEMU development files
This library contains the library to access the Proxmox Backup server from This library contains the library to access the Proxmox Backup server from
within QEMU. within QEMU.