#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
%:
	dh $@

override_dh_auto_install:
	echo "Rather use dh_install since upstream Makefile tries to change ownership which is not permitted."
