[mame] 06/13: Make the build verbose and remove obsolete define SDL_LIBVER.

Jordi Mallach jordi at moszumanska.debian.org
Tue Mar 22 23:20:49 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 a236a44c4942e872a699d41b597f9835e10cdd7d
Author: Jordi Mallach <jordi at debian.org>
Date:   Tue Mar 22 23:24:10 2016 +0100

    Make the build verbose and remove obsolete define SDL_LIBVER.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8e1274..382188d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ mame (0.171-1) UNRELEASED; urgency=medium
     add libsqlite3-dev to B-Ds.
   * Add date_timestamp.patch: remove date of build, which is pointless and
     makes the binary non-reproducible.
+  * Make the build verbose and remove obsolete define SDL_LIBVER.
 
  -- Jordi Mallach <jordi at debian.org>  Thu, 10 Mar 2016 23:38:43 +0100
 
diff --git a/debian/rules b/debian/rules
index 43976d4..e12669b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,6 @@ DEB_OPTS = \
     NOWERROR=1 \
     OSD=sdl \
     DEBUG= \
-    SDL_LIBVER=sdl2 \
     TARGETOS=linux \
     FORCE_DRC_C_BACKEND=1 \
     PTR64= \
@@ -37,7 +36,8 @@ DEB_OPTS = \
     USE_SYSTEM_LIB_FLAC=1 \
     USE_SYSTEM_LIB_SQLITE3=1 \
     USE_SYSTEM_LIB_PORTMIDI=1 \
-    USE_SYSTEM_LIB_PORTAUDIO=1
+    USE_SYSTEM_LIB_PORTAUDIO=1 \
+    VERBOSE=1
 
 # Override make variables for specific archs
 # Linux architectures

-- 
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