]> git.proxmox.com Git - proxmox-backup.git/commitdiff
d/control: add ',' after qrencode dependency
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 6 Oct 2020 10:00:49 +0000 (12:00 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 6 Oct 2020 10:48:12 +0000 (12:48 +0200)
'${misc:Depends}' is empty at the moment, otherwise this would have
already generated invalid packages..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/control
debian/control.in

index 834511bdcf9eacd9414d2e6e457a77ebf3c23496..34093ffa6ecc1b12b0d5a021583bb044f1b5c2ea 100644 (file)
@@ -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.
index b887d796870a5c26927573617e20cd449fb2fb70..359eac48f272dd1ab4b5cf7bfb8164a912f09e39 100644 (file)
@@ -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.