mirror of
https://git.proxmox.com/git/lxc
synced 2025-08-14 17:39:16 +00:00

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>
58 lines
1.7 KiB
Plaintext
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.
|