thunderbird 8.0~b2+build1-0ubuntu1 source package in Ubuntu

Changelog

thunderbird (8.0~b2+build1-0ubuntu1) precise; urgency=low

  * New upstream release from the beta channel (THUNDERBIRD_8_0b2_BUILD1)

  * Update messagingmenu-extension to 0.8.1
  * Update eds extension to 0.3.8 (r96)
    - Fix LP: #872639 - Cannot open book: Could not create DesktopcouchSession
      object. Don't display errors from evolution-data-server for now, as
      they make Thunderbird unusable. Note, this doesn't fix the actual bug
      with desktopcouch
    - Fix LP: #863150 - Endless loop with password prompt
  * Provide a useful error message when trying to build the source package
    with an out of date control file
    - update debian/rules
  * Provide a way to prevent the source package from being built if the list
    of shipped locales changed upstream. Note that this is disabled on
    nightly and aurora
    - update debian/rules
    - add debian/extract-file.py
  * Move custom scripts to debian/scripts
    - move debian/get-xpi-id.py to debian/scripts/get-xpi-id.py
    - move debian/refresh-supported-locales.pl to
       debian/scripts/refresh-supported-locales.pl
    - move debian/extract-file.py to debian/scripts/extract-file.py
    - update debian/rules
  * Shrink the default mozconfig right down so that we use mostly upstream
    defaults, rather than overriding them with our own options. It is still
    possible to override them though. We also drop the pkg-config checks in
    debian/rules which allowed a fallback build configuration when dependencies
    aren't satisfied. Really, the build should just fail here rather than
    continuing in some undesirable fallback mode
    - update debian/thunderbird-dev.links.in
    - update debian/mozconfig.in
    - update debian/control.in
    - update debian/rules
  * Refresh build-depends, as this hasn't been done for a while:
    - Drop patchutils, libxft-dev, libxinerama-dev, libgnome2-dev, sharutils
      and bzip2. These don't appear to be needed
    - Drop liborbit2-dev - only appears to be required if there is no libidl
    - Add libglib2.0-dev, libext-dev, libfontconfig1-dev and libpango1.0-dev,
      as the configure script checks for these directly
    - Add minimum versions to libgconf2-dev, libgnomevfs2-dev, yasm and
      libgnomeui-dev
    - Specify minimum versions for libnspr4-dev, libcairo2-dev, libsqlite3-dev
      and libnss3-dev when using system versions of those libs
  * Disable gconf support on >= 12.04
    - update debian//rules
    - update debian/mozconfig.in
  * Refresh binary dependencies:
    - Drop psmisc and fontconfig depends. We don't use any binaries
      from either of these packages
    - Drop debianutils dependency. This is an essential package
  * Introduce a branch config file (debian/config/branch.mk) which holds
    settings which shouldn't be merged between branches (eg, whether
    the crash reporter should be enabled)
    - add debian/config/branch.mk
    - update debian/rules
  * Move debian/locales.* to debian/config
    - move debian/locales.shipped => debian/config/locales.shipped
    - move debian/locales.unavail => debian/config/locales.unavail
    - update debian/rules
    - update debian/build/refresh-supported-locales.pl
  * Move debian/mozconfig.in to debian/config
  * Move debian/testsuite.mk to debian/build
  * We need to keep the complete list of language packs (shipped and
    transitional) in sync between branches. However, this was proving to be
    difficult because the list was split across 2 files (locales.shipped
    and locales.unavailable). Rework this so that we have a locales.all
    (containing the list of current and past language packs), and a
    locales.shipped. The locales.all can be easily kept in sync between
    branches now, so we end up with the correct transitional language packs
    on branches which have some languages disabled. This also makes it
    more complicated to add the language packs to debian/control though, so
    we offload this to a new perl script now rather than trying to do it all
    in bash
    - add debian/build/dump-langpack-control-entries.pl
    - update debian/build/refresh-supported-locales.pl
    - add debian/config/locales.all
    - update debian/config/locales.shipped
    - remove debian/config/locales.unavailable
    - update debian/control
    - update debian/rules
  * Touch debian/control.in during clean to force a refresh of debian/control,
    so we can check if it is out-of-date and fail if it is
    - update debian/rules
  * Refresh patches:
    - update debian/patches/ctypes-callback-reentry-fix.patch
    - update debian/patches/theme-refresh-compose-toolbar-icons.patch
    - update debian/patches/theme-refresh-message-header-buttons.patch
  * Ensure that we get the correct package relationships depending on the
    target distro version
    - update debian/control.in
    - update debian/rules
    - refresh debian/control
  * Drop the mozilla-devscripts dependency. We were only using this for creating
    tarballs anyway. Instead, implement our own get-orig-source target, which
    also fixes some problems we were having
    - update debian/control.in
    - remove debian/moz-rev.sh
    - update debian/rules
    - remove debian/mozclient/mozclient.mk
    - remove debian/mozclient/thunderbird.conf
    - update debian/config/branch.mk
    - add debian/build/create-source.py
    - add debian/build/get-orig-source.mk
    - remove debian/mozclient/thunderbird-remove.binonly.sh
  * Drop the 'nobinonly' suffix from the version number. All this really does
    is make the version number longer without adding any useful information,
    because:
    - We don't strip all binary files as there are a lot remaining which are
      used by the test-suite (eg, images, fonts, videos, sqlite dbs, extensions)
    - Stripping binary files from the source tarball isn't the only change we
      make to it. We also merge in the upstream l10n data, but we don't
      indicate that in the version number
  * Don't error out whilst building the source package if cdbs isn't installed.
    This enables us to create source packages on lillypilly
    - update debian/rules
  * Keep a copy of shipped-locales outside of the embedded tar.bz2. This
    makes it faster to verify the list of shipped locales when creating
    source packages
    - update debian/build/create-tarball.py
    - update debian/build/extract-file.py
    - update debian/rules
  * When calling refresh-supported-locales, automatically refresh
    debian/control too
    - update debian/rules
  * Dropped patches fixed upstream:
    - remove debian/patches/theme-refresh-toolbar-and-tab-colours.patch
    - remove debian/patches/theme-refresh-smaller-resize-grips-1.patch
    - remove debian/patches/theme-refresh-smaller-resize-grips-2.patch
    - remove debian/patches/build-fix-for-no-ENABLE_YARR_JIT.patch
    - remove debian/patches/compile-pldhash-as-C++.patch
  * Don't fail to create the tarball if locales listed in all-locales don't
    really exist upstream. We already check that everything in shipped-locales
    exists
    - update debian/create-tarball.py
  * Pass --comm-rev to client.py when specifying a release tag
    - update debian/build/create-tarball.py
  * Don't fail to create a tarball when not using a local cache
    - update debian/build/create-tarball.py
 -- Chris Coulson <email address hidden>   Tue, 18 Oct 2011 13:19:42 +0100

Upload details

Uploaded by:
Chris Coulson
Uploaded to:
Precise
Original maintainer:
Ubuntu-Mozilla-Team
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
thunderbird_8.0~b2+build1.orig.tar.gz 86.2 MiB fa1d9ff2cc0208fbe80934110d75c3fe4c28d79e76bb213395408e63a4f9d5b5
thunderbird_8.0~b2+build1-0ubuntu1.diff.gz 297.7 KiB fb435fa12a7e36eae594d4f6e4ab490d95d1fb8fcdc67221d924535f4780b219
thunderbird_8.0~b2+build1-0ubuntu1.dsc 3.7 KiB 8f669558fce5b9798b4d8a0742abc9adcd571817c0b40062e0362ae2ab528191

View changes file

Binary packages built by this source

thunderbird: Email, RSS and newsgroup client with integrated spam filter

 Thunderbird is a full-featured email, RSS and newsgroup client that makes
 emailing safer, faster and easier than ever before. It supports different mail
 accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one-
 click address book, tabbed interface, an integrated learning spam filter,
 advanced search and indexing capabilities, and offers easy organization
 of mails with tagging and virtual folders. It also features unrivalled
 extensibility.

thunderbird-dbg: Email, RSS and newsgroup client - debug symbols

 Thunderbird is a full-featured email, RSS and newsgroup client that makes
 emailing safer, faster and easier than ever before. It supports different mail
 accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one-
 click address book, tabbed interface, an integrated learning spam filter,
 advanced search and indexing capabilities, and offers easy organization
 of mails with tagging and virtual folders. It also features unrivalled
 extensibility.
 .
 This package contains the debugging symbols for Thunderbird

thunderbird-dev: Email, RSS and newsgroup client - development files

 Thunderbird is a full-featured email, RSS and newsgroup client that makes
 emailing safer, faster and easier than ever before. It supports different mail
 accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one-
 click address book, tabbed interface, an integrated learning spam filter,
 advanced search and indexing capabilities, and offers easy organization
 of mails with tagging and virtual folders. It also features unrivalled
 extensibility.
 .
 This package contains the headers and SDK for building plugins and extensions
 with Thunderbird

thunderbird-globalmenu: Email, RSS and newsgroup client (transitional package)

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-gnome-support: Email, RSS and newsgroup client - GNOME support

 Thunderbird is a full-featured email, RSS and newsgroup client that makes
 emailing safer, faster and easier than ever before. It supports different mail
 accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one-
 click address book, tabbed interface, an integrated learning spam filter,
 advanced search and indexing capabilities, and offers easy organization
 of mails with tagging and virtual folders. It also features unrivalled
 extensibility.
 .
 This package depends on the GNOME libraries which allow Thunderbird to take
 advantage of technologies such as GConf, GIO and libnotify

thunderbird-gnome-support-dbg: Email, RSS and newsgroup client - transitional package

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-af: Transitional package for unavailable language

 This language is unavailable for the current version of Thunderbird
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

thunderbird-locale-ar: Arabic language pack for Thunderbird

 This package contains Arabic translations and search plugins
 for Thunderbird

thunderbird-locale-be: Belarusian language pack for Thunderbird

 This package contains Belarusian translations and search plugins
 for Thunderbird

thunderbird-locale-bg: Bulgarian language pack for Thunderbird

 This package contains Bulgarian translations and search plugins
 for Thunderbird

thunderbird-locale-bn: Bengali language pack for Thunderbird

 This package contains Bengali translations and search plugins
 for Thunderbird

thunderbird-locale-bn-bd: Transitional Bengali language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-br: Breton language pack for Thunderbird

 This package contains Breton translations and search plugins
 for Thunderbird

thunderbird-locale-ca: Catalan; Valencian language pack for Thunderbird

 This package contains Catalan; Valencian translations and search plugins
 for Thunderbird

thunderbird-locale-cs: Czech language pack for Thunderbird

 This package contains Czech translations and search plugins
 for Thunderbird

thunderbird-locale-da: Danish language pack for Thunderbird

 This package contains Danish translations and search plugins
 for Thunderbird

thunderbird-locale-de: German language pack for Thunderbird

 This package contains German translations and search plugins
 for Thunderbird

thunderbird-locale-el: Greek language pack for Thunderbird

 This package contains Greek translations and search plugins
 for Thunderbird

thunderbird-locale-en: English language pack for Thunderbird

 This package contains English translations and search plugins
 for Thunderbird

thunderbird-locale-en-gb: Transitional English language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-en-us: Transitional English language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-es: Spanish; Castilian language pack for Thunderbird

 This package contains Spanish; Castilian translations and search plugins
 for Thunderbird

thunderbird-locale-es-ar: Transitional Spanish language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-es-es: Transitional Spanish language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-et: Estonian language pack for Thunderbird

 This package contains Estonian translations and search plugins
 for Thunderbird

thunderbird-locale-eu: Basque language pack for Thunderbird

 This package contains Basque translations and search plugins
 for Thunderbird

thunderbird-locale-fi: Finnish language pack for Thunderbird

 This package contains Finnish translations and search plugins
 for Thunderbird

thunderbird-locale-fr: French language pack for Thunderbird

 This package contains French translations and search plugins
 for Thunderbird

thunderbird-locale-fy: Western Frisian language pack for Thunderbird

 This package contains Western Frisian translations and search plugins
 for Thunderbird

thunderbird-locale-fy-nl: Transitional Western Frisian language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-ga: Irish language pack for Thunderbird

 This package contains Irish translations and search plugins
 for Thunderbird

thunderbird-locale-ga-ie: Transitional Irish language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-gd: Gaelic; Scottish Gaelic language pack for Thunderbird

 This package contains Gaelic; Scottish Gaelic translations and search plugins
 for Thunderbird

thunderbird-locale-gl: Galician language pack for Thunderbird

 This package contains Galician translations and search plugins
 for Thunderbird

thunderbird-locale-he: Hebrew language pack for Thunderbird

 This package contains Hebrew translations and search plugins
 for Thunderbird

thunderbird-locale-hu: Hungarian language pack for Thunderbird

 This package contains Hungarian translations and search plugins
 for Thunderbird

thunderbird-locale-id: Indonesian language pack for Thunderbird

 This package contains Indonesian translations and search plugins
 for Thunderbird

thunderbird-locale-is: Icelandic language pack for Thunderbird

 This package contains Icelandic translations and search plugins
 for Thunderbird

thunderbird-locale-it: Italian language pack for Thunderbird

 This package contains Italian translations and search plugins
 for Thunderbird

thunderbird-locale-ja: Japanese language pack for Thunderbird

 This package contains Japanese translations and search plugins
 for Thunderbird

thunderbird-locale-ka: Transitional package for unavailable language

 This language is unavailable for the current version of Thunderbird
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

thunderbird-locale-ko: Korean language pack for Thunderbird

 This package contains Korean translations and search plugins
 for Thunderbird

thunderbird-locale-lt: Lithuanian language pack for Thunderbird

 This package contains Lithuanian translations and search plugins
 for Thunderbird

thunderbird-locale-mk: Transitional package for unavailable language

 This language is unavailable for the current version of Thunderbird
 .
 This is an empty transitional package to ensure a clean upgrade
 process. You can safely remove this package after installation.

thunderbird-locale-nb: Bokmål, Norwegian; Norwegian Bokmål language pack for Thunderbird

 This package contains Bokmål, Norwegian; Norwegian Bokmål translations and search plugins
 for Thunderbird

thunderbird-locale-nb-no: Transitional Norwegian language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-nl: Dutch; Flemish language pack for Thunderbird

 This package contains Dutch; Flemish translations and search plugins
 for Thunderbird

thunderbird-locale-nn: Norwegian Nynorsk; Nynorsk, Norwegian language pack for Thunderbird

 This package contains Norwegian Nynorsk; Nynorsk, Norwegian translations and search plugins
 for Thunderbird

thunderbird-locale-nn-no: Transitional Norwegian language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-pa: Panjabi; Punjabi language pack for Thunderbird

 This package contains Panjabi; Punjabi translations and search plugins
 for Thunderbird

thunderbird-locale-pa-in: Transitional Punjabi language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-pl: Polish language pack for Thunderbird

 This package contains Polish translations and search plugins
 for Thunderbird

thunderbird-locale-pt: Portuguese language pack for Thunderbird

 This package contains Portuguese translations and search plugins
 for Thunderbird

thunderbird-locale-pt-br: Transitional Portugese language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-pt-pt: Transitional Portugese language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-rm: Romansh language pack for Thunderbird

 This package contains Romansh translations and search plugins
 for Thunderbird

thunderbird-locale-ro: Romanian language pack for Thunderbird

 This package contains Romanian translations and search plugins
 for Thunderbird

thunderbird-locale-ru: Russian language pack for Thunderbird

 This package contains Russian translations and search plugins
 for Thunderbird

thunderbird-locale-si: Sinhala; Sinhalese language pack for Thunderbird

 This package contains Sinhala; Sinhalese translations and search plugins
 for Thunderbird

thunderbird-locale-sk: Slovak language pack for Thunderbird

 This package contains Slovak translations and search plugins
 for Thunderbird

thunderbird-locale-sl: Slovenian language pack for Thunderbird

 This package contains Slovenian translations and search plugins
 for Thunderbird

thunderbird-locale-sq: Albanian language pack for Thunderbird

 This package contains Albanian translations and search plugins
 for Thunderbird

thunderbird-locale-sr: Serbian language pack for Thunderbird

 This package contains Serbian translations and search plugins
 for Thunderbird

thunderbird-locale-sv: Swedish language pack for Thunderbird

 This package contains Swedish translations and search plugins
 for Thunderbird

thunderbird-locale-sv-se: Transitional Swedish language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-ta: Tamil language pack for Thunderbird

 This package contains Tamil translations and search plugins
 for Thunderbird

thunderbird-locale-ta-lk: Transitional Tamil language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-tr: Turkish language pack for Thunderbird

 This package contains Turkish translations and search plugins
 for Thunderbird

thunderbird-locale-uk: Ukrainian language pack for Thunderbird

 This package contains Ukrainian translations and search plugins
 for Thunderbird

thunderbird-locale-vi: Vietnamese language pack for Thunderbird

 This package contains Vietnamese translations and search plugins
 for Thunderbird

thunderbird-locale-zh-cn: Transitional Simplified Chinese language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-locale-zh-hans: Simplified Chinese language pack for Thunderbird

 This package contains Simplified Chinese translations and search plugins
 for Thunderbird

thunderbird-locale-zh-hant: Traditional Chinese language pack for Thunderbird

 This package contains Traditional Chinese translations and search plugins
 for Thunderbird

thunderbird-locale-zh-tw: Transitional Traditional Chinese language pack for Thunderbird

 This is a transitional package to ensure that upgrades work correctly.
 It can be safely removed

thunderbird-mozsymbols: Email, RSS and newsgroup client - Breakpad symbols

 Thunderbird is a full-featured email, RSS and newsgroup client that makes
 emailing safer, faster and easier than ever before. It supports different mail
 accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one-
 click address book, tabbed interface, an integrated learning spam filter,
 advanced search and indexing capabilities, and offers easy organization
 of mails with tagging and virtual folders. It also features unrivalled
 extensibility.
 .
 This package contains the Firefox symbols in a format expected by Mozilla's
 Breakpad. Eventually this package should go away and the symbol upload be
 implemented in soyuz (or other builders that build this package)