[libnet-imap-simple-perl] branch master updated (644f3f7 -> c13b00c)

Angel Abad angel at debian.org
Fri Sep 1 09:44:39 UTC 2017


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

angel pushed a change to branch master
in repository libnet-imap-simple-perl.

      from  644f3f7   Update changelog.
      adds  4d2cf74   this is handled in test_runner.pm
      adds  e911d14   unusued
      adds  5d0aade   travis-ci
      adds  41e36e6   pod coverage
      adds  022920e   try with sudo I guess? (recdescent installed to ~/perl5)
      adds  295abca   we shouldn't need sudo … also, the perl5.26 feels suspiciously like perl5.14
      adds  0a90721   let's try with a 0 on the 5.26
      adds  e80d25d   5.26 isn't working still … we'll probably have to tell perlbrew to build it
      adds  e7a63c8   hrm, oops?
      adds  6ef760e   5.26 buildinstall and re-use
      adds  0541465   is it a yaml bug anywhere on the line without quotes? … not sure, but travis didn't build from this yaml
      adds  08afccd   the quotes seem to cause more trouble, not less
      adds  ef953d9   goom
      adds  0e691bc   dang it's permuting the env … That could be handy later, but for now, I really mean just all of them
      adds  7e0b244   mebbe like this?
      adds  f4bcf95   make sure we exit 0
      adds  a7d7595   yeah, so perl-5.26.0 isn't building... what happens if I put blead?
      adds  7bd588a   let's try it as blead
      adds  34347d9   oh, run it, der
      adds  ce7253a   let's try this with sudo I guess
      adds  d2c5c08   can't sudo apparently... I thought you could though. Whatever
      adds  4a9301e   let's try adding perl5lib of it
      adds  fa098c0   well, fooey. I apparently can't test in 5.26
      adds  37c3401   doesn't work, gone
      adds  c5d4165   I should add env for imap user/pass somewhere
      adds  752be7f   better format
      adds  9142749   bug
      adds  17f2591   theoretically, this will cache the perl deps
      adds  c8ac9da   fix some of the do "t/ blah"
      adds  3686ec2   more
      adds  16c9c0a   try this with the build-perl helpers
      adds  166a209   bug
      adds  e4c23df   oh, shouldn't need these if it's oing to quiet install deps notest for us
      adds  12e884c   note to self
      adds  3531322   there is no 5.26 … blead then
      adds  6459758   why not both dev and blead
      adds  ceece4f   I still can't find a 5.26 … oh well cpan testers, I can't reproduce... meh?
      adds  978dc3a   bug?
      adds  706f596   Make SimpleX not-optional
      adds  4fd9e01   version up and changelog
      adds  69e0cb5   blah is blah
      adds  e90bb90   test with NIS then
      adds  c2aea77   thowaway account, one time password. This is a neat idea, but there's no way to secure the testing environment.
      adds  fb2e1b4   ignore this stuff (updates)
      adds  9494fee   this configures dovegot usefully, but it requires root...
      adds  cfb7870   some things
      adds  b1b484e   this might just work
      adds  f9ca305   be talkative about reconfigs
      adds  d02ebb6   not deleting all the mailboxes apparently
      adds  8fd877d   ignore this stuff (updates)
      adds  d93bd90   configure ssl
      adds  6504dfb   hrm, missed some steps
      adds  0e71a51   use the right files
      adds  1323d34   poo
      adds  45a2e41   gmail is different
      adds  2a27e66   better match for test success
      adds  23b267e   probably utf8 bits or something
      adds  3abe77b   forgot to config ssl
      adds  a6c2fd0   also don't include the config-ssl.sh … or any config-*.sh for that matter
      adds  cc210d6   hrm, something's fucky
      adds  dfb4e40   wtf... netstat
      adds  cf3ffe2   more files show
      adds  f633e42   bug
      adds  dd52c99   just show the whole netcat
      adds  e8cdd1b   trusty is the latest we can go I guess
      adds  35751c9   gotta do the netstat after you start the service... heh
      adds  88c476d   include the perl critic
      adds  392ca5a   note
      adds  0a47674   more changes
      adds  4158e23   Update Simple.pm
      adds  4a4bae7   Update Simple.pod
      adds  d3b8019   clean some trailing whitespace
      adds  26083e0   note change
      adds  0c277a6   update manifest and bahleet old files
      adds  e1e1b4f   ignore this stuff (updates)
      adds  0c24223   New upstream version 1.2209
       new  d3753d0   Updated version 1.2209 from 'upstream/1.2209'
       new  b9e34a1   Update debian/changelog
       new  7acbfa2   debian/copyright: Update copyright
       new  406347c   Bump Standards-Version to 4.1.0 (no changes)
       new  f8c785d   debian/copyright: Remove unused Files section
       new  c13b00c   Update changelog

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:
 Changes                               |  6 +++++
 MANIFEST                              |  8 +++----
 META.json                             |  6 ++---
 META.yml                              |  6 ++---
 Makefile.PL                           | 20 +++-------------
 contrib/33189_attach.pl               |  0
 contrib/connectalot.pl                |  0
 contrib/hand_test01.pl                |  0
 contrib/preauth-pipe-server.pl        |  0
 contrib/status.pl                     |  0
 debian/changelog                      | 12 ++++++++++
 debian/control                        |  2 +-
 debian/copyright                      |  8 ++-----
 Simple.pm => lib/Net/IMAP/Simple.pm   | 45 ++++++++++++++++++++++++++++++++++-
 Simple.pod => lib/Net/IMAP/Simple.pod | 27 +++++++++++++++++++++
 {contrib => lib/Net/IMAP}/SimpleX.pm  |  2 ++
 {contrib => lib/Net/IMAP}/SimpleX.pod |  0
 t/07_select_and_examine.t             |  2 +-
 t/08_selectalot.t                     |  2 +-
 t/10_list.t                           | 11 +++++----
 t/11_mailboxes.t                      |  3 +--
 t/15_flags.t                          |  4 ++--
 t/16_exotic_flags.t                   |  2 +-
 t/17_status_and_select.t              |  2 +-
 t/19_readline_callback.t              |  4 ++--
 t/22_copy_multiple.t                  |  3 +--
 t/22_uidcopy_multiple.t               |  3 +--
 t/23_delete_multiple.t                |  2 +-
 t/35_imap_results_in_message_body.t   |  3 +--
 t/45_search.t                         |  2 +-
 t/50_body_summary.t                   | 11 +--------
 t/55_uid_stuff.t                      |  2 +-
 t/60_fetch_with_grammar.t             |  2 +-
 t/70_list2range.t                     |  2 --
 t/75_back_and_forth.t                 |  3 +--
 t/80_top.t                            |  3 +--
 t/critic.t                            |  2 --
 t/pod.t                               |  2 --
 t/pod_coverage.t                      |  2 --
 t/test_runner.pm                      | 16 +++++++++----
 40 files changed, 143 insertions(+), 87 deletions(-)
 mode change 100644 => 100755 contrib/33189_attach.pl
 mode change 100644 => 100755 contrib/connectalot.pl
 mode change 100644 => 100755 contrib/hand_test01.pl
 mode change 100644 => 100755 contrib/preauth-pipe-server.pl
 mode change 100644 => 100755 contrib/status.pl
 rename Simple.pm => lib/Net/IMAP/Simple.pm (96%)
 rename Simple.pod => lib/Net/IMAP/Simple.pod (97%)
 rename {contrib => lib/Net/IMAP}/SimpleX.pm (99%)
 rename {contrib => lib/Net/IMAP}/SimpleX.pod (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-imap-simple-perl.git



More information about the Pkg-perl-cvs-commits mailing list