[Pkg-mozext-commits] [torbirdy] branch upstream updated (554c332 -> 37d9f2e)

Jacob Appelbaum error at moszumanska.debian.org
Fri Oct 24 17:18:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

error pushed a change to branch upstream
in repository torbirdy.

      from  554c332   Imported Upstream version 0.1.2
       new  37d9f2e   Imported Upstream version 0.1.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                       | 165 ++++++++++++++++++++++++
 Makefile                                        |  28 ++++
 README.RELEASE                                  |  20 +++
 chrome.manifest                                 |  15 ++-
 chrome/content/emailwizard.js                   |  18 +++
 chrome/content/preferences.js                   |  31 ++---
 chrome/locale/ca/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/ca/torbirdy.properties            |  19 +++
 chrome/locale/de/torbirdy.dtd                   |  88 ++++++-------
 chrome/locale/de/torbirdy.properties            |  10 +-
 chrome/locale/el/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/el/torbirdy.properties            |  19 +++
 chrome/locale/{en => en-GB}/torbirdy.dtd        |   0
 chrome/locale/{en => en-GB}/torbirdy.properties |   0
 chrome/locale/he/torbirdy.dtd                   |  36 +++---
 chrome/locale/hu/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/hu/torbirdy.properties            |  19 +++
 chrome/locale/id/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/id/torbirdy.properties            |  19 +++
 chrome/locale/ko/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/ko/torbirdy.properties            |  19 +++
 chrome/locale/nb/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/nb/torbirdy.properties            |  19 +++
 chrome/locale/pa/torbirdy.dtd                   |  36 +++---
 chrome/locale/pa/torbirdy.properties            |   6 +-
 chrome/locale/pl/torbirdy.properties            |   2 +-
 chrome/locale/pt-BR/torbirdy.dtd                |  54 ++++----
 chrome/locale/pt-BR/torbirdy.properties         |  18 +--
 chrome/locale/pt/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/pt/torbirdy.properties            |  19 +++
 chrome/locale/ro/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/ro/torbirdy.properties            |  19 +++
 chrome/locale/ru/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/ru/torbirdy.properties            |  19 +++
 chrome/locale/sk/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/sk/torbirdy.properties            |  19 +++
 chrome/locale/{en => sl}/torbirdy.dtd           |  30 ++---
 chrome/locale/sl/torbirdy.properties            |  19 +++
 chrome/locale/sr/torbirdy.dtd                   |  68 ++++++++++
 chrome/locale/sr/torbirdy.properties            |  19 +++
 chrome/locale/sv/torbirdy.properties            |   6 +-
 chrome/locale/tr/torbirdy.dtd                   |  18 +--
 chrome/locale/tr/torbirdy.properties            |   2 +-
 chrome/locale/uk/torbirdy.dtd                   |  63 +++++++++
 chrome/locale/uk/torbirdy.properties            |  19 +++
 chrome/locale/zh-CN/torbirdy.dtd                |  63 ---------
 chrome/locale/zh-CN/torbirdy.properties         |  19 ---
 components/torbirdy.js                          |  79 +++++++++---
 gpg.conf                                        |  91 +++++++++++++
 import-translations.sh                          |  26 ++++
 install.rdf                                     |   4 +-
 patches/date.patch                              |  70 ++++++++++
 patches/mailnewspref.patch                      |  26 ++++
 patches/messageid.patch                         |  49 +++++++
 patches/unified.patch                           | 130 +++++++++++++++++++
 55 files changed, 1874 insertions(+), 274 deletions(-)
 create mode 100644 ChangeLog
 create mode 100644 Makefile
 create mode 100644 README.RELEASE
 create mode 100644 chrome/locale/ca/torbirdy.dtd
 create mode 100644 chrome/locale/ca/torbirdy.properties
 create mode 100644 chrome/locale/el/torbirdy.dtd
 create mode 100644 chrome/locale/el/torbirdy.properties
 copy chrome/locale/{en => en-GB}/torbirdy.dtd (100%)
 copy chrome/locale/{en => en-GB}/torbirdy.properties (100%)
 create mode 100644 chrome/locale/hu/torbirdy.dtd
 create mode 100644 chrome/locale/hu/torbirdy.properties
 create mode 100644 chrome/locale/id/torbirdy.dtd
 create mode 100644 chrome/locale/id/torbirdy.properties
 create mode 100644 chrome/locale/ko/torbirdy.dtd
 create mode 100644 chrome/locale/ko/torbirdy.properties
 create mode 100644 chrome/locale/nb/torbirdy.dtd
 create mode 100644 chrome/locale/nb/torbirdy.properties
 create mode 100644 chrome/locale/pt/torbirdy.dtd
 create mode 100644 chrome/locale/pt/torbirdy.properties
 create mode 100644 chrome/locale/ro/torbirdy.dtd
 create mode 100644 chrome/locale/ro/torbirdy.properties
 create mode 100644 chrome/locale/ru/torbirdy.dtd
 create mode 100644 chrome/locale/ru/torbirdy.properties
 create mode 100644 chrome/locale/sk/torbirdy.dtd
 create mode 100644 chrome/locale/sk/torbirdy.properties
 copy chrome/locale/{en => sl}/torbirdy.dtd (80%)
 create mode 100644 chrome/locale/sl/torbirdy.properties
 create mode 100644 chrome/locale/sr/torbirdy.dtd
 create mode 100644 chrome/locale/sr/torbirdy.properties
 create mode 100644 chrome/locale/uk/torbirdy.dtd
 create mode 100644 chrome/locale/uk/torbirdy.properties
 delete mode 100644 chrome/locale/zh-CN/torbirdy.dtd
 delete mode 100644 chrome/locale/zh-CN/torbirdy.properties
 create mode 100644 gpg.conf
 create mode 100755 import-translations.sh
 create mode 100644 patches/date.patch
 create mode 100644 patches/mailnewspref.patch
 create mode 100644 patches/messageid.patch
 create mode 100644 patches/unified.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/torbirdy.git



More information about the Pkg-mozext-commits mailing list