[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, experimental, updated. b9b4efd938fabbcb8ea5bffa882cbdab72af2069

Giuseppe Iuculano iuculano at debian.org
Wed Aug 3 08:59:53 UTC 2011


The following commit has been merged in the experimental branch:
commit b9b4efd938fabbcb8ea5bffa882cbdab72af2069
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Wed Aug 3 10:59:34 2011 +0200

    libv8 system libs postponed to r14

diff --git a/debian/changelog b/debian/changelog
index a85bc5f..73eec1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,14 +4,14 @@ chromium-browser (13.0.782.99~r93151-1) UNRELEASED; urgency=low
   * Re-added binutils-gold in Build-depends
   * Refreshed patches
   * Switch to git
-  * Use system vpx, flac, webp, speex libs, libv8
+  * Use system vpx, flac, webp, speex libs
   * Build-depens on gyp >= 0.1~svn971
   * Run the gclient hooks when creating the source tarball, as we need files
     from the Native Client's integrated runtime (IRT) library
     (Thanks to Fabien Tassin)
   * Install the NaCL IRT files
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Mon, 01 Aug 2011 14:03:22 +0200
+ -- Giuseppe Iuculano <iuculano at debian.org>  Wed, 03 Aug 2011 10:58:37 +0200
 
 chromium-browser (12.0.742.112~r90304-1) unstable; urgency=high
 
diff --git a/debian/control b/debian/control
index 4123ad8..3869813 100644
--- a/debian/control
+++ b/debian/control
@@ -50,7 +50,6 @@ Build-Depends: cdbs,
 	libicu-dev (>= 4.2.1),
 	libevent-dev (>= 1.4.13),
 	yasm,
-	libv8-dev (>= 3.1.8),
 	libprotobuf-dev,
 	protobuf-compiler,
 	libglewmx1.5-dev,
diff --git a/debian/patches/series b/debian/patches/series
index 239f842..b3ea9d5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,4 +16,4 @@ gcc46.patch
 #protobuf.patch
 #javascript-i18n.patch
 #icu.patch
-system_v8.patch
+#system_v8.patch
diff --git a/debian/rules b/debian/rules
index bb8ffb3..c8fadf2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ WANT_SYSTEM_LIBS ?= 1
 WANT_SHARED_LIBS ?= 0
 WANT_TESTS       ?= 0
 WANT_SANDBOXING  ?= 1
-USE_SYSTEM_V8    ?= 1
+USE_SYSTEM_V8    ?= 0
 VERBOSE          ?= 0
 
 export DEB_BUILD_HARDENING=1

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list