#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autoreconf,autotools-dev override_dh_fixperms: dh_fixperms chmod 4755 debian/linux-user-chroot/usr/bin/linux-user-chroot override_dh_strip: dh_strip --dbg-package=linux-user-chroot-dbg .PHONY: override_dh_fixperms override_dh_strip