#!/usr/bin/make -f

export PYBUILD_DISABLE_python2=test

%:
	dh $@ --with python2 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	rm debian/*/usr/bin/landslide

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