#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.6.0 at
# Sun, 26 Sep 2010 00:49:46 +0200

# Unset the environment variables set by dpkg-buildpackage. (This is
# necessary because distutils is brittle with compiler/linker flags
# set. Specifically, packages using f2py will break without this.)
unexport CPPFLAGS
unexport CFLAGS
unexport CXXFLAGS
unexport FFLAGS
unexport LDFLAGS

#exports specified using stdeb Setup-Env-Vars:
#export DH_OPTIONS=--buildsystem=python_distutils --force-buildsystem=False --with=python2


%:
	if `grep -q lucid /etc/lsb-release`; then \
		dh $@ --buildsystem=python_distutils --force-buildsystem=False ;\
	else \
		dh $@ --buildsystem=python_distutils --force-buildsystem=False --with=python2 ;\
	fi


