[mame] 02/02: Disentangle verbose builds from DH_VERBOSE.

Jordi Mallach jordi at moszumanska.debian.org
Thu Jul 21 23:20:52 UTC 2016


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

jordi pushed a commit to branch master
in repository mame.

commit 6e6c7f4c6254532495d1672a9dae9d56d58e9106
Author: Jordi Mallach <jordi at debian.org>
Date:   Fri Jul 22 01:20:05 2016 +0200

    Disentangle verbose builds from DH_VERBOSE.
---
 debian/changelog |  1 +
 debian/rules     | 10 +++-------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a4a00ac..f4f6ed6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ mame (0.175-2) unstable; urgency=medium
   * Add kfreebsd.patch to solve a lot more build issues on kfreebsd-*.
     Many thanks to Steven Chamberlain!
   * Add hurd.patch with some fixes to the build on hurd-i386 systems.
+  * Make mame build verbosely by default, without entangling it to DH_VERBOSE.
 
  -- Cesare Falco <c.falco at ubuntu.com>  Fri, 08 Jul 2016 13:08:40 +0200
 
diff --git a/debian/rules b/debian/rules
index e47c515..fb50883 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 # 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
+#export DH_VERBOSE = 1
 
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
@@ -46,7 +46,8 @@ DEB_OPTS = \
     USE_SYSTEM_LIB_SQLITE3=1 \
     USE_SYSTEM_LIB_PORTMIDI=1 \
     USE_SYSTEM_LIB_PORTAUDIO=1 \
-    USE_SYSTEM_LIB_UV=1
+    USE_SYSTEM_LIB_UV=1 \
+    VERBOSE=1
 
 # Override make variables for specific archs
 # Linux architectures
@@ -162,11 +163,6 @@ DEB_OPTS += \
     NO_USE_MIDI=1
 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