summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-20 11:49:15 -0400
committerJoey Hess <joey@kitenet.net>2011-06-20 11:49:15 -0400
commitf24df6415586bd07fb5903fba3252495c4e5c065 (patch)
tree21d47990dbf27097425df37dee14c5a996572320 /debian
parent031319820566968f4f44f003cd2313062231da46 (diff)
Revert "Always respect DEB_${flag}_{APPEND,SET} envvars."
This reverts commit fcfcd1298f6ea1fcfb2b2b5a529303270aa800d9. Per Raphael's mail.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index c20d5b24..57eb40c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,9 +9,7 @@ debhelper (8.1.7) UNRELEASED; urgency=low
in --libexecdir when using autoconf. Closes: #541458
* dh_auto_build, dh_auto_configure, dh: Set environment variables
listed by dpkg-buildflags --export. Any environment variables that
- are already set to other values will not be changed unless
- appropriate DEB_${flag}_{APPEND,SET} environment variables are also
- set (see dpkg-buildflags(1)).
+ are already set to other values will not be changed.
Closes: #544844
* dh_movefiles: Optimise use of xargs. Closes: #627737
* Correct docs about multiarch and v9. Closes: #630826