#!/usr/bin/make -f

# make build non-silent
export V=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@ --with bash-completion
