#!/usr/bin/make -f

export DEB_BUILD_HARDENING=1

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs README
