#!/usr/bin/make -f
DH_VERBOSE=1

topdir=$(shell pwd)

%:
	dh $@ --with python2

override_dh_auto_install:
	dh_auto_install
override_dh_auto_build:
	dh_clean
	dh_auto_build
override_dh_auto_clean:
	dh_auto_clean
