#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@ --with python2

override_dh_install:
	dh_numpy
	dh_install 
	rm ./debian/python-libtiff/usr/lib/python2.*/dist-packages/libtiff/LICENSE

get-orig-source:
	./debian/get-orig-source
