]> git.proxmox.com Git - proxmox-mailgateway.git/blob - debian/control
meta: add systemd-sysv to dependencies
[proxmox-mailgateway.git] / debian / control
1 Source: proxmox-mailgateway
2 Section: admin
3 Priority: optional
4 Build-Depends: debhelper-compat (=13),
5 lintian
6 Maintainer: Proxmox Support Team <support@proxmox.com>
7 Standards-Version: 4.6.1
8
9 Package: proxmox-mailgateway
10 Architecture: all
11 Depends: pmg-api (>= 8.0.7),
12 pmg-gui (>= 4.0~),
13 proxmox-archive-keyring,
14 proxmox-default-kernel,
15 proxmox-kernel-helper (>= 8.0.3),
16 systemd-sysv,
17 ${misc:Depends}
18 Description: Proxmox Mail Gateway
19 The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy,
20 including efficient Spam and virus filters. This is a meta package
21 which will install everything needed. This package also depends on
22 the latest available Proxmox kernel.
23
24 Package: pve-headers
25 Architecture: all
26 Depends: proxmox-default-headers,
27 ${misc:Depends}
28 Section: oldlibs
29 Description: Default Proxmox Kernel Headers (transitional package)
30 This is a dummy transitional package to transition to proxmox-default-headers.
31 It can be safely removed.
32
33 Package: proxmox-mailgateway-container
34 Architecture: all
35 Depends: pmg-api (>= 8.0.7),
36 pmg-gui (>= 4.0~),
37 proxmox-archive-keyring,
38 ${misc:Depends}
39 Replaces: proxmox-mailgateway
40 Breaks: proxmox-mailgateway
41 Provides: proxmox-mailgateway
42 Description: Proxmox Mail Gateway
43 The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy,
44 including efficient Spam and virus filters. This is a meta package
45 which will install everything needed in a virtualized environment
46 where no kernel is necessary.