[Build-common-hackers] Bug#256079: New patch for 256079, uses DEB_VERBOSE_ALL

W. Borgert debacle@debian.org, 256079@bugs.debian.org
Sun, 5 Sep 2004 17:42:11 +0000


--MGYHOYXEY6WxJCY8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

This one is better, because no additional variable is
introduced.


--MGYHOYXEY6WxJCY8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="buildcore.mk.patch"

--- buildcore.mk.orig	2004-06-23 19:56:58.000000000 +0000
+++ buildcore.mk	2004-06-23 20:37:59.000000000 +0000
@@ -56,7 +56,9 @@
 # the future it will be a good place to generate debian/control, but right
 # now we don't support that very well.
 pre-build:: testdir makebuilddir
+ifdef DEB_VERBOSE_ALL
 	$(foreach x,$(_cdbs_deprecated_vars),$(warning "$x is a deprecated variable"))
+endif
 
 # This target is called after patches are applied.  Right now it's only used
 # by the patch system.

--MGYHOYXEY6WxJCY8--