From: Simon McVittie Date: Mon, 1 Jul 2013 13:25:55 +0000 (+0100) Subject: Remove stdeb-generated boilerplate from debian/rules X-Git-Tag: v2.5~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc28be9bffbdb70608d490cabec4837a53401598;p=tools%2Fbmap-tools.git Remove stdeb-generated boilerplate from debian/rules This particular package doesn't contain any compiled code, let alone f2py, so there's no point in doing strange things with compiler/linker flags. If we gain any C code later, respecting the CFLAGS etc. is recommended anyway, to pick up "hardening" flags. Signed-off-by: Simon McVittie Signed-off-by: Artem Bityutskiy --- diff --git a/debian/rules b/debian/rules index 8426848..fce6539 100755 --- a/debian/rules +++ b/debian/rules @@ -1,21 +1,5 @@ #!/usr/bin/make -f -# This file was automatically generated by stdeb 0.6.0 at -# Wed, 26 Sep 2012 12:22:04 +0300 - -# 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 $@