From f24df6415586bd07fb5903fba3252495c4e5c065 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Jun 2011 11:49:15 -0400 Subject: Revert "Always respect DEB_${flag}_{APPEND,SET} envvars." This reverts commit fcfcd1298f6ea1fcfb2b2b5a529303270aa800d9. Per Raphael's mail. --- dh | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'dh') diff --git a/dh b/dh index 5ea6643..aba8c27 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 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 BI<*> commands find the package's source, for a package where the source is located in a subdirectory. -- cgit v1.2.1