rules 513 B

12345678910111213141516171819202122
  1. #!/usr/bin/make -f
  2. # This file was automatically generated by stdeb 0.5.1 at
  3. # Wed, 09 May 2012 07:44:10 -0700
  4. # Unset the environment variables set by dpkg-buildpackage. (This is
  5. # necessary because distutils is brittle with compiler/linker flags
  6. # set. Specifically, packages using f2py will break without this.)
  7. unexport CPPFLAGS
  8. unexport CFLAGS
  9. unexport CXXFLAGS
  10. unexport FFLAGS
  11. unexport LDFLAGS
  12. #exports specified using stdeb Setup-Env-Vars:
  13. export DH_OPTIONS=--buildsystem=python_distutils
  14. %:
  15. dh $@