From 9501911964aafac943276205a3c099e0406bc0d0 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Mon, 20 Jan 2014 00:30:58 +0000 Subject: [PATCH] Build debian packages verbosely --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e2586a455c..6010f5f1b9 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,8 @@ # -*- mode:makefile -*- ##### Author: Travis Cross -#export DH_VERBOSE=1 +export DH_VERBOSE=1 +export VERBOSE=1 FS_CC?=gcc FS_CXX?=g++