]> git.proxmox.com Git - lxcfs.git/blobdiff - debian/control
build fix: override fuse library
[lxcfs.git] / debian / control
index a0f6c5137ec2e914ca93b7a4df2f6428f9422528..bcaa6e558cc78d6a7f55f202689611dee280c6f1 100644 (file)
@@ -2,16 +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, libcgmanager-dev, libfuse-dev, dh-systemd
-Standards-Version: 3.9.5
+Build-Depends: autotools-dev,
+               debhelper (>= 12),
+               dh-autoreconf,
+               help2man,
+               libfuse-dev,
+               libpam0g-dev,
+               pkg-config,
+               quilt,
+Standards-Version: 4.5.1
 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.