#!/usr/bin/make -f

export DEB_BUILD_HARDENING=1

%:
	dh $@  --with autoreconf,python2
