diff --git a/Makefile b/Makefile index a79a3cc..86fd6fa 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 PACKAGE=lxc-pve LXCVER=1.1.5 -DEBREL=1 +DEBREL=2 SRCDIR=lxc SRCTAR=${SRCDIR}.tgz diff --git a/debian/changelog b/debian/changelog index 2e5746b..404f72e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxc (1.1.5-2) unstable; urgency=medium + + * re-enable cgmanager - it is still required (cgfs does not work reliable) + + -- Proxmox Support Team Wed, 18 Nov 2015 10:56:09 +0100 + lxc (1.1.5-1) unstable; urgency=medium * update to 1.1.5 (latest stable 1.1 branch) diff --git a/debian/control b/debian/control index cd4e2cd..c3f335e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lxc Section: admin Priority: optional Maintainer: Proxmox Support Team -Build-Depends: debhelper (>= 9), autotools-dev, libapparmor-dev, docbook2x, libcap-dev, dh-apparmor, graphviz, libgnutls28-dev, linux-libc-dev, dh-autoreconf, libseccomp-dev +Build-Depends: debhelper (>= 9), autotools-dev, libapparmor-dev, docbook2x, libcap-dev, dh-apparmor, libcgmanager-dev, graphviz, libgnutls28-dev, linux-libc-dev, dh-autoreconf, libseccomp-dev Standards-Version: 3.9.5 Homepage: https://linuxcontainers.org diff --git a/debian/rules b/debian/rules index 7244fa4..893ed6d 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ override_dh_auto_configure: --disable-rpath \ --disable-selinux \ --enable-bash \ - --disable-cgmanager \ + --enable-cgmanager \ --disable-python \ --disable-lua \ --disable-examples \