]> git.proxmox.com Git - pve-ha-manager.git/blob - debian/control
add target to build DSC
[pve-ha-manager.git] / debian / control
1 Source: pve-ha-manager
2 Section: perl
3 Priority: extra
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper (>= 10~),
6 dh-systemd,
7 libglib-perl,
8 libgtk3-perl,
9 libpve-access-control,
10 libpve-common-perl,
11 lintian,
12 pve-cluster,
13 pve-doc-generator (>= 5.3-3),
14 Standards-Version: 3.9.8
15
16 Package: pve-ha-manager
17 Section: perl
18 Priority: optional
19 Architecture: any
20 Depends: libjson-perl,
21 libpve-common-perl,
22 pve-cluster (>= 3.0-17),
23 # TODO: for PVE 6 re-add thos two, we just removed them to avoid a dpkg issue
24 # with cyclic depdnencies and wrong trigger cycle detections
25 # pve-container,
26 # qemu-server,
27 systemd,
28 ${misc:Depends},
29 ${perl:Depends},
30 ${shlibs:Depends},
31 Conflicts: watchdog,
32 Description: Proxmox VE HA Manager
33 HA Manager Proxmox VE.
34
35 Package: pve-ha-simulator
36 Section: perl
37 Priority: optional
38 Architecture: all
39 Depends: libclone-perl,
40 libdevel-cycle-perl,
41 libfilesys-df-perl,
42 libglib-perl,
43 libgtk3-perl,
44 libjson-perl,
45 libnet-ip-perl,
46 libstring-shellquote-perl,
47 liburi-perl,
48 ${misc:Depends},
49 ${perl:Depends},
50 Description: Proxmox VE HA Simulator
51 This is a simple GUI to simulate the behavior of a Proxmox VE HA cluster.