#!/usr/bin/make -f %: dh $@ override_dh_auto_test: override_dh_auto_install: $(MAKE) prefix=$(CURDIR)/debian/9mount/usr install chown root:root debian/9mount/usr/bin/* override_dh_fixperms: dh_fixperms -Xusr/bin/9bind -Xusr/bin/9mount -Xusr/bin/9umount override_dh_strip: dh_strip --dbg-package=9mount-dbg .PHONY: override_dh_auto_test override_dh_auto_install override_dh_fixperms override_dh_strip