~mozillateam/thunderbird/thunderbird-beta.maverick

« back to all changes in this revision

Viewing changes to debian/thunderbird.xml.in

  • Committer: Chris Coulson
  • Date: 2012-02-01 18:33:42 UTC
  • Revision ID: chris.coulson@canonical.com-20120201183342-ru0nkga3tqbk9fhy
* New upstream release from the beta channel (THUNDERBIRD_11_0b1_BUILD1)
* Drop patches fixed upstream:
  - remove debian/patches/fix-build-failure-without-yarr-jit.patch
  - remove debian/patches/fix-cursor-handling.patch
  - update debian/patches/series
* Ensure we include locales in the tarball if they are in shipped-locales
  but not in all-locales
  - update debian/build/create-tarball.py
* Always set the update channel - not setting it at build-time on release
  builds breaks the extensions.checkCompatibility pref. The only things
  using it at runtime are nsBlocklistService, Test Pilot (beta + aurora)
  and the about dialog (where the channel is hidden anyway)
  - update debian/rules
  - update debian/thunderbird.install.in
* Fix LP: #898883 - IPC xpcshell tests hang the buildd's. Give all
  xpcshell tests an X display, as plugin-container won't work without one
  - update debian/build/testsuite.mk
* Turn on all IPC xpcshell tests again (only applicable when the testsuite
  is enabled in the future)
  - update debian/build/testsute.mk
* Drop the default-apps xml file
  - remove debian/thunderbird.xml.in
  - update debian/thunderbird-gnome-support.install.in
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE default-apps SYSTEM "gnome-da-list.dtd">
3
 
<default-apps>
4
 
  <mail-readers>
5
 
    <mail-reader>
6
 
      <name>@MOZ_DISPLAY_NAME@</name>
7
 
      <executable>@MOZ_APP_NAME@</executable>
8
 
      <command>@MOZ_APP_NAME@ %s</command>
9
 
      <icon-name>@MOZ_APP_NAME@</icon-name>
10
 
      <run-in-terminal>false</run-in-terminal>
11
 
    </mail-reader>
12
 
  </mail-readers>
13
 
</default-apps>