#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

include /usr/share/dpkg/default.mk
# for hardening you might like to uncomment this:
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_test:
	echo "I: Tests try to download external files, skip build time tests"

execute_after_dh_installdocs:
	find debian -name 'LICENSE' | xargs rm -rf
