]> git.proxmox.com Git - pve-cluster.git/blob - debian/control.in
deps: we now break pve-ha-manager < 2.0-4
[pve-cluster.git] / debian / control.in
1 Source: pve-cluster
2 Section: admin
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper (>= 7),
6 autotools-dev,
7 libsqlite3-dev,
8 sqlite3,
9 libfuse-dev (>= 2.9.2-4),
10 corosync-dev (>= 2.3.4-1),
11 libquorum-dev (>= 2.3.4-1),
12 libcpg-dev (>= 2.3.4-1),
13 libcmap-dev (>= 0.17.1-1),
14 libqb-dev (>= 0.17.1-1),
15 libpve-common-perl,
16 libglib2.0-dev (>= 2.42.1-1),
17 librrd-dev,
18 librrds-perl,
19 rrdcached,
20 check,
21 libdigest-hmac-perl,
22 dh-systemd,
23 pve-doc-generator,
24 libuuid-perl
25 Standards-Version: 3.7.3
26
27 Package: pve-cluster
28 Architecture: any
29 Pre-Depends: ${misc:Pre-Depends}
30 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, @PERLAPI@,
31 rsync,
32 libsqlite3-0,
33 sqlite3,
34 libfuse2 (>= 2.9.2-4),
35 fuse,
36 corosync (>= 2.3.4-1),
37 libqb0 (>= 0.17.1-1),
38 libpve-common-perl,
39 libglib2.0-0 (>= 2.42.1-1),
40 rsyslog,
41 openssl,
42 librrds-perl,
43 rrdcached,
44 libdigest-hmac-perl,
45 libxml-parser-perl,
46 systemd,
47 faketime,
48 libcrypt-ssleay-perl,
49 libuuid-perl,
50 lsb-base
51 Breaks: pve-ha-manager (<<2.0-4)
52 Description: Cluster Infrastructure for Proxmox Virtual Environment
53 This package contains the Cluster Infrastructure for the Proxmox
54 Virtual Environment, namely a distributed filesystem to store
55 configuration data on all nodes.
56
57 Package: pve-cluster-dbg
58 Architecture: any
59 Section: debug
60 Priority: extra
61 Depends: pve-cluster (= ${binary:Version})
62 Description: debug Cluster Infrastructure for Proxmox Virtual Environment
63 This package contains the debug symbols.