[Pkg-chromium-commit] [pkg-chromium] 01/01: release 35.0.1916.114-2
Michael Gilbert
mgilbert at moszumanska.debian.org
Fri Oct 10 00:48:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
mgilbert pushed a commit to annotated tag debian/35.0.1916.114-2
in repository pkg-chromium.
commit 1874bc4a4157db718ab997669f4e32ee0ea03ca2
Author: Michael Gilbert <mgilbert at debian.org>
Date: Wed Jun 11 01:27:17 2014 +0000
release 35.0.1916.114-2
---
debian/changelog | 7 +++++++
debian/patches/gold-linker.patch | 20 --------------------
debian/patches/series | 3 ++-
3 files changed, 9 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c4133ac..284c826 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+chromium-browser (35.0.1916.114-2) unstable; urgency=medium
+
+ * Add flags to avoid memory exhaustion while linking on i386
+ (closes: #746034).
+
+ -- Michael Gilbert <mgilbert at debian.org> Tue, 27 May 2014 03:09:00 +0000
+
chromium-browser (35.0.1916.114-1) unstable; urgency=high
* New upstream stable release:
diff --git a/debian/patches/gold-linker.patch b/debian/patches/gold-linker.patch
deleted file mode 100644
index 7b02cdd..0000000
--- a/debian/patches/gold-linker.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: chromium/src/build/common.gypi
-===================================================================
---- chromium.orig/src/build/common.gypi
-+++ chromium/src/build/common.gypi
-@@ -2656,6 +2656,7 @@
- # 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',
- ],
- 'cflags_cc!': [
- # Necessary because llvm.org/PR10448 is WONTFIX (crbug.com/90453).
-@@ -3087,6 +3088,7 @@
- 'ldflags': [
- '-Wl,-z,now',
- '-Wl,-z,relro',
-+ '-fuse-ld=gold',
- ],
- },
- }],
diff --git a/debian/patches/series b/debian/patches/series
index 4b6c20f..6bf40e4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,13 +14,14 @@ fix-manpage.patch
#icu.patch
#system_v8.patch
icon.patch
-gold-linker.patch
third-party-cookies-off-by-default.patch
ps-print.patch
window-placement.patch
no-promo.patch
chromedriver-revision.patch
+linker-flags.patch
+
make-support/gyp.patch
make-support/mojo.patch
make-support/opus.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