]> git.proxmox.com Git - lxcfs.git/blobdiff - debian/control
bump version to 3.0.3-pve1
[lxcfs.git] / debian / control
index a0f6c5137ec2e914ca93b7a4df2f6428f9422528..67c98af3bbbeac70e50751b51e5788035839ff12 100644 (file)
@@ -2,16 +2,24 @@ Source: lxcfs
 Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, help2man,
-  pkg-config, libcgmanager-dev, libfuse-dev, dh-systemd
+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: cgmanager, ${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.