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