Merge lp:~chrisccoulson/chromium-browser/chromium-browser.head.search into lp:chromium-browser

Proposed by Chris Coulson
Status: Merged
Merged at revision: not available
Proposed branch: lp:~chrisccoulson/chromium-browser/chromium-browser.head.search
Merge into: lp:chromium-browser
Diff against target: 38 lines (+11/-0)
2 files modified
debian/changelog (+5/-0)
debian/rules (+6/-0)
To merge this branch: bzr merge lp:~chrisccoulson/chromium-browser/chromium-browser.head.search
Reviewer Review Type Date Requested Status
Fabien Tassin (community) Approve
Review via email: mp+23435@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Fabien Tassin (fta) wrote :

Merged, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-04-14 20:08:23 +0000
3+++ debian/changelog 2010-04-14 21:21:24 +0000
4@@ -1,5 +1,6 @@
5 chromium-browser (5.0.370.0~svn20100405r43596-0ubuntu1) UNRELEASED; urgency=low
6
7+ [ Fabien Tassin <fta@ubuntu.com> ]
8 * Build with build_ffmpegsumo=0 instead of use_system_ffmpeg=1 (which
9 now means something else)
10 - update debian/rules
11@@ -9,6 +10,10 @@
12 the channels updates often failing with a "Can't switch the checkout" error
13 - update debian/rules
14
15+ [ Chris Coulson <chris.coulson@canonical.com> ]
16+ * Update the default search URL
17+ - update debian/rules
18+
19 -- Fabien Tassin <fta@ubuntu.com> Mon, 05 Apr 2010 04:00:02 +0200
20
21 chromium-browser (5.0.342.9~r43360-0ubuntu1) lucid; urgency=low
22
23=== modified file 'debian/rules'
24--- debian/rules 2010-04-14 20:08:23 +0000
25+++ debian/rules 2010-04-14 21:21:24 +0000
26@@ -291,6 +291,12 @@
27 ######
28 DO = (touch r1; echo '$(1)'; $(1); touch r2 ; T1=`date -r r1 +%s` ; T2=`date -r r2 +%s`; echo "PERF: '$(2)' built in "`expr $$T2 - $$T1`" sec"; rm -f r1 r2;)
29
30+pre-build::
31+ifneq (,$(findstring Ubuntu,$(DEBIAN_DIST)))
32+ sed -ri '/const PrepopulatedEngine google = \{/,/\}\;/ { s/sourceid=chrome\&/&client=ubuntu\&channel=cs\&/g; }' \
33+ build-tree/src/chrome/browser/search_engines/template_url_prepopulate_data.cc
34+endif
35+
36 DEB_MAKE_BUILD_TARGET := $(BUILD_ARGS) $(BUILD_TARGETS)
37
38 configure/$(DEBIAN_NAME):: debian/configure-stamp

Subscribers

People subscribed via source and target branches

to status/vote changes: