From 4a6dd634aeb6e69cedd4330e20e909df02048259 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Tue, 30 May 2023 13:14:00 +0200 Subject: [PATCH] d/control: add missing ${misc:Depends} Signed-off-by: Stoiko Ivanov Signed-off-by: Thomas Lamprecht --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3c72f47..280add3 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Standards-Version: 4.5.1 Package: pmg-doc-generator Section: perl Architecture: any -Depends: asciidoc-base, libpve-common-perl, xmlto, ${perl:Depends} +Depends: asciidoc-base, libpve-common-perl, xmlto, ${misc:Depends}, ${perl:Depends} Description: Proxmox Mail Gateway Documentation helpers Tool to auto-generate various Proxmox Mail gateway Documentation files and manual pages. This package is required to build most other Proxmox Mail @@ -25,7 +25,7 @@ Description: Proxmox Mail Gateway Documentation helpers Package: pmg-docs Section: doc -Depends: libjs-extjs +Depends: libjs-extjs, ${misc:Depends} Architecture: all Description: Proxmox Mail Gateway Documentation This package contains the Proxmox Mail Gateway documentation files. -- 2.39.2