mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-04-30 18:09:06 +00:00
d/control: add Standards-Version and misc:Depends
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6efbea9093
commit
3f94f6cc44
6
debian/control
vendored
6
debian/control
vendored
@ -3,6 +3,7 @@ Section: admin
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>=12~), lintian
|
Build-Depends: debhelper (>=12~), lintian
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
|
Standards-Version: 4.6.1
|
||||||
|
|
||||||
Package: proxmox-mailgateway
|
Package: proxmox-mailgateway
|
||||||
Architecture: all
|
Architecture: all
|
||||||
@ -11,6 +12,7 @@ Depends: pmg-api (>= 7.3~),
|
|||||||
proxmox-archive-keyring,
|
proxmox-archive-keyring,
|
||||||
proxmox-kernel-helper,
|
proxmox-kernel-helper,
|
||||||
pve-kernel-5.15,
|
pve-kernel-5.15,
|
||||||
|
${misc:Depends},
|
||||||
Description: Proxmox Mail Gateway
|
Description: Proxmox Mail Gateway
|
||||||
The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy,
|
The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy,
|
||||||
including efficient Spam and virus filters. This is a meta package
|
including efficient Spam and virus filters. This is a meta package
|
||||||
@ -19,14 +21,14 @@ Description: Proxmox Mail Gateway
|
|||||||
|
|
||||||
Package: pve-headers
|
Package: pve-headers
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: pve-headers-5.15
|
Depends: pve-headers-5.15, ${misc:Depends},
|
||||||
Description: Default Proxmox Kernel Headers
|
Description: Default Proxmox Kernel Headers
|
||||||
This is a virtual package which will install the kernel headers for the
|
This is a virtual package which will install the kernel headers for the
|
||||||
current default kernel.
|
current default kernel.
|
||||||
|
|
||||||
Package: proxmox-mailgateway-container
|
Package: proxmox-mailgateway-container
|
||||||
Architecture: all
|
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
|
Replaces: proxmox-mailgateway
|
||||||
Breaks: proxmox-mailgateway
|
Breaks: proxmox-mailgateway
|
||||||
Provides: proxmox-mailgateway
|
Provides: proxmox-mailgateway
|
||||||
|
Loading…
Reference in New Issue
Block a user