summaryrefslogtreecommitdiff
path: root/dh
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 /dh
parent031319820566968f4f44f003cd2313062231da46 (diff)
Revert "Always respect DEB_${flag}_{APPEND,SET} envvars."
This reverts commit fcfcd1298f6ea1fcfb2b2b5a529303270aa800d9. Per Raphael's mail.
Diffstat (limited to 'dh')
-rwxr-xr-xdh12
1 files changed, 0 insertions, 12 deletions
diff --git a/dh b/dh
index 5ea6643a..aba8c270 100755
--- a/dh
+++ b/dh
@@ -193,18 +193,6 @@ sequence addons like this:
%:
dh $@ --with quilt
-In order to override standard build flags, export appropriate environment
-variables as documented in the L<dpkg-buildflags(1)> manual page. They will be
-preferred over directly exported their counterparts (CFLAGS, CXXFLAGS, LDFLAGS
-etc.). For example, to append -Wall to the standard CFLAGS and CXXFLAGS, use:
-
- #!/usr/bin/make -f
- export DEB_CFLAGS_APPEND = -Wall
- export DEB_CXXFLAGS_APPEND = -Wall
-
- %:
- dh $@
-
Here is an example of overriding where the B<dh_auto_>I<*> commands find
the package's source, for a package where the source is located in a
subdirectory.