[pve-devel] [PATCH sheepdog] build: use wrap-and-sort to cleanup debian/
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Sep 29 12:54:26 CEST 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
debian/control | 38 +++++++++++++++++++++-----------------
debian/copyright | 2 +-
2 files changed, 22 insertions(+), 18 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 <support at proxmox.com>
-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
diff --git a/debian/copyright b/debian/copyright
index 34f6a83..3da033c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,7 +25,7 @@ License:
the Free Software Foundation.
A copy of this license is included for your convenience in:
- /usr/share/common-licenses/GPL-2
+ /usr/share/common-licenses/GPL-2
The Debian packaging is:
--
2.14.1
More information about the pve-devel
mailing list