diff -Nru lxc-2.0.5/debian/changelog lxc-2.0.5/debian/changelog --- lxc-2.0.5/debian/changelog 2016-10-21 17:44:19.000000000 +0000 +++ lxc-2.0.5/debian/changelog 2016-10-22 02:40:14.000000000 +0000 @@ -1,3 +1,10 @@ +lxc (2.0.5-0ubuntu3) zesty; urgency=medium + + * Also skip lxc-test-ubuntu on zesty + (LXC still doesn't support squashfs cloud images) + + -- Stéphane Graber Fri, 21 Oct 2016 22:40:14 -0400 + lxc (2.0.5-0ubuntu2) zesty; urgency=medium * Cherry-pick bugfix from upstream: diff -Nru lxc-2.0.5/debian/tests/exercise lxc-2.0.5/debian/tests/exercise --- lxc-2.0.5/debian/tests/exercise 2016-10-21 17:44:19.000000000 +0000 +++ lxc-2.0.5/debian/tests/exercise 2016-10-22 02:39:25.000000000 +0000 @@ -56,8 +56,8 @@ # Some tests can't be run standalone [ "$testbin" = "/usr/bin/lxc-test-may-control" ] && continue - # Skip ubuntu tests on yakkety - if [ "${DISTRIB_CODENAME}" = "yakkety" ]; then + # Skip ubuntu tests on yakkety and zesty + if [ "${DISTRIB_CODENAME}" = "yakkety" ] || [ "${DISTRIB_CODENAME}" = "zesty" ]; then [ "$testbin" = "/usr/bin/lxc-test-ubuntu" ] && \ ignore "$STRING" && continue fi