[Pkg-chromium-commit] [pkg-chromium] 01/10: Release 28.0.1500.95-2.

Michael Gilbert mgilbert at alioth.debian.org
Sat Aug 24 23:58:57 UTC 2013


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository pkg-chromium.

commit 1520b1354008f6e688b79d24e6db6fc2d7897cc7
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sat Aug 24 16:48:40 2013 +0000

    Release 28.0.1500.95-2.
---
 debian/changelog                 |    7 +++++++
 debian/control                   |    2 --
 debian/patches/gold-linker.patch |   15 +++++++++++++++
 debian/patches/series            |    1 +
 4 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7731d47..2bdb552 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+chromium-browser (28.0.1500.95-2) unstable; urgency=medium
+
+  * Use -fuse-ld=gold instead of binutils-gold.
+  * Drop libv8-dev build-dependency.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Wed, 31 Jul 2013 20:22:33 +0000
+
 chromium-browser (28.0.1500.95-1) unstable; urgency=medium
 
   * New upstream stable release:
diff --git a/debian/control b/debian/control
index 8bbef7e..e960433 100644
--- a/debian/control
+++ b/debian/control
@@ -63,11 +63,9 @@ Build-Depends: cdbs,
 	libxt-dev,
 	libxtst-dev,
 	libpam0g-dev,
-	binutils-gold,
 	libflac-dev,
 	libwebp-dev,
 	autotools-dev,
-	libv8-dev (>= 3.8),
 	libpulse-dev,
 	libavcodec-dev (>= 4:0.7.1),
 	libavformat-dev (>= 4:0.7.1),
diff --git a/debian/patches/gold-linker.patch b/debian/patches/gold-linker.patch
new file mode 100644
index 0000000..1d1a98a
--- /dev/null
+++ b/debian/patches/gold-linker.patch
@@ -0,0 +1,15 @@
+Index: chromium/src/build/common.gypi
+===================================================================
+--- chromium.orig/src/build/common.gypi	2013-07-30 20:36:37.139951931 +0000
++++ chromium/src/build/common.gypi	2013-07-31 20:34:42.028799258 +0000
+@@ -2263,6 +2263,10 @@
+               # Don't warn about printf format problems.
+               # This is off by default in gcc but on in Ubuntu's gcc(!).
+               '-Wno-format',
++              '-fuse-ld=gold',
++            ],
++            'ldflags': [
++              '-fuse-ld=gold',
+             ],
+             'cflags_cc!': [
+               # TODO(fischman): remove this.
diff --git a/debian/patches/series b/debian/patches/series
index a5df548..ce38549 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ webkit-version.patch
 arm.patch
 icon.patch
 arm-neon.patch
+gold-linker.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list