#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

default:
	@uscan --no-conf --dehs || true

%:
	dh $@

get-orig-source:
	uscan --no-conf --download-current-version --verbose
