~seb128/thunderbird/default-profile-fix

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Olivier Tilloy
  • Date: 2020-08-07 06:01:59 UTC
  • Revision ID: olivier.tilloy@canonical.com-20200807060159-7olkf7r14sohs0nn
* New upstream stable release (78.1.1build1) (LP: #1888157)
  - debian/config/branch.mk
* Bump build dependency on rustc >= 1.41.0 and cargo >= 0.42
  - debian/control{,.in}
* Bump build dependency on nodejs >= 10.21
  - debian/control{,.in}
* Bump build dependency on nasm >= 2.14.02
  - debian/control{,.in}
* Bump build dependency on debhelper >= 9
  - debian/compat
  - debian/control{,.in}
* Remove build dependency on python2
  - debian/control{,.in}
* Update cbindgen to 0.14.3
  - debian/build/create-tarball.py
* Build required icudt67b.dat on s390x with /usr/sbin/icupkg
  - debian/build/rules.mk
  - debian/control{,.in}
* Do not use system-wide sqlite3
  - debian/config/mozconfig.in
  - debian/control{,.in}
* Work around clang hanging forever when trying to optimize the build of the embedded copy of sqlite3 (LP: #1878292)
  - debian/patches/s390x-workaround-sqlite3-clang-optimization-hang.patch
* Remove obsolete config options
  - debian/config/mozconfig.in
* Allow sideloading langpacks (LP: #1866059)
  - debian/config/mozconfig.in
* Make xul-ext-lightning a transitional empty package, now that calendar functionality is part of the Thunderbird core
  - debian/build/rules.mk
  - debian/control{,.in}
  - debian/rules
* Separately installed blocklist.xml was removed
  - debian/thunderbird.install.in
* Install WeTransfer extension to the features directory
  - debian/thunderbird.install.in
* Add the following locales: af, en-CA, fa, ja-JP-mac, pa-IN, th
  - update debian/config/locales.{all,shipped}
* Remove upstreamed patch
  - debian/patches/nss_disable_fips_enabled_flag.patch
* Update and rename patch to selectively reduce debug info level
  - debian/patches/reduce-rust-debuginfo-on-selected-architectures.patch
* Refresh patches
  - debian/patches/rust-drop-dll-checksums.patch
  - debian/patches/support-coinstallable-trunk-build.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
binary-install/$(MOZ_PKG_NAME)::
74
74
        echo "/usr/share/applications/$(MOZ_APP_NAME).desktop" > debian/$(MOZ_PKG_NAME)/usr/share/indicators/messages/applications/$(MOZ_APP_NAME)
75
75
 
76
 
binary-install/$(MOZ_LIGHTNING_PKG_NAME)::
77
 
        dh_install -p$(MOZ_LIGHTNING_PKG_NAME) debian/lightning/$(MOZ_LIGHTNING_EXTID).xpi $(MOZ_ADDONDIR)/extensions
78
 
 
79
76
pre-build::
80
77
        $(shell /usr/bin/docbook-to-man $(CURDIR)/debian/thunderbird.sgml > $(CURDIR)/debian/$(MOZ_APP_NAME).1)
81
78