#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	cp /usr/share/misc/config.sub build/autoconf
	cp /usr/share/misc/config.guess build/autoconf
	chmod +x configure
	dh_auto_configure
	chmod -x configure

get-orig-source:
	uscan --repack --rename --download-current-version
