#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

LDFLAGS+=-Wl,--as-needed
export PREFIX=/usr

%:
	dh $@ --parallel -Smakefile -Dsource

override_dh_installchangelogs:
	dh_installchangelogs README
