diff -Nru lxc-1.0.6/debian/changelog lxc-1.0.6/debian/changelog --- lxc-1.0.6/debian/changelog 2015-01-05 19:25:09.000000000 +0100 +++ lxc-1.0.6/debian/changelog 2015-04-11 13:39:24.000000000 +0200 @@ -1,3 +1,11 @@ +lxc (1:1.0.6-6~bpo70+0~local1) UNRELEASED; urgency=low + + * Backported to Wheezy. + - Remove libselinux-dev Build-Dependency. + - Remove systemd (on host) support. + + -- Christian Seiler Sat, 11 Apr 2015 13:29:30 +0200 + lxc (1:1.0.6-6) unstable; urgency=low * Use http.debian.net instead of cdn.debian.net (Closes: #774204, diff -Nru lxc-1.0.6/debian/control lxc-1.0.6/debian/control --- lxc-1.0.6/debian/control 2015-01-05 19:25:03.000000000 +0100 +++ lxc-1.0.6/debian/control 2015-04-11 13:31:22.000000000 +0200 @@ -5,7 +5,6 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, - dh-systemd, doxygen, autotools-dev, docbook2x, @@ -14,7 +13,6 @@ liblua5.2-dev, libcap-dev, libseccomp-dev [amd64 armhf i386], - libselinux-dev, linux-libc-dev, pkg-config, python3-dev, diff -Nru lxc-1.0.6/debian/lxc.install lxc-1.0.6/debian/lxc.install --- lxc-1.0.6/debian/lxc.install 2015-01-05 19:25:03.000000000 +0100 +++ lxc-1.0.6/debian/lxc.install 2015-04-11 13:41:21.000000000 +0200 @@ -1,5 +1,4 @@ etc -lib usr/bin usr/lib/*/*.so.* usr/lib/*/lua diff -Nru lxc-1.0.6/debian/rules lxc-1.0.6/debian/rules --- lxc-1.0.6/debian/rules 2015-01-05 19:25:03.000000000 +0100 +++ lxc-1.0.6/debian/rules 2015-04-11 13:40:07.000000000 +0200 @@ -5,7 +5,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh ${@} --parallel --with autoreconf,autotools_dev,python3,systemd + dh ${@} --parallel --with autoreconf,autotools_dev,python3 override_dh_auto_configure: dh_auto_configure -- \ @@ -13,7 +13,7 @@ --enable-doc \ --enable-api-docs \ --enable-apparmor \ - --enable-selinux \ + --disable-selinux \ --disable-cgmanager \ --enable-capabilities \ --enable-examples \ @@ -24,10 +24,10 @@ --enable-tests \ --enable-configpath-log \ --with-distro=debian \ - --with-init-script=sysvinit,systemd + --with-init-script=sysvinit override_dh_auto_install: - dh_auto_install -- SYSTEMD_UNIT_DIR=/lib/systemd/system + dh_auto_install # removing unused files rm -rf debian/tmp/usr/include