~mozillateam/firefox/firefox-beta.eoan

« back to all changes in this revision

Viewing changes to debian/patches/cleanup-old-distribution-search-engines.patch

  • Committer: Rico Tzschichholz
  • Date: 2020-04-13 08:11:44 UTC
  • Revision ID: ricotz@ubuntu.com-20200413081144-fbpqn2bf2gfpq72m
* New upstream release from the beta channel (FIREFOX_76_0b3_BUILD1)
* Update patches
  - debian/patches/ubuntu-ua-string-changes.patch
  - debian/patches/cleanup-old-distribution-search-engines.patch
* Drop obsolete patches
  - debian/patches/s390x-authenticator.patch
  - debian/patches/mark-distribution-search-engines-as-read-only.patch
* Separately installed browser/blocklist.xml was removed
  - debian/firefox.install.in
* Bump build-dep on nasm >= 2.14.02
  - debian/control{,.in}
* Port packaging to python3

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
+      // Temporary cleanup for https://launchpad.net/bugs/1791789 - distribution
20
20
+      // engines prior to this update were not marked as read only
21
 
+      if (skipReadOnly && /^(\[distribution\])/.test(engine._loadPath)) {
 
21
+      if (skipBuiltIn && /^(\[distribution\])/.test(engine._loadPath)) {
22
22
+        ++skippedEngines;
23
23
+        continue;
24
24
+      }