~mozillateam/firefox/firefox-beta.eoan

« back to all changes in this revision

Viewing changes to debian/build/create-tarball.py

  • Committer: Rico Tzschichholz
  • Date: 2020-04-24 06:00:04 UTC
  • Revision ID: ricotz@ubuntu.com-20200424060004-nh8i94roa2w5ysno
* New upstream release from the beta channel (FIREFOX_76_0b8_BUILD1)
* Update cbindgen to 0.14.1
  - debian/build/create-tarball.py
* Drop obsolete patches
  - debian/patches/bug1622013-vpx-mmx.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
        CheckCall(['cargo', 'new', 'vendored-cbindgen', '--vcs', 'none'])
129
129
        with ScopedWorkingDirectory('vendored-cbindgen'):
130
130
          with open('Cargo.toml', 'a+') as fd:
131
 
            fd.write('cbindgen = "=0.13.2"')
 
131
            fd.write('cbindgen = "=0.14.1"')
132
132
          CheckCall(['cargo', 'vendor'])
133
133
          with ScopedWorkingDirectory('vendor/cbindgen'):
134
134
            os.makedirs('.cargo')