From 3f94f6cc44b47c2971b4519a61fb60405ea062f0 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Mon, 19 Jun 2023 20:20:25 +0200 Subject: [PATCH] d/control: add Standards-Version and misc:Depends Signed-off-by: Stoiko Ivanov Signed-off-by: Thomas Lamprecht --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index ae0baef..1c8f3d8 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: admin Priority: optional Build-Depends: debhelper (>=12~), lintian Maintainer: Proxmox Support Team +Standards-Version: 4.6.1 Package: proxmox-mailgateway Architecture: all @@ -11,6 +12,7 @@ Depends: pmg-api (>= 7.3~), proxmox-archive-keyring, proxmox-kernel-helper, pve-kernel-5.15, + ${misc:Depends}, Description: Proxmox Mail Gateway The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy, including efficient Spam and virus filters. This is a meta package @@ -19,14 +21,14 @@ Description: Proxmox Mail Gateway Package: pve-headers Architecture: all -Depends: pve-headers-5.15 +Depends: pve-headers-5.15, ${misc:Depends}, Description: Default Proxmox Kernel Headers This is a virtual package which will install the kernel headers for the current default kernel. Package: proxmox-mailgateway-container Architecture: all -Depends: pmg-api (>= 7.3~), pmg-gui (>= 3.3~), proxmox-archive-keyring +Depends: pmg-api (>= 7.3~), pmg-gui (>= 3.3~), proxmox-archive-keyring, ${misc:Depends}, Replaces: proxmox-mailgateway Breaks: proxmox-mailgateway Provides: proxmox-mailgateway