diff -Nru lxc-0.8.0~rc1/debian/changelog lxc-0.8.0~rc1/debian/changelog --- lxc-0.8.0~rc1/debian/changelog 2013-10-30 02:45:56.000000000 +0000 +++ lxc-0.8.0~rc1/debian/changelog 2013-10-30 04:17:34.000000000 +0000 @@ -1,3 +1,9 @@ +lxc (0.8.0~rc1-4ubuntu39.12.10.5) quantal-proposed; urgency=low + + * add mkdir before chown of /var/{lib,cache}/lxc to avoid build failure. + + -- Serge Hallyn Tue, 29 Oct 2013 23:17:06 -0500 + lxc (0.8.0~rc1-4ubuntu39.12.10.4) quantal-proposed; urgency=low * debian/rules and debian/lxc.postinst: set /var/lib/lxc and /var/cache/lxc diff -Nru lxc-0.8.0~rc1/debian/rules lxc-0.8.0~rc1/debian/rules --- lxc-0.8.0~rc1/debian/rules 2013-10-30 02:45:33.000000000 +0000 +++ lxc-0.8.0~rc1/debian/rules 2013-10-30 04:18:27.000000000 +0000 @@ -37,7 +37,9 @@ override_dh_builddeb: # prevent system users from using setuid-root binaries under /var/lib/lxc + mkdir -p debian/lxc/var/lib/lxc chmod 700 debian/lxc/var/lib/lxc + mkdir -p debian/lxc/var/cache/lxc chmod 700 debian/lxc/var/cache/lxc dh_builddeb -- -Zgzip -z9