From 3167fc2924ee31310b427f0cdca9a4a0d6ec08a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 4 Oct 2017 11:05:33 +0200 Subject: [PATCH] build: reformat debian/control using wrap-and-sort -abt --- debian/control | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/debian/control b/debian/control index 99190c4..24789c1 100644 --- a/debian/control +++ b/debian/control @@ -2,28 +2,32 @@ Source: pve-sheepdog Section: admin Priority: extra Maintainer: Proxmox Support Team -Build-Depends: debhelper (>= 7.0.50~), - autotools-dev, - automake, - autoconf, - pkg-config, - libcorosync-common-dev, - libquorum-dev, - libcpg-dev, - libcfg-dev, - python, - liburcu-dev (>= 0.6.7), - libssl-dev, - libfuse-dev, - libzookeeper-mt-dev, - yasm, - dh-systemd (>= 1.4) +Build-Depends: autoconf, + automake, + autotools-dev, + debhelper (>= 7.0.50~), + dh-systemd (>= 1.4), + libcfg-dev, + libcorosync-common-dev, + libcpg-dev, + libfuse-dev, + libquorum-dev, + libssl-dev, + liburcu-dev (>= 0.6.7), + libzookeeper-mt-dev, + pkg-config, + python, + yasm, Standards-Version: 3.8.4 Homepage: http://www.osrg.net/sheepdog/ Package: pve-sheepdog Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, corosync-pve, libzookeeper-mt2, systemd +Depends: corosync-pve, + libzookeeper-mt2, + systemd, + ${misc:Depends}, + ${shlibs:Depends}, Description: Distributed storage system for KVM/QEMU Sheepdog provides highly available block level storage volumes that can be attached to KVM/QEMU virtual machines. Sheepdog scales to several hundreds -- 2.39.2