12345678910111213141516171819202122 |
- #!/usr/bin/make -f
- # This file was automatically generated by stdeb 0.5.1 at
- # Wed, 09 May 2012 07:44:10 -0700
- # 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
- %:
- dh $@
|