gramps/debian/rules

23 lines
513 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
2013-03-27 19:47:44 +05:30
# This file was automatically generated by stdeb 0.6.0 at
# Wed, 27 Mar 2013 14:11:45 +0100
2013-03-27 19:47:44 +05:30
# 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
2013-03-27 19:47:44 +05:30
#exports specified using stdeb Setup-Env-Vars:
export DH_OPTIONS=--buildsystem=python_distutils
2013-03-27 19:47:44 +05:30
%:
dh $@