#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs dist/perl-BSSolv.changes

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..
