#!/usr/bin/make -f
export V=1

%:
	dh  $@ --with autoreconf

get-orig-source:
	uscan --verbose --force-download --rename
