#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.6.0+git at
# Mon, 14 Jul 2014 18:56:55 +0200

%:
	dh $@ --with python-virtualenv

#override_dh_virtualenv:
#	# --upgrade-pip does not exist on Ubuntu 16.04 / ver 0.11
#	dh_virtualenv --upgrade-pip
#
override_dh_virtualenv:
	dh_virtualenv --python python3

override_dh_shlibdeps:
	dh_shlibdeps --exclude=libz --exclude=png16  --exclude=Pillow.libs

override_dh_strip:
	dh_strip --exclude=cffi --exclude=PIL --exclude=Pillow
