#!/usr/bin/make -f

# If set to a true value then MakeMaker's prompt function will
# always return the default without waiting for user input.
export PERL_MM_USE_DEFAULT=1

%:
	dh $@

get-orig-source:
	uscan -force -verbose

.PHONY: get-orig-source
