From af4733cb070fc0b44bdb556a41e1c86c3b668e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 19 Aug 2015 11:18:46 +0200 Subject: increase verbosity --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b735031..73b274a 100755 --- a/debian/rules +++ b/debian/rules @@ -23,8 +23,13 @@ include /usr/share/dpkg/buildflags.mk #export CC=gcc-5 #export CXX=g++-5 +# +# Get the number of cpus +# NO_CPUS=$(shell cat /proc/cpuinfo | grep processor | wc -l) +export verbose=1 + %: dh $@ --with autotools-dev --parallel -- cgit v1.2.3