From a92b2d6a002121c008614df0a54a8ebd8dede5b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 6 Oct 2020 12:00:49 +0200 Subject: [PATCH] d/control: add ',' after qrencode dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit '${misc:Depends}' is empty at the moment, otherwise this would have already generated invalid packages.. Signed-off-by: Fabian Grünbichler --- debian/control | 4 +++- debian/control.in | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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. -- 2.39.5