#!/usr/bin/make -f export PYBUILD_NAME:=sigmavirus24-urltemplate export PYBUILD_INSTALL_ARGS_python2=--install-lib=/usr/lib/python2.7/dist-packages/python-sigmavirus24-urltemplate export PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/lib/python3/dist-packages/python-sigmavirus24-urltemplate %: dh $@ --with python2,python3 --buildsystem=pybuild