]> git.proxmox.com Git - pve-sheepdog.git/blame - debian/control
build: reformat debian/control
[pve-sheepdog.git] / debian / control
CommitLineData
ff62b221
DM
1Source: pve-sheepdog
2Section: admin
3Priority: extra
4Maintainer: Proxmox Support Team <support@proxmox.com>
3167fc29
FG
5Build-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,
ff62b221
DM
21Standards-Version: 3.8.4
22Homepage: http://www.osrg.net/sheepdog/
23
24Package: pve-sheepdog
25Architecture: any
3167fc29
FG
26Depends: corosync-pve,
27 libzookeeper-mt2,
28 systemd,
29 ${misc:Depends},
30 ${shlibs:Depends},
ff62b221
DM
31Description: 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.