~mozillateam/firefox/firefox.focal

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Olivier Tilloy
  • Date: 2020-01-07 22:25:20 UTC
  • mfrom: (1086.1.241 firefox-beta.focal)
  • Revision ID: olivier.tilloy@canonical.com-20200107222520-8wa2o1jix9h7x72p
* New upstream stable release (72.0+build4)

[ Olivier Tilloy ]
* Remove debian/patches/unity-menubar.patch before the LTS release to minimize the maintenance effort
* Use the upstream Build ID, to ensure it is the same across Ubuntu releases for a given firefox version (LP: #1851936)
  - debian/build/create-tarball.py
  - debian/build/rules.mk
  - debian/config/mozconfig.in

[ Rico Tzschichholz ]
* Exclude autoconf files from integrity check
  - debian/patches/drop-some-file-integrity-checks.patch
* Bump build-dep on clang >= 8 (LP: #1850529)
  - debian/control{,.in}
  - debian/build/rules.mk
* Update cbindgen to 0.12.1
  - debian/build/create-tarball.py
* Use ac_add_options to define specific compiler and tool versions (https://bugzilla.mozilla.org/show_bug.cgi?id=1603860)
  - debian/config/mozconfig.in

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        xvfb,
38
38
        python (>= 2.7),
39
39
        libffi-dev (>= 3.0.9) [powerpc ppc64el s390x],
40
 
        clang-9 | clang-8 | clang-6.0,
41
 
        libclang-9-dev | libclang-8-dev | libclang-6.0-dev,
42
 
        llvm-9-dev | llvm-8-dev | llvm-6.0-dev,
 
40
        clang-9 | clang-8,
 
41
        libclang-9-dev | libclang-8-dev,
 
42
        llvm-9-dev | llvm-8-dev,
43
43
        cargo (>= 0.38),
44
44
        rustc (>= 1.37.0),
45
45
        nodejs (>= 8.11)