summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-08-06 18:58:55 -0400
committerJoey Hess <joey@kitenet.net>2011-08-06 18:59:43 -0400
commitcf88cb54bfc44e8a48eacc3bd6e852d7413780f7 (patch)
treebddad8228594bd46cc870dc4596ac60a4976f75c /dh
parent3d2a36e2957745d9be7d8ce978eaf3ac2edd29d2 (diff)
dpkg-buildflags is only used to set environment in v9
To avoid re-breaking packages that were already broken a first time by dpkg-buildpackage unconditionally setting the environment, and unbroke it by unsetting variables in the rules file. (Example: numpy)
Diffstat (limited to 'dh')
-rwxr-xr-xdh3
1 files changed, 0 insertions, 3 deletions
diff --git a/dh b/dh
index 474cba88..c66d987b 100755
--- a/dh
+++ b/dh
@@ -283,9 +283,6 @@ options can override this behavior.
A sequence can also run dependent targets in debian/rules. For
example, the "binary" sequence runs the "install" target.
-B<dh> sets environment variables listed by B<dpkg-buildflags>, unless
-they are already set. It supports DEB_BUILD_OPTIONS=noopt too.
-
B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass information
through to debhelper commands that are run inside override targets. The
contents (and indeed, existence) of this environment variable, as the name