#!/usr/bin/make -f export PYBUILD_NAME=gallery-dl export PYBUILD_DISABLE_python3=test export SYSCONFDIR=/etc %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_configure: make dh_auto_configure override_dh_auto_clean: make clean dh_auto_clean override_dh_clean: rm -rf gallery_dl.egg-info dh_clean