[pve-devel] [PATCH lxcfs] build: use wrap-and-sort to cleanup debian/

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Sep 29 12:54:12 CEST 2017


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 debian/control | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index cdb2124..0a6ef23 100644
--- a/debian/control
+++ b/debian/control
@@ -2,24 +2,32 @@ Source: lxcfs
 Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support at proxmox.com>
-Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, help2man,
-  pkg-config, libfuse-dev, dh-systemd, quilt, libpam0g-dev
+Build-Depends: autotools-dev,
+               debhelper (>= 9),
+               dh-autoreconf,
+               dh-systemd,
+               help2man,
+               libfuse-dev,
+               libpam0g-dev,
+               pkg-config,
+               quilt,
 Standards-Version: 3.9.5
 Homepage: https://linuxcontainers.org
 
 Package: lxcfs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
 Description: LXC userspace filesystem
  LXCFS is a simple userspace filesystem designed to workaround some current
  limitations of the Linux kernel. The main driver for this work was the
  need to run systemd based containers as a regular unprivileged user
- while still allowing systemd inside the container to interact with cgroups. 
+ while still allowing systemd inside the container to interact with cgroups.
 
 Package: lxcfs-dbg
 Architecture: any
 Section: debug
-Depends: lxcfs (= ${binary:Version}), ${misc:Depends}
+Depends: lxcfs (= ${binary:Version}),
+         ${misc:Depends},
 Description: lxcfs debugging symbols
  This package contains the debugging symbols for lxcfs.
-
-- 
2.14.1





More information about the pve-devel mailing list