#!/usr/bin/make -f

%:
	dh $@ --with python-virtualenv --setuptools --preinstall requirements/base.txt
