]> git.proxmox.com Git - lxcfs.git/commitdiff
build: reformat debian/control
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 4 Oct 2017 09:05:33 +0000 (11:05 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 4 Oct 2017 09:05:33 +0000 (11:05 +0200)
using wrap-and-sort -abt

debian/control

index cdb21247e51847aba4cabd15881f0f890107973e..0a6ef237bc0c14fc3c0271f692483b42983cd29e 100644 (file)
@@ -2,24 +2,32 @@ Source: lxcfs
 Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support@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.
-