#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	NOCONFIGURE=1 ./autogen.sh
	dh_auto_configure --			\
                --disable-silent-rules		\
	        $(NULL)

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..
