[ubuntu/oneiric] thunderbird 5.0~b1+build2+nobinonly-0ubuntu1 (Accepted)
Chris Coulson
chris.coulson at canonical.com
Thu Jun 2 22:20:34 UTC 2011
thunderbird (5.0~b1+build2+nobinonly-0ubuntu1) oneiric; urgency=low
* New upstream release from the miramar channel (THUNDERBIRD_5_0b1_BUILD2)
- Fixes LP: #766022
* Switch to comm-miramar
- update debain/mozclient/thunderbird.conf
* Update globalmenu-extension to 1.6
* Align packaging with firefox:
- rename debian/apport/blacklist => debian/apport/thunderbird.in
- rename debian/control => debian/control.in
- rename debian/thunderbird-dev.install =>
debian/thunderbird-dev.install.in
- rename debian/thunderbird-gnome-support.install =>
debian/thunderbird-gnome-support.install.in
- rename debian/thunderbird.desktop => debian/thunderbird.desktop.in
- rename debian/thunderbird.install => debian/thunderbird.install.in
- rename debian/thunderbird.manpages => debian/thunderbird.manpages.in
- update debian/apport/thunderbird.in
- update debian/control.in
- update debian/rules
- update debian/thunderbird.sh.in
- update debian/thunderbird.xml.in
- update debian/thunderbird-dev.install.in
- update debian/thunderbird-gnome-support.install
- update debian/thunderbird.desktop.in
- update debian/thunderbird.install.in
- update debian/thunderbird.manpages
- added debian/thunderbird-dev.links.in
- added debian/thunderbird-globalmenu.dirs.in
- added debian/thunderbird-mozsymbols.install.in
- added debian/thunderbird.dirs.in
- added debian/thunderbird.links.in
- added debian/thunderbird.lintian-overrides.in
* Build language packs directly from the thunderbird source
+ Include compare-locales FIREFOX_5_0b1_BUILD1 from
http://hg.mozilla.org/build/compare-locales. It's needed for merging
en-US strings with incomplete locales
+ Pull l10n data in to tarball from bzr
- update debian/mozclient/thunderbird.conf
+ Configure build for creating language packs by configuring with
"--with-l10n-base="
- update debian/mozconfig.in
+ Store the list of locales to ship, and provide a way of automatically
generating that list and the control file entries from the upstream
source. Also provide a way to blacklist languages. We map languages
to package names using langpack-o-matic (and also get descriptions
from there too)
- update debian/rules
- add debian/locales.shipped
- add debian/control.langpacks
- add debian/control.langpacks.unavail
- update debian/control
- add debian/locales.unavailable
- add debian/refresh-supported-locales.pl
+ Add common-build-indep hook to build the translation xpi's
- update debian/rules
+ Add common-binary-post-install-indep to install the xpi's in to the correct
debian packages
- update debian/rules
- add debian/get-xpi-id.py
+ When rebuilding debian/control in the clean target, fail the build
if the control file was out-of-date. This ensures that we don't
accidentally drop language packs, and forces me to maintain an
up-to-date control file in bzr
- update debian/rules
* Rewrite the launcher script to not wrap around the upstream start
scripts, but start the Thunderbird binary directly. The upstream start
scripts contain a lot of complexity for dealing with things that we don't
need to worry about, and are quite slow. Also, add in the hooks for the
new profile migrator
- update debian/thunderbird.sh.in
* Replace the old profile migrator. The previous one relied on hard-coded
values and fragile shell script that isn't really scalable enough
now that stable Ubuntu releases see new major Thunderbird versions. The
new profile migrator doesn't require any hard-coded values, and should
be lower maintenance
- add debian/migrator/xulapp-profilemigrator
- remove debian/migrator/main.c
- update debian/rules
- update debian/thunderbird.sh.in
- update debian/control.in
* Build with "make -f client.mk" and using a mozconfig, rather than the
autoconf/configure/make steps used previously. The client.mk contains the
sequencing for doing PGO builds
- add debian/mozconfig.in
- update debian/rules
* Add cairo LCD filter patch from Firefox
- add debian/patches/cairo-lcd-filter.patch
- update debian/patches/series
* Refreshed patches:
- update debian/patches/fix-sdk-bin-install.patch
- update debian/patches/no-dynamic-nss-softokn.patch
- update debian/patches/unity-globalmenu-build-support.patch
* Provide a single global pref file rather than adding a global pref
folder for random applications to drop files in to. This means we
can drop an additional distro patch
- remove debian/patches/add_syspref_dir.patch
- update debian/patches/series
- rename debian/thunderbird.js => debian/syspref.js
- update debian/syspref.js
- update debian/thunderbird.install.in
- update debian/thunderbird.postinst.in
- update debian/thunderbird.preinst.in
* Support running the Mozilla test suite at build time. Currently, we run
the following targets: check, jstestbrowser, xpcshell-tests, reftest,
crashtest and mochitest. Not enabled yet
- add debian/testsuite.mk
- update debian/rules
* Don't touch $LIBDIR/.autoreg on install or removal. This has no effect
with the components registration changes in Gecko >= 2.0
- update debian/thunderbird.postinst.in
- remove debian/thunderbird.prerm.in
* Fix LP: #709216 - Clicking on a link doesn't open the page. Use
GIO for external URI handling now
- add debian/patches/default-uri-handler-check-use-gio.patch
- add debian/patches/fix-nsGIOService.patch
- add debian/patches/add-uri-handler-methods-to-nsIGIOService.patch
- update debian/patches/series
* Use GIO for the default mailer check
- add debian/patches/default-mailer-check-use-gio.patch
- update debian/patches/series
* Backport patch from mozilla-central to fix powerpc build failure
- add debian/patches/powerpc-build-fix.patch
- update debian/patches/series
* Fix build on PPC64
- add debian/patches/update-assembler-excl-arch-list.patch
- update debian/patches/series
* Ensure that the files in /etc/thunderbird/profile are cleaned up on
upgrade
- update debian/thunderbird.preinst.in
* Drop unneeded patches:
- drop debian/patches/bz420391_attXXXX_fix_unix_installer.patch (only
seemed to be needed for static builds)
- remove bz532198_lp488354_ns_invokebyindex_not_thumb2_safe.patch
(fixed upstream)
- remove debian/patches/bz591331_att469858_breakpad_allow_ptrace.patch
(fixed upstream)
- remove debian/patches/bzXXX_ftbfs_static_with_system_hunspell.patch
(not doing static builds now)
- remove debian/patches/bzXXX_linker_flag_ordering.patch (not doing
static builds now)
- remove debian/patches/fix_installdir.patch (not sure what it was
needed for)
- remove debian/patches/fix_sdk_install_mimecrypt.patch (fixed upstream)
- remove debian/patches/lp682742_arm_it_instruction.patch (fixed
upstream)
- remove debian/patches/lp_710648_arm_it_instruction_breakpad.patch
(fixed upstream)
- remove debian/patches/use-MOZ_APP_LAUNCHER-for-launcher-exec.patch
(fixed upstream)
- update debian/patches/series
* Fix LP: #767115 - use a high-res icon for the launcher
- update debian/thunderbird.links.in
Date: Thu, 02 Jun 2011 22:57:32 +0100
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/thunderbird/5.0~b1+build2+nobinonly-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 02 Jun 2011 22:57:32 +0100
Source: thunderbird
Binary: thunderbird thunderbird-gnome-support thunderbird-dev thunderbird-dbg thunderbird-mozsymbols thunderbird-globalmenu thunderbird-gnome-support-dbg thunderbird-locale-bn-bd thunderbird-locale-en-gb thunderbird-locale-en-us thunderbird-locale-es-ar thunderbird-locale-es-es thunderbird-locale-fy-nl thunderbird-locale-ga-ie thunderbird-locale-nb-no thunderbird-locale-nn-no thunderbird-locale-pa-in thunderbird-locale-pt-br thunderbird-locale-pt-pt thunderbird-locale-sv-se thunderbird-locale-zh-cn thunderbird-locale-zh-tw thunderbird-locale-ar thunderbird-locale-br thunderbird-locale-de thunderbird-locale-en thunderbird-locale-es thunderbird-locale-et thunderbird-locale-fr thunderbird-locale-fy thunderbird-locale-ga thunderbird-locale-gd thunderbird-locale-is thunderbird-locale-it thunderbird-locale-ja thunderbird-locale-lt thunderbird-locale-nb thunderbird-locale-nl thunderbird-locale-pl thunderbird-locale-pt thunderbird-locale-rm thunderbird-locale-ru
thunderbird-locale-sk thunderbird-locale-sv thunderbird-locale-zh-hant thunderbird-locale-af thunderbird-locale-be thunderbird-locale-bn thunderbird-locale-ca thunderbird-locale-cs thunderbird-locale-da thunderbird-locale-el thunderbird-locale-eu thunderbird-locale-fi thunderbird-locale-gl thunderbird-locale-he thunderbird-locale-hu thunderbird-locale-id thunderbird-locale-ka thunderbird-locale-ko thunderbird-locale-mk thunderbird-locale-nn thunderbird-locale-pa thunderbird-locale-ro thunderbird-locale-si thunderbird-locale-sl thunderbird-locale-sq thunderbird-locale-sr thunderbird-locale-ta thunderbird-locale-tr thunderbird-locale-uk thunderbird-locale-vi
thunderbird-locale-zh-hans
Architecture: source
Version: 5.0~b1+build2+nobinonly-0ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Description:
thunderbird - Email, RSS and newsgroup client with integrated spam filter
thunderbird-dbg - Email, RSS and newsgroup client - debug symbols
thunderbird-dev - Email, RSS and newsgroup client - development files
thunderbird-globalmenu - Unity appmenu integration for Thunderbird
thunderbird-gnome-support - Email, RSS and newsgroup client - GNOME support
thunderbird-gnome-support-dbg - Email, RSS and newsgroup client - transitional package
thunderbird-locale-af - Transitional package for unavailable language
thunderbird-locale-ar - Arabic language pack for Thunderbird
thunderbird-locale-be - Transitional package for unavailable language
thunderbird-locale-bn - Transitional package for unavailable language
thunderbird-locale-bn-bd - Transitional Bengali language pack for Thunderbird
thunderbird-locale-br - Breton language pack for Thunderbird
thunderbird-locale-ca - Transitional package for unavailable language
thunderbird-locale-cs - Transitional package for unavailable language
thunderbird-locale-da - Transitional package for unavailable language
thunderbird-locale-de - German language pack for Thunderbird
thunderbird-locale-el - Transitional package for unavailable language
thunderbird-locale-en - English language pack for Thunderbird
thunderbird-locale-en-gb - Transitional English language pack for Thunderbird
thunderbird-locale-en-us - Transitional English language pack for Thunderbird
thunderbird-locale-es - Spanish; Castilian language pack for Thunderbird
thunderbird-locale-es-ar - Transitional Spanish language pack for Thunderbird
thunderbird-locale-es-es - Transitional Spanish language pack for Thunderbird
thunderbird-locale-et - Estonian language pack for Thunderbird
thunderbird-locale-eu - Transitional package for unavailable language
thunderbird-locale-fi - Transitional package for unavailable language
thunderbird-locale-fr - French language pack for Thunderbird
thunderbird-locale-fy - Western Frisian language pack for Thunderbird
thunderbird-locale-fy-nl - Transitional Western Frisian language pack for Thunderbird
thunderbird-locale-ga - Irish language pack for Thunderbird
thunderbird-locale-ga-ie - Transitional Irish language pack for Thunderbird
thunderbird-locale-gd - Gaelic; Scottish Gaelic language pack for Thunderbird
thunderbird-locale-gl - Transitional package for unavailable language
thunderbird-locale-he - Transitional package for unavailable language
thunderbird-locale-hu - Transitional package for unavailable language
thunderbird-locale-id - Transitional package for unavailable language
thunderbird-locale-is - Icelandic language pack for Thunderbird
thunderbird-locale-it - Italian language pack for Thunderbird
thunderbird-locale-ja - Japanese language pack for Thunderbird
thunderbird-locale-ka - Transitional package for unavailable language
thunderbird-locale-ko - Transitional package for unavailable language
thunderbird-locale-lt - Lithuanian language pack for Thunderbird
thunderbird-locale-mk - Transitional package for unavailable language
thunderbird-locale-nb - Bokmål, Norwegian; Norwegian Bokmål language pack for Thunderbird
thunderbird-locale-nb-no - Transitional Norwegian language pack for Thunderbird
thunderbird-locale-nl - Dutch; Flemish language pack for Thunderbird
thunderbird-locale-nn - Transitional package for unavailable language
thunderbird-locale-nn-no - Transitional Norwegian language pack for Thunderbird
thunderbird-locale-pa - Transitional package for unavailable language
thunderbird-locale-pa-in - Transitional Punjabi language pack for Thunderbird
thunderbird-locale-pl - Polish language pack for Thunderbird
thunderbird-locale-pt - Portuguese language pack for Thunderbird
thunderbird-locale-pt-br - Transitional Portugese language pack for Thunderbird
thunderbird-locale-pt-pt - Transitional Portugese language pack for Thunderbird
thunderbird-locale-rm - Romansh language pack for Thunderbird
thunderbird-locale-ro - Transitional package for unavailable language
thunderbird-locale-ru - Russian language pack for Thunderbird
thunderbird-locale-si - Transitional package for unavailable language
thunderbird-locale-sk - Slovak language pack for Thunderbird
thunderbird-locale-sl - Transitional package for unavailable language
thunderbird-locale-sq - Transitional package for unavailable language
thunderbird-locale-sr - Transitional package for unavailable language
thunderbird-locale-sv - Swedish language pack for Thunderbird
thunderbird-locale-sv-se - Transitional Swedish language pack for Thunderbird
thunderbird-locale-ta - Transitional package for unavailable language
thunderbird-locale-tr - Transitional package for unavailable language
thunderbird-locale-uk - Transitional package for unavailable language
thunderbird-locale-vi - Transitional package for unavailable language
thunderbird-locale-zh-cn - Transitional Simplified Chinese language pack for Thunderbird
thunderbird-locale-zh-hans - Transitional package for unavailable language
thunderbird-locale-zh-hant - Traditional Chinese language pack for Thunderbird
thunderbird-locale-zh-tw - Transitional Traditional Chinese language pack for Thunderbird
thunderbird-mozsymbols - Email, RSS and newsgroup client - Breakpad symbols
Launchpad-Bugs-Fixed: 709216 766022 767115
Changes:
thunderbird (5.0~b1+build2+nobinonly-0ubuntu1) oneiric; urgency=low
.
* New upstream release from the miramar channel (THUNDERBIRD_5_0b1_BUILD2)
- Fixes LP: #766022
.
* Switch to comm-miramar
- update debain/mozclient/thunderbird.conf
* Update globalmenu-extension to 1.6
* Align packaging with firefox:
- rename debian/apport/blacklist => debian/apport/thunderbird.in
- rename debian/control => debian/control.in
- rename debian/thunderbird-dev.install =>
debian/thunderbird-dev.install.in
- rename debian/thunderbird-gnome-support.install =>
debian/thunderbird-gnome-support.install.in
- rename debian/thunderbird.desktop => debian/thunderbird.desktop.in
- rename debian/thunderbird.install => debian/thunderbird.install.in
- rename debian/thunderbird.manpages => debian/thunderbird.manpages.in
- update debian/apport/thunderbird.in
- update debian/control.in
- update debian/rules
- update debian/thunderbird.sh.in
- update debian/thunderbird.xml.in
- update debian/thunderbird-dev.install.in
- update debian/thunderbird-gnome-support.install
- update debian/thunderbird.desktop.in
- update debian/thunderbird.install.in
- update debian/thunderbird.manpages
- added debian/thunderbird-dev.links.in
- added debian/thunderbird-globalmenu.dirs.in
- added debian/thunderbird-mozsymbols.install.in
- added debian/thunderbird.dirs.in
- added debian/thunderbird.links.in
- added debian/thunderbird.lintian-overrides.in
* Build language packs directly from the thunderbird source
+ Include compare-locales FIREFOX_5_0b1_BUILD1 from
http://hg.mozilla.org/build/compare-locales. It's needed for merging
en-US strings with incomplete locales
+ Pull l10n data in to tarball from bzr
- update debian/mozclient/thunderbird.conf
+ Configure build for creating language packs by configuring with
"--with-l10n-base="
- update debian/mozconfig.in
+ Store the list of locales to ship, and provide a way of automatically
generating that list and the control file entries from the upstream
source. Also provide a way to blacklist languages. We map languages
to package names using langpack-o-matic (and also get descriptions
from there too)
- update debian/rules
- add debian/locales.shipped
- add debian/control.langpacks
- add debian/control.langpacks.unavail
- update debian/control
- add debian/locales.unavailable
- add debian/refresh-supported-locales.pl
+ Add common-build-indep hook to build the translation xpi's
- update debian/rules
+ Add common-binary-post-install-indep to install the xpi's in to the correct
debian packages
- update debian/rules
- add debian/get-xpi-id.py
+ When rebuilding debian/control in the clean target, fail the build
if the control file was out-of-date. This ensures that we don't
accidentally drop language packs, and forces me to maintain an
up-to-date control file in bzr
- update debian/rules
* Rewrite the launcher script to not wrap around the upstream start
scripts, but start the Thunderbird binary directly. The upstream start
scripts contain a lot of complexity for dealing with things that we don't
need to worry about, and are quite slow. Also, add in the hooks for the
new profile migrator
- update debian/thunderbird.sh.in
* Replace the old profile migrator. The previous one relied on hard-coded
values and fragile shell script that isn't really scalable enough
now that stable Ubuntu releases see new major Thunderbird versions. The
new profile migrator doesn't require any hard-coded values, and should
be lower maintenance
- add debian/migrator/xulapp-profilemigrator
- remove debian/migrator/main.c
- update debian/rules
- update debian/thunderbird.sh.in
- update debian/control.in
* Build with "make -f client.mk" and using a mozconfig, rather than the
autoconf/configure/make steps used previously. The client.mk contains the
sequencing for doing PGO builds
- add debian/mozconfig.in
- update debian/rules
* Add cairo LCD filter patch from Firefox
- add debian/patches/cairo-lcd-filter.patch
- update debian/patches/series
* Refreshed patches:
- update debian/patches/fix-sdk-bin-install.patch
- update debian/patches/no-dynamic-nss-softokn.patch
- update debian/patches/unity-globalmenu-build-support.patch
* Provide a single global pref file rather than adding a global pref
folder for random applications to drop files in to. This means we
can drop an additional distro patch
- remove debian/patches/add_syspref_dir.patch
- update debian/patches/series
- rename debian/thunderbird.js => debian/syspref.js
- update debian/syspref.js
- update debian/thunderbird.install.in
- update debian/thunderbird.postinst.in
- update debian/thunderbird.preinst.in
* Support running the Mozilla test suite at build time. Currently, we run
the following targets: check, jstestbrowser, xpcshell-tests, reftest,
crashtest and mochitest. Not enabled yet
- add debian/testsuite.mk
- update debian/rules
* Don't touch $LIBDIR/.autoreg on install or removal. This has no effect
with the components registration changes in Gecko >= 2.0
- update debian/thunderbird.postinst.in
- remove debian/thunderbird.prerm.in
* Fix LP: #709216 - Clicking on a link doesn't open the page. Use
GIO for external URI handling now
- add debian/patches/default-uri-handler-check-use-gio.patch
- add debian/patches/fix-nsGIOService.patch
- add debian/patches/add-uri-handler-methods-to-nsIGIOService.patch
- update debian/patches/series
* Use GIO for the default mailer check
- add debian/patches/default-mailer-check-use-gio.patch
- update debian/patches/series
* Backport patch from mozilla-central to fix powerpc build failure
- add debian/patches/powerpc-build-fix.patch
- update debian/patches/series
* Fix build on PPC64
- add debian/patches/update-assembler-excl-arch-list.patch
- update debian/patches/series
* Ensure that the files in /etc/thunderbird/profile are cleaned up on
upgrade
- update debian/thunderbird.preinst.in
* Drop unneeded patches:
- drop debian/patches/bz420391_attXXXX_fix_unix_installer.patch (only
seemed to be needed for static builds)
- remove bz532198_lp488354_ns_invokebyindex_not_thumb2_safe.patch
(fixed upstream)
- remove debian/patches/bz591331_att469858_breakpad_allow_ptrace.patch
(fixed upstream)
- remove debian/patches/bzXXX_ftbfs_static_with_system_hunspell.patch
(not doing static builds now)
- remove debian/patches/bzXXX_linker_flag_ordering.patch (not doing
static builds now)
- remove debian/patches/fix_installdir.patch (not sure what it was
needed for)
- remove debian/patches/fix_sdk_install_mimecrypt.patch (fixed upstream)
- remove debian/patches/lp682742_arm_it_instruction.patch (fixed
upstream)
- remove debian/patches/lp_710648_arm_it_instruction_breakpad.patch
(fixed upstream)
- remove debian/patches/use-MOZ_APP_LAUNCHER-for-launcher-exec.patch
(fixed upstream)
- update debian/patches/series
* Fix LP: #767115 - use a high-res icon for the launcher
- update debian/thunderbird.links.in
Checksums-Sha1:
b5232b8fefa88d73ff5aec9f1685e92823282440 3801 thunderbird_5.0~b1+build2+nobinonly-0ubuntu1.dsc
72c8e14d02064342539e83f488432e3e9a5ce7b9 96209219 thunderbird_5.0~b1+build2+nobinonly.orig.tar.gz
c5525551a79cfe09b820dd17adda9384befec0cb 182099 thunderbird_5.0~b1+build2+nobinonly-0ubuntu1.diff.gz
Checksums-Sha256:
1ea689d35d8158567e842b5e03671ccf5a7dda509fae6902759b75285e72e40b 3801 thunderbird_5.0~b1+build2+nobinonly-0ubuntu1.dsc
c02abab96a81dd8a63a11238137909e1dca8c13db171bd8c4b70e278af146a5b 96209219 thunderbird_5.0~b1+build2+nobinonly.orig.tar.gz
d71d4e66d0240a5095c5f489affd4b70684f13ec23587af831e6155911e41979 182099 thunderbird_5.0~b1+build2+nobinonly-0ubuntu1.diff.gz
Files:
c8655bf9f5d66e29d4d80377b7496b0e 3801 web optional thunderbird_5.0~b1+build2+nobinonly-0ubuntu1.dsc
5519bb3172ec9ea95504199ba89286fd 96209219 web optional thunderbird_5.0~b1+build2+nobinonly.orig.tar.gz
e6b5c1e8c4ceb297e7606b1364b4f46a 182099 web optional thunderbird_5.0~b1+build2+nobinonly-0ubuntu1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBAgAGBQJN6AfRAAoJEGEfvezVlG4PNqoH/23PtlfzNcJ8x9StCXmVDagF
EqL7BpGrHrI5rdHI8drJUc0bw9Ki00lp8S/qBctHJiQ8IjYRgp/B23LX9L3KbKQM
scl0mtAkXHwTNKxcAxEZ6PTqDDV0UHzgqWMUJqFWsSI9ylak7qkniW6isu2vTSjU
e2eTiuo8ilKIANHEyLHPQBM/zxi7lUYwPbaQXgADQjKeI9/wYfNudjpkY1ndL85B
NJSRpc1mAGtj9FDUsz3pA+JE8fyPD51hKVF/shnMp7iKWaCI7WmsfNPCGhZKV9dq
zdbxc5GGcLxVesp7NL7xYVp5QQnD4uXfP+7sjz7JYCGCrxqZhDRl/O13KnmU2KU=
=WKzc
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list