#!/usr/bin/make -f

%:
	dh $@ --parallel

override_dh_install:
	dh_install
	# until xml-core gets updated:
	dh_installxmlcatalogs

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