[DRE-commits] [sup-mail] branch master updated (3133473 -> e7627e7)

Per Andersson avtobiff at moszumanska.debian.org
Tue Oct 7 10:35:59 UTC 2014


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

avtobiff pushed a change to branch master
in repository sup-mail.

      from  3133473   Bump Standards-Version to 3.9.6, no changes needed
      adds  b756a97   Imported Upstream version 0.19.0
      adds  0b6f1dc   Imported Upstream version 0.20.0
       new  9325e0f   Merge tag 'upstream/0.20.0'
       new  9053d0b   d/changelog: Prepare for new upstream release
       new  87d58a1   Use upstream man pages
       new  146f43b   Add gpg data to d/source/include-binaries
       new  2514132   Fix merge conflicts from upstream import
       new  e7627e7   Set distribution to unstable for upload

The 6 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:
 .gitignore                                  |   2 +
 .gitmodules                                 |   3 +
 .travis.yml                                 |  12 --
 CONTRIBUTORS                                |  22 ++--
 Gemfile                                     |   4 +
 History.txt                                 |  13 ++
 Rakefile                                    |  41 +++++++
 ReleaseNotes                                |  10 ++
 bin/sup                                     |  38 +++---
 debian/changelog                            |   7 +-
 debian/man/sup-add.1                        | 129 ++++++++++++++------
 debian/man/sup-cmd.1                        |  52 --------
 debian/man/sup-config.1                     | 100 +++++++++++-----
 debian/man/sup-dump.1                       | 107 ++++++++++++-----
 debian/man/sup-import-dump.1                | 118 ++++++++++++++-----
 debian/man/sup-mail.1                       | 159 +++++++++++++++++--------
 debian/man/sup-recover-sources.1            | 137 +++++++++++++++-------
 debian/man/sup-server.1                     |  38 ------
 debian/man/sup-sync.1                       | 176 +++++++++++++++++++---------
 debian/man/sup-tweak-labels.1               | 126 ++++++++++++++------
 debian/source/include-binaries              |   2 +
 ext/mkrf_conf_xapian.rb                     |  47 ++++++++
 lib/sup.rb                                  |   2 +
 lib/sup/buffer.rb                           |  12 ++
 lib/sup/maildir.rb                          |  17 ++-
 lib/sup/mbox.rb                             |  14 ++-
 lib/sup/message.rb                          |  14 ++-
 lib/sup/message_chunks.rb                   |   6 +
 lib/sup/modes/edit_message_mode.rb          |   3 +-
 lib/sup/modes/thread_index_mode.rb          |   6 +
 lib/sup/modes/thread_view_mode.rb           |  52 ++++++++
 lib/sup/version.rb                          |   2 +-
 sup.gemspec                                 |  18 ++-
 test/gnupg_test_home/gpg.conf               |   3 +-
 test/gnupg_test_home/key1.gen               |  15 +++
 test/gnupg_test_home/key2.gen               |  15 +++
 test/gnupg_test_home/pubring.gpg            | Bin 1945 -> 1892 bytes
 test/gnupg_test_home/receiver_pubring.gpg   | Bin 718 -> 945 bytes
 test/gnupg_test_home/receiver_secring.gpg   | Bin 1382 -> 1007 bytes
 test/gnupg_test_home/regen_keys.sh          |  35 ++++++
 test/gnupg_test_home/secring.gpg            | Bin 2529 -> 1001 bytes
 test/gnupg_test_home/sup-test-2 at foo.bar.asc |  39 +++---
 test/integration/test_maildir.rb            |  75 ++++++++++++
 test/integration/test_mbox.rb               |  69 +++++++++++
 44 files changed, 1274 insertions(+), 466 deletions(-)
 create mode 100644 .gitmodules
 delete mode 100644 .travis.yml
 delete mode 100644 debian/man/sup-cmd.1
 delete mode 100644 debian/man/sup-server.1
 create mode 100644 debian/source/include-binaries
 create mode 100644 ext/mkrf_conf_xapian.rb
 create mode 100644 test/gnupg_test_home/key1.gen
 create mode 100644 test/gnupg_test_home/key2.gen
 create mode 100755 test/gnupg_test_home/regen_keys.sh
 create mode 100644 test/integration/test_maildir.rb
 create mode 100644 test/integration/test_mbox.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/sup-mail.git



More information about the Pkg-ruby-extras-commits mailing list