#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_clean: rm -fr build override_dh_auto_configure: mkdir -p build cd build && meson .. --prefix=/usr \ -Dinit-script=systemd \ -Dfuse-version=3 override_dh_auto_install: dh_auto_install --destdir=debian/lxcfs override_dh_installsystemd: dh_installsystemd -p lxcfs --no-start --no-stop-on-upgrade lxcfs.service