]> git.proxmox.com Git - pve-sheepdog.git/blob - debian/control
build: reformat debian/control
[pve-sheepdog.git] / debian / control
1 Source: pve-sheepdog
2 Section: admin
3 Priority: extra
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: autoconf,
6 automake,
7 autotools-dev,
8 debhelper (>= 7.0.50~),
9 dh-systemd (>= 1.4),
10 libcfg-dev,
11 libcorosync-common-dev,
12 libcpg-dev,
13 libfuse-dev,
14 libquorum-dev,
15 libssl-dev,
16 liburcu-dev (>= 0.6.7),
17 libzookeeper-mt-dev,
18 pkg-config,
19 python,
20 yasm,
21 Standards-Version: 3.8.4
22 Homepage: http://www.osrg.net/sheepdog/
23
24 Package: pve-sheepdog
25 Architecture: any
26 Depends: corosync-pve,
27 libzookeeper-mt2,
28 systemd,
29 ${misc:Depends},
30 ${shlibs:Depends},
31 Description: Distributed storage system for KVM/QEMU
32 Sheepdog provides highly available block level storage volumes that can be
33 attached to KVM/QEMU virtual machines. Sheepdog scales to several hundreds
34 nodes, and supports advanced volume management features such as snapshot,
35 cloning, and thin provisioning.