#!/usr/bin/make -f
%:
	dh $@ --with phpcomposer

override_dh_auto_clean override_dh_auto_build:

get-orig-source:
	uscan --verbose --force --repack
