#!/usr/bin/make -f # Prevent setuptools/distribute from accessing the internet. export http_proxy = http://127.0.0.1:9 # Uncomment this to turn on verbose mode. #DH_VERBOSE=1 %: dh $@ --with python2 --namespace=leap.soledad --with=systemd override_dh_auto_clean: dh_auto_clean find . -name "*.pyc" -exec rm -rf {} \; find . -name ".tox" -exec rm -rf {} \;