#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export PYBUILD_NAME = ishtar %: @dh $@ --with python3 --buildsystem=pybuild #override_dh_auto_test: #dh_auto_test -- --test-tox # tox -c tox.ini -e py37 #PYTHON2=$(shell pyversions -vr) # ## Prevent setuptools/distribute from accessing the internet. #export http_proxy = http://127.0.9.1:9 # #%: # dh $@ # #override_dh_auto_build: # echo "Building does nothing" # #override_dh_auto_configure: # echo "Configuring does nothing" # #override_dh_auto_install: # git ls-files \ # | grep -v ^debian \ # | grep -v ^django-simple-history \ # | grep -v ^doc \ # > install.list # mkdir -p debian/tmp/var/lib/python-django-ishtar # rsync -av --files-from install.list . debian/tmp/var/lib/python-django-ishtar # #override_dh_auto_clean: # dh_auto_clean # rm -f install.list