~mozillateam/firefox/firefox.disco

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu-ua-string-changes.patch

  • Committer: Olivier Tilloy
  • Date: 2019-08-27 06:21:01 UTC
  • mfrom: (1086.1.217 firefox-beta.disco)
  • Revision ID: olivier.tilloy@canonical.com-20190827062101-7g5h4vskmlec1k46
* New upstream stable release (69.0build2)

[ Olivier Tilloy ]
* Re-enable and update debian/patches/unity-menubar.patch
* Stop building and remove firefox-globalmenu (LP: #1834866)

[ Rico Tzschichholz ]
* Update cbindgen to 0.9.0
  - debian/build/create-tarball.p
* Use firefox-*.json to retrieve revision
  - debian/build/create-tarball.py
* Bump build-dep to clang-8 and llvm-8-dev
  - debian/config/mozconfig.in
  - debian/control{,.in}
* Bump build-dep on rustc >= 1.35.0 and cargo >= 0.36
  - debian/control{,.in}
* Update patches
  - debian/patches/ubuntu-ua-string-changes.patch
  - debian/patches/unity-menubar.patch
* Drop upstreamed patches
  - debian/patches/skcms-workaround-gcc-bug.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
===================================================================
108
108
--- a/netwerk/protocol/http/moz.build
109
109
+++ b/netwerk/protocol/http/moz.build
110
 
@@ -154,3 +154,6 @@
111
 
         DEFINES.update(
 
110
@@ -154,4 +154,7 @@
112
111
             HAS_CONNECTX=True,
113
112
         )
114
 
+
 
113
 
115
114
+if CONFIG['MOZ_UA_VENDOR']:
116
115
+    DEFINES['MOZ_UA_VENDOR'] = '"%s"' % CONFIG['MOZ_UA_VENDOR']
 
116
+
 
117
 include('/tools/fuzzing/libfuzzer-config.mozbuild')