[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/27.0.1453.110-1-10-gdecb67d

Michael Gilbert mgilbert at debian.org
Fri Jul 12 14:59:34 UTC 2013


The following commit has been merged in the master branch:
commit 2dcd9ad3d174dd5ccb94846fc0897a6b79185351
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Fri Jul 12 10:53:49 2013 -0400

    Enable verbose build.

diff --git a/debian/rules b/debian/rules
index 3f27243..eb051e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+export DH_VERBOSE = 1
 
 DEBIAN_NAME		:= chromium
 DEBIAN_VERSION		:= $(shell dpkg-parsechangelog | sed -n 's/^Version: *\(.*\)$$/\1/ p')
@@ -30,7 +31,6 @@ WANT_SHARED_LIBS ?= 0
 WANT_TESTS       ?= 0
 WANT_SANDBOXING  ?= 1
 USE_SYSTEM_V8    ?= 0
-VERBOSE          ?= 0
 
 #export DEB_BUILD_HARDENING=1
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
@@ -166,7 +166,7 @@ endif
 BUILD_ARGS += BUILDTYPE=$(BUILD_TYPE)
 
 # Verbose?
-ifeq (1,$(VERBOSE))
+ifeq (1,$(DH_VERBOSE))
 BUILD_ARGS += V=1
 endif
 

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list