mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
23 lines
517 B
Makefile
Executable File
23 lines
517 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# This file was automatically generated by stdeb 0.5.1+git at
|
|
# Mon, 22 Feb 2010 08:44:36 +0100
|
|
|
|
# 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 $@
|
|
|
|
|