Remove stdeb-generated boilerplate from debian/rules
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 1 Jul 2013 13:25:55 +0000 (14:25 +0100)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 05:05:04 +0000 (08:05 +0300)
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 <simon.mcvittie@collabora.co.uk>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
debian/rules

index 8426848..fce6539 100755 (executable)
@@ -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 $@