]> git.proxmox.com Git - pve-cluster.git/blob - debian/control.in
remove autogenerated makefiles
[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 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
22 Standards-Version: 3.7.3
23
24 Package: pve-cluster
25 Architecture: any
26 Pre-Depends: ${misc:Pre-Depends}
27 Depends: ${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
48 Description: 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.
52
53 Package: pve-cluster-dbg
54 Architecture: any
55 Section: debug
56 Priority: extra
57 Depends: pve-cluster (= ${binary:Version})
58 Description: debug Cluster Infrastructure for Proxmox Virtual Environment
59 This package contains the debug symbols.