[Pkg-mozext-commits] [torbirdy] branch master updated (231e643 -> a114336)

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


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

error pushed a change to branch master
in repository torbirdy.

      from  231e643   release version 0.1.2-1
       new  37d9f2e   Imported Upstream version 0.1.3
       new  fe7e86e   Merge tag 'upstream/0.1.3'
       new  d4060c7   stage release 0.1.3
       new  c3b2ff3   Add dep on package tor
       new  060e157   Patch Tor port to be 9050
       new  0b34b4e   Add README.source
       new  5e9f7ca   add socks_port patch
       new  a114336   fix spelling error

The 8 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                   |  35 +++--
 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                          |  81 +++++++++---
 debian/README.source                            | 145 +++++++++++++++++++++
 debian/changelog                                |   8 ++
 debian/control                                  |   4 +-
 debian/patches/series                           |   1 +
 debian/patches/socks_port                       |  50 +++++++
 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 +++++++++++++++++++
 60 files changed, 2083 insertions(+), 279 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 debian/README.source
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/socks_port
 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