]> git.proxmox.com Git - pve-ha-manager.git/blame - debian/control
add target to build DSC
[pve-ha-manager.git] / debian / control
CommitLineData
ba878e35
DM
1Source: pve-ha-manager
2Section: perl
3Priority: extra
4Maintainer: Proxmox Support Team <support@proxmox.com>
6ea95574 5Build-Depends: debhelper (>= 10~),
1afe2ae2
FG
6 dh-systemd,
7 libglib-perl,
8 libgtk3-perl,
b9350791 9 libpve-access-control,
1afe2ae2 10 libpve-common-perl,
1afe2ae2 11 lintian,
b9350791 12 pve-cluster,
9698b694 13 pve-doc-generator (>= 5.3-3),
f9362515 14Standards-Version: 3.9.8
ba878e35
DM
15
16Package: pve-ha-manager
17Section: perl
18Priority: optional
19Architecture: any
1116ca25
FG
20Depends: libjson-perl,
21 libpve-common-perl,
1afe2ae2 22 pve-cluster (>= 3.0-17),
6b10f92d
TL
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,
1afe2ae2
FG
27 systemd,
28 ${misc:Depends},
29 ${perl:Depends},
30 ${shlibs:Depends},
31Conflicts: watchdog,
ba878e35
DM
32Description: Proxmox VE HA Manager
33 HA Manager Proxmox VE.
1116ca25
FG
34
35Package: pve-ha-simulator
36Section: perl
37Priority: optional
38Architecture: all
39Depends: 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},
50Description: Proxmox VE HA Simulator
51 This is a simple GUI to simulate the behavior of a Proxmox VE HA cluster.