#!/usr/bin/make -f

# Use all hardening features
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with bash-completion

# Remove license file, not needed twice
execute_after_dh_auto_install:
	rm $(CURDIR)/debian/isoquery/usr/share/doc/isoquery/GPL-3.0-or-later.txt
