[Pkg-chromium-commit] chromium-browser/chromium-browser.experimental: 686 Remove disable_dlog_and_dcheck_in_release_builds.patch

Giuseppe Iuculano iuculano at debian.org
Wed Oct 6 09:11:35 UTC 2010


Branch name: chromium-browser/chromium-browser.experimental
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.experimental
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 686
Revision Id: iuculano at debian.org-20101006091135-5hs2hzmihqdob6z1
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Remove disable_dlog_and_dcheck_in_release_builds.patch


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/patches/series

  ** Removed :
        - debian/patches/disable_dlog_and_dcheck_in_release_builds.patch
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2010-10-06 07:46:36 +0000
+++ b/debian/changelog	2010-10-06 09:11:35 +0000
@@ -7,8 +7,9 @@
   * Enable compile-time dependency on gnome-keyring
   * Use system speex
   * Build depends on libv8-dev >= 2.4.7
+  * Remove disable_dlog_and_dcheck_in_release_builds.patch
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Wed, 06 Oct 2010 08:38:08 +0200
+ -- Giuseppe Iuculano <iuculano at debian.org>  Wed, 06 Oct 2010 11:11:03 +0200
 
 chromium-browser (6.0.472.62~r59676-1) unstable; urgency=low
 

=== removed file 'debian/patches/disable_dlog_and_dcheck_in_release_builds.patch'
--- a/debian/patches/disable_dlog_and_dcheck_in_release_builds.patch	2010-10-01 15:52:00 +0000
+++ b/debian/patches/disable_dlog_and_dcheck_in_release_builds.patch	1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
----
- base/logging.h |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/src/base/logging.h
-+++ b/src/base/logging.h
-@@ -416,7 +416,7 @@ DECLARE_CHECK_STROP_IMPL(_stricmp, false
- // uses OFFICIAL_BUILD and other platforms use the branding flag when NDEBUG is
- // defined.
- #if ( defined(OS_WIN) && defined(OFFICIAL_BUILD)) || \
--    (!defined(OS_WIN) && defined(NDEBUG) && defined(GOOGLE_CHROME_BUILD))
-+    (!defined(OS_WIN) && defined(NDEBUG))
- // In order to have optimized code for official builds, remove DLOGs and
- // DCHECKs.
- #define OMIT_DLOG_AND_DCHECK 1

=== modified file 'debian/patches/series'
--- a/debian/patches/series	2010-10-01 16:14:08 +0000
+++ b/debian/patches/series	2010-10-06 09:11:35 +0000
@@ -1,7 +1,6 @@
 # system_v8.patch
 # chromium_useragent.patch
 #no_tree_sink_v8.patch
-disable_dlog_and_dcheck_in_release_builds.patch
 #ffmpegfix.patch
 nspr.patch
 nss.patch



More information about the Pkg-chromium-commit mailing list