[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 707 honor DEB_BUILD_OPTIONS=nocheck, thanks to Jonathan Nieder

Giuseppe Iuculano iuculano at debian.org
Sun Jan 30 12:59:16 UTC 2011


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 707
Revision Id: iuculano at debian.org-20110130125916-bi9rzs5qaj4mkuyl
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : honor DEB_BUILD_OPTIONS=nocheck, thanks to Jonathan Nieder
(Closes: #589653)


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/rules

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-01-30 12:52:34 +0000
+++ b/debian/changelog	2011-01-30 12:59:16 +0000
@@ -2,8 +2,10 @@
 
   * New beta version.
   * Added a README.Debian and warn about downgrading (Closes: #605548) 
+  * honor DEB_BUILD_OPTIONS=nocheck, thanks to Jonathan Nieder
+    (Closes: #589653)
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 30 Jan 2011 13:51:40 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 30 Jan 2011 13:58:09 +0100
 
 chromium-browser (9.0.587.0~r66374-1) experimental; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2010-11-17 08:04:47 +0000
+++ b/debian/rules	2011-01-30 12:59:16 +0000
@@ -46,6 +46,10 @@
 DEB_MAKE_ENVVARS := MAKEFLAGS=$(NJOBS)
 endif
 
+ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))
+WANT_TESTS := 0
+endif
+
 # Disable SSE2
 GYP_DEFINES = disable_sse2=1
 



More information about the Pkg-chromium-commit mailing list