lxc/debian/control
Thomas Lamprecht e3b12b115d bump debian compat level to 10
This allows to remove a few dependencies and flags from dh which are
now implied or obsolete

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-22 12:28:29 +02:00

58 lines
1.7 KiB
Plaintext

Source: lxc-pve
Section: admin
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: bash-completion,
debhelper (>= 10),
dh-apparmor,
docbook2x,
doxygen,
graphviz,
libapparmor-dev,
libcap-dev,
libgnutls28-dev,
libseccomp-dev,
linux-libc-dev,
pkg-config,
quilt,
Standards-Version: 4.3.0
Homepage: https://linuxcontainers.org
Package: lxc-pve
Architecture: any
Depends: apparmor,
bridge-utils,
criu (>= 1.5.2-1),
libcap2,
libgnutlsxx28,
libseccomp2,
lxcfs,
python3,
uidmap,
${misc:Depends},
${shlibs:Depends},
Conflicts: liblxc1,
lxc,
Replaces: liblxc1,
lxc,
Provides: liblxc1,
lxc,
Description: Linux containers userspace tools
Containers provides resource management through control groups and
resource isolation through namespaces. The linux containers, lxc, aims
to use these new functionalities to provide an userspace container
object which provides full resource isolation and resource control for
an applications or a system.
Package: lxc-pve-dev
Section: libdevel
Architecture: any
Depends: lxc-pve (= ${binary:Version}),
${misc:Depends},
Description: Linux Containers userspace tools (development)
Containers provides resource management through control groups and
resource isolation through namespaces. The linux containers, lxc, aims
to use these new functionalities to provide an userspace container
object which provides full resource isolation and resource control for
an applications or a system.