#!/usr/bin/make -f

# This has to be exported to make some magic below work.
export DH_OPTIONS
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# test: target in Makefile is broken.
# don't forget to notify upstream.
override_dh_auto_test:
	echo "Testing is not possible since upstream source is lacking needed input files."

override_dh_installchangelogs:
	dh_installchangelogs RELEASE-NOTES.txt
