]> git.proxmox.com Git - lxcfs.git/blobdiff - debian/control
bump version to 4.0.3-pve3
[lxcfs.git] / debian / control
index 1bccd4536ac9d7da562fe0c352dca8fd230afe63..565d7e5851d279288f96652dc6e2f5fe9c13d249 100644 (file)
@@ -2,24 +2,23 @@ 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
+Build-Depends: autotools-dev,
+               debhelper (>= 10),
+               dh-autoreconf,
+               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. 
-
-Package: lxcfs-dbg
-Architecture: any
-Section: debug
-Depends: lxcfs (= ${binary:Version}), ${misc:Depends}
-Description: lxcfs debugging symbols
- This package contains the debugging symbols for lxcfs.
-
+ while still allowing systemd inside the container to interact with cgroups.