diff --git a/debian/control b/debian/control index 834511bd..34093ffa 100644 --- a/debian/control +++ b/debian/control @@ -119,7 +119,9 @@ Description: Proxmox Backup Server daemon with tools and GUI Package: proxmox-backup-client Architecture: any -Depends: qrencode ${misc:Depends}, ${shlibs:Depends} +Depends: qrencode, + ${misc:Depends}, + ${shlibs:Depends}, Description: Proxmox Backup Client tools This package contains the Proxmox Backup client, which provides a simple command line tool to create and restore backups. diff --git a/debian/control.in b/debian/control.in index b887d796..359eac48 100644 --- a/debian/control.in +++ b/debian/control.in @@ -19,7 +19,9 @@ Description: Proxmox Backup Server daemon with tools and GUI Package: proxmox-backup-client Architecture: any -Depends: qrencode ${misc:Depends}, ${shlibs:Depends} +Depends: qrencode, + ${misc:Depends}, + ${shlibs:Depends}, Description: Proxmox Backup Client tools This package contains the Proxmox Backup client, which provides a simple command line tool to create and restore backups.