]> git.proxmox.com Git - lxc.git/blobdiff - debian/control
bump version to 3.0.2+pve1-4
[lxc.git] / debian / control
index 40bfe286a993441b1079498db428e703f4d56d05..fa3f703a51b4930e90bbe6c4502f79b911d8af98 100644 (file)
@@ -1,35 +1,60 @@
-Source: lxc
+Source: lxc-pve
 Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 9), autotools-dev, libapparmor-dev, docbook2x, libcap-dev, dh-apparmor, libcgmanager-dev
+Build-Depends: autotools-dev,
+               bash-completion,
+               debhelper (>= 10~),
+               dh-apparmor,
+               dh-autoreconf,
+               dh-systemd,
+               docbook2x,
+               doxygen,
+               graphviz,
+               libapparmor-dev,
+               libcap-dev,
+               libgnutls28-dev,
+               libseccomp-dev,
+               linux-libc-dev,
+               pkg-config,
+               quilt,
 Standards-Version: 3.9.5
 Homepage: https://linuxcontainers.org
 
-Package: lxc
+Package: lxc-pve
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcap2, apparmor
+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 usersapce 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. 
+ an applications or a system.
 
-Package: lxc-dbg
-Section: debug
-Architecture: any
-Depends: lxc (= ${binary:Version}), lxc-dev (= ${binary:Version}), ${misc:Depends}
-Description: Debug symbols for LXC
- This package contains the debug symbols for LXC. 
-
-Package: lxc-dev
+Package: lxc-pve-dev
 Section: libdevel
 Architecture: any
-Depends: lxc (= ${binary:Version}), ${misc:Depends}
+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. 
+ an applications or a system.