From 046df6be677601cebd2b6b8e29099271a7677dfc Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 19 Mar 2014 21:07:21 +0000 Subject: [PATCH] Export V=1 for debian builds Now that we're using AM_SILENT_RULES this needs to be set so we can see what's going on in our build logs. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 352ca36b59..bb392b67f8 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ export DH_VERBOSE=1 export VERBOSE=1 +export V=1 FS_CC?=gcc FS_CXX?=g++