From 549b1726c42a214b1ba9b9569265328d094e64a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org>
Date: Sat, 27 Nov 2010 21:04:58 +0100
Subject: [PATCH 3/7] do not reset environment options in debian/rules

---
 stdeb/util.py |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/stdeb/util.py b/stdeb/util.py
index f422e09..5f4a58d 100644
--- a/stdeb/util.py
+++ b/stdeb/util.py
@@ -1246,14 +1246,6 @@ RULES_MAIN = """\
 # This file was automatically generated by stdeb %(stdeb_version)s at
 # %(date822)s
 
-# 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)s
 
 %(percent_symbol)s:
-- 
1.7.2.3

