[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 711 Use libicu system headers

Giuseppe Iuculano iuculano at debian.org
Sun Jan 30 14:23:00 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: 711
Revision Id: iuculano at debian.org-20110130142300-tfeotoqru2s5hl7f
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Use libicu system headers


--------------------------------------------------------
  ** Added :
        - debian/patches/icu.patch

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

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-01-30 14:14:34 +0000
+++ b/debian/changelog	2011-01-30 14:23:00 +0000
@@ -8,8 +8,9 @@
     Jonathan Nieder. (Closes: #589563)
   * Refreshed patches.
   * Build against libv8
+  * Use libicu system headers
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 30 Jan 2011 15:13:57 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 30 Jan 2011 15:22:13 +0100
 
 chromium-browser (9.0.587.0~r66374-1) experimental; urgency=low
 

=== added file 'debian/patches/icu.patch'
--- a/debian/patches/icu.patch	1970-01-01 00:00:00 +0000
+++ b/debian/patches/icu.patch	2011-01-30 14:23:00 +0000
@@ -0,0 +1,11 @@
+--- a/src/chrome/browser/chromeos/dom_ui/system_settings_provider.h
++++ b/src/chrome/browser/chromeos/dom_ui/system_settings_provider.h
+@@ -10,7 +10,7 @@
+ #include "base/string16.h"
+ #include "chrome/browser/chromeos/cros/system_library.h"
+ #include "chrome/browser/chromeos/cros_settings_provider.h"
+-#include "third_party/icu/public/i18n/unicode/timezone.h"
++#include <unicode/timezone.h>
+ 
+ class Value;
+ class ListValue;

=== modified file 'debian/patches/series'
--- a/debian/patches/series	2011-01-30 14:14:34 +0000
+++ b/debian/patches/series	2011-01-30 14:23:00 +0000
@@ -14,3 +14,4 @@
 ffmpeg_arm.patch
 system-speech.patch
 #vpx.patch
+icu.patch



More information about the Pkg-chromium-commit mailing list