[mame] 04/09: Use DH_VERBOSE to request full build log

Cesare Falco cesarefalco-guest at moszumanska.debian.org
Wed Apr 20 09:58:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

cesarefalco-guest pushed a commit to branch master
in repository mame.

commit c9b9bc1ae1fa87b43caafb0e520489ea812e76f3
Author: Cesare Falco <c.falco at ubuntu.com>
Date:   Tue Apr 19 12:55:07 2016 +0200

    Use DH_VERBOSE to request full build log
---
 debian/rules | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 79fd8ec..61b4be0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@
 # This special exception was added by Craig Small in version 0.37 of dh-make.
 # Default/i386/amd64 options from sdlmame rules file by Cesare Falco.
 
+export DH_VERBOSE = 1
+
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 # Define DEB_HOST_MULTIARCH for QT prefix handling
@@ -41,8 +43,7 @@ DEB_OPTS = \
     USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3 \
     USE_SYSTEM_LIB_SQLITE3=1 \
     USE_SYSTEM_LIB_PORTMIDI=1 \
-    USE_SYSTEM_LIB_PORTAUDIO=1 \
-    VERBOSE=1
+    USE_SYSTEM_LIB_PORTAUDIO=1
 
 # Override make variables for specific archs
 # Linux architectures
@@ -126,6 +127,11 @@ DEB_OPTS += \
     NOASM=
 endif
 
+# Enable full building log when verbose output required
+ifdef DH_VERBOSE
+DEB_OPTS += VERBOSE=1
+endif
+
 DEB_MAME_OPTS = \
     SDL_INI_PATH=/etc/mame \
     FULLNAME=mame \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git



More information about the Pkg-games-commits mailing list