#!/usr/bin/make -f
DEB_BUILD_HARDENING=1
%:
	dh $@ --with quilt

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp/

