#!/usr/bin/make -f
export DH_VERBOSE=1
export PYBUILD_NAME=keras_applications

export KERAS_BACKEND=theano
export THEANO_FLAGS=base_compiledir='.pybuild',device=cpu
export PYTHONDONTWRITEBYTECODE=1

export LC_ALL=C.UTF-8
export LANG=C.UTF-8

%:
	dh $@ --buildsystem=pybuild

override_dh_compress:
	dh_compress -X.py
