diff --git a/Makefile b/Makefile index ab7ebaf..d107fe7 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 PACKAGE=lxc-pve LXCVER=1.1.1 -DEBREL=3 +DEBREL=4 SRCDIR=lxc SRCTAR=${SRCDIR}.tgz diff --git a/debian/changelog b/debian/changelog index 9314482..7cdeff7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxc (1.1.1-4) unstable; urgency=medium + + * depend on criu + + -- Proxmox Support Team Thu, 07 May 2015 13:21:00 +0200 + lxc (1.1.1-3) unstable; urgency=medium * do not use patch fix-default-lxc-config.patch diff --git a/debian/control b/debian/control index 60d89c0..606fafc 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: https://linuxcontainers.org Package: lxc-pve Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libcap2, apparmor, python3, bridge-utils, uidmap, libgnutlsxx28 +Depends: ${shlibs:Depends}, ${misc:Depends}, libcap2, apparmor, python3, bridge-utils, uidmap, libgnutlsxx28, criu (>= 1.5.2-1) Conflicts: lxc Replaces: lxc Provides: lxc