[ubuntu/precise] thunderbird 8.0~b2+build1-0ubuntu1 (Accepted)

Chris Coulson chris.coulson at canonical.com
Tue Oct 18 12:30:33 UTC 2011


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

Date: Tue, 18 Oct 2011 13:19:42 +0100
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/thunderbird/8.0~b2+build1-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 18 Oct 2011 13:19:42 +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-ta-lk thunderbird-locale-zh-cn thunderbird-locale-zh-tw thunderbird-locale-af thunderbird-locale-ar thunderbird-locale-be thunderbird-locale-bg thunderbird-locale-bn thunderbird-locale-br thunderbird-locale-ca thunderbird-locale-cs thunderbird-locale-da thunderbird-locale-de thunderbird-locale-el thunderbird-locale-en thunderbird-locale-es thunderbird-locale-et thunderbird-locale-eu thunderbird-locale-fi thunderbird-locale-fr thunderbird-locale-fy thunderbird-locale-ga
 thunderbird-locale-gd thunderbird-locale-gl thunderbird-locale-he thunderbird-locale-hu thunderbird-locale-id thunderbird-locale-is thunderbird-locale-it thunderbird-locale-ja thunderbird-locale-ka thunderbird-locale-ko thunderbird-locale-lt thunderbird-locale-mk thunderbird-locale-nb thunderbird-locale-nl thunderbird-locale-nn thunderbird-locale-pa thunderbird-locale-pl thunderbird-locale-pt thunderbird-locale-rm thunderbird-locale-ro thunderbird-locale-ru thunderbird-locale-si thunderbird-locale-sk thunderbird-locale-sl thunderbird-locale-sq thunderbird-locale-sr thunderbird-locale-sv thunderbird-locale-ta thunderbird-locale-tr thunderbird-locale-uk thunderbird-locale-vi thunderbird-locale-zh-hans
 thunderbird-locale-zh-hant
Architecture: source
Version: 8.0~b2+build1-0ubuntu1
Distribution: precise
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 - Belarusian language pack for Thunderbird
 thunderbird-locale-bg - Bulgarian language pack for Thunderbird
 thunderbird-locale-bn - Bengali language pack for Thunderbird
 thunderbird-locale-bn-bd - Transitional Bengali language pack for Thunderbird
 thunderbird-locale-br - Breton language pack for Thunderbird
 thunderbird-locale-ca - Catalan; Valencian language pack for Thunderbird
 thunderbird-locale-cs - Czech language pack for Thunderbird
 thunderbird-locale-da - Danish language pack for Thunderbird
 thunderbird-locale-de - German language pack for Thunderbird
 thunderbird-locale-el - Greek language pack for Thunderbird
 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 - Basque language pack for Thunderbird
 thunderbird-locale-fi - Finnish language pack for Thunderbird
 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 - Galician language pack for Thunderbird
 thunderbird-locale-he - Hebrew language pack for Thunderbird
 thunderbird-locale-hu - Hungarian language pack for Thunderbird
 thunderbird-locale-id - Indonesian language pack for Thunderbird
 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 - Korean language pack for Thunderbird
 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 - Norwegian Nynorsk; Nynorsk, Norwegian language pack for Thunderbi
 thunderbird-locale-nn-no - Transitional Norwegian language pack for Thunderbird
 thunderbird-locale-pa - Panjabi; Punjabi language pack for Thunderbird
 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 - Romanian language pack for Thunderbird
 thunderbird-locale-ru - Russian language pack for Thunderbird
 thunderbird-locale-si - Sinhala; Sinhalese language pack for Thunderbird
 thunderbird-locale-sk - Slovak language pack for Thunderbird
 thunderbird-locale-sl - Slovenian language pack for Thunderbird
 thunderbird-locale-sq - Albanian language pack for Thunderbird
 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 - Tamil language pack for Thunderbird
 thunderbird-locale-ta-lk - Transitional Tamil language pack for Thunderbird
 thunderbird-locale-tr - Turkish language pack for Thunderbird
 thunderbird-locale-uk - Ukrainian language pack for Thunderbird
 thunderbird-locale-vi - Vietnamese language pack for Thunderbird
 thunderbird-locale-zh-cn - Transitional Simplified Chinese language pack for Thunderbird
 thunderbird-locale-zh-hans - Simplified Chinese language pack for Thunderbird
 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: 863150 872639
Changes: 
 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
Checksums-Sha1: 
 f9d1e8e0a70a8208516e98ec85a5fb99f1331c1a 3811 thunderbird_8.0~b2+build1-0ubuntu1.dsc
 0b0d8223a1f03bd53b48eeabe3ac65980bbaf2fa 90428299 thunderbird_8.0~b2+build1.orig.tar.gz
 a5833e210190b8670bcad377dead718524696d48 304851 thunderbird_8.0~b2+build1-0ubuntu1.diff.gz
Checksums-Sha256: 
 8f669558fce5b9798b4d8a0742abc9adcd571817c0b40062e0362ae2ab528191 3811 thunderbird_8.0~b2+build1-0ubuntu1.dsc
 fa1d9ff2cc0208fbe80934110d75c3fe4c28d79e76bb213395408e63a4f9d5b5 90428299 thunderbird_8.0~b2+build1.orig.tar.gz
 fb435fa12a7e36eae594d4f6e4ab490d95d1fb8fcdc67221d924535f4780b219 304851 thunderbird_8.0~b2+build1-0ubuntu1.diff.gz
Files: 
 064c2732c02caa25c9b521a06b70c1d8 3811 web optional thunderbird_8.0~b2+build1-0ubuntu1.dsc
 8fcfdc32c2eb1c7d4275b2608079cf21 90428299 web optional thunderbird_8.0~b2+build1.orig.tar.gz
 a6a9c03cc05a543f68ac7b81ef4c76d6 304851 web optional thunderbird_8.0~b2+build1-0ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBAgAGBQJOnW8hAAoJEGEfvezVlG4P6DgIAKdA5gZ5NKlwiS0Hw/R6hUM9
u7o8vBb13AzOfrQQjPQlvPDTsR3L3HoXFs8ur28KCtSxDYmGtovTp/hPpSp05ZNy
ANljwz6quXNBivpoQf27zWNzXCHymH905VrRZPbg4H/RevdLyl3yde72tw76JY5T
dmHAnJei48VuMjjN2abOUh7b5PDT35ZHqV8nP4YcosIZQT4qOckiYum8yupuoYPD
rTHnOvDiadl/CretSLV/2JuIM/V4a+KVp9v4cAiBC+QbtN7kdgA9/uQnf6slXqHm
xOiHpxpOrWqlFN+8yLwp5epBt7386Bu768Di2o1x9XNLMsUasKOytpLCv+/g0vs=
=fhRE
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list