[libmail-mbox-messageparser-perl] branch master updated (17d381b -> 804625f)

gregor herrmann gregoa at debian.org
Sun Jul 5 15:35:38 UTC 2015


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

gregoa pushed a change to branch master
in repository libmail-mbox-messageparser-perl.

      from  17d381b   releasing package libmail-mbox-messageparser-perl version 1.5002-3
       new  a35f4bc   Imported Upstream version 1.5105
       new  4892f49   New upstream release.
       new  76fb2e4   Add debian/upstream/metadata
       new  e002170   Update debian/changelog
       new  9ea9f26   Update debian/patches/paths.patch to match upstream changes.
       new  ced8083   Drop fix-pod-errors.patch, merged upstream.
       new  ec9c083   Drop xz-support.patch, merged upstream.
       new  795e332   Update years of upstream copyright.
       new  ae3a459   Add new build dependencies.
       new  dcd231b   Drop warnings.patch, fixed upstream.
       new  079d17c   Update upstream license.
       new  804625f   releasing package libmail-mbox-messageparser-perl version 1.5105-1

The 12 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                                            |   67 +
 LICENSE                                            |   45 +-
 MANIFEST                                           |   77 +-
 MANIFEST.SKIP                                      |   33 -
 META.yml                                           |   23 +-
 Makefile.PL                                        |  202 +--
 README                                             |   30 +-
 TODO                                               |   25 +
 debian/changelog                                   |   14 +
 debian/control                                     |   11 +-
 debian/copyright                                   |   15 +-
 debian/patches/fix-pod-errors.patch                |   15 -
 debian/patches/paths.patch                         |   24 +-
 debian/patches/series                              |    3 -
 debian/patches/warnings.patch                      |   26 -
 debian/patches/xz-support.patch                    |   44 -
 debian/upstream/metadata                           |    6 +
 inc/Module/AutoInstall.pm                          |  195 ++-
 inc/Module/Install.pm                              |  240 +--
 inc/Module/Install/AutoLicense.pm                  |   63 +
 inc/Module/Install/AutomatedTester.pm              |   24 +
 inc/Module/Install/Base.pm                         |   11 +-
 inc/Module/Install/Bugtracker.pm                   |   28 +
 inc/Module/Install/Can.pm                          |   85 +-
 inc/Module/Install/CheckOptional.pm                |   15 +-
 inc/Module/Install/Fetch.pm                        |    2 +-
 inc/Module/Install/GetProgramLocations.pm          |   14 +-
 inc/Module/Install/GithubMeta.pm                   |   53 +
 inc/Module/Install/Include.pm                      |    2 +-
 inc/Module/Install/Makefile.pm                     |  244 ++-
 inc/Module/Install/Metadata.pm                     |  292 ++--
 inc/Module/Install/PRIVATE/Add_Test_Target.pm      |   27 +
 .../Module/Install/PRIVATE/Configure_Programs.pm   |  122 +-
 .../Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm |   47 +
 inc/Module/Install/PRIVATE/Fix_Sort_Versions.pm    |   29 +
 inc/Module/Install/Win32.pm                        |    2 +-
 inc/Module/Install/WriteAll.pm                     |    7 +-
 inc/Sort/Versions.pm                               |   23 +-
 lib/Mail/Mbox/MessageParser.pm                     |   71 +-
 lib/Mail/Mbox/MessageParser/Cache.pm               |    4 +-
 lib/Mail/Mbox/MessageParser/Config.pm              |    9 +-
 lib/Mail/Mbox/MessageParser/Grep.pm                |    4 +-
 lib/Mail/Mbox/MessageParser/MetaInfo.pm            |   11 +-
 lib/Mail/Mbox/MessageParser/Perl.pm                |   23 +-
 .../Module/Install/PRIVATE/Add_Test_Target.pm      |   26 +
 .../Module/Install/PRIVATE/Configure_Programs.pm   |  121 +-
 .../Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm |   46 +
 .../Module/Install/PRIVATE/Fix_Sort_Versions.pm    |   28 +
 t/Test/Utils.pm                                    |   37 +-
 t/appended_mailbox.t                               |   56 +-
 t/bzip2.t                                          |   25 +-
 t/endline.t                                        |    9 +-
 t/filehandle_compressed.t                          |   28 +-
 t/filehandle_noncompressed.t                       |   29 +-
 t/filename_compressed.t                            |   27 +-
 t/filename_noncompressed.t                         |   17 +-
 t/grep.t                                           |   18 +-
 t/gzip.t                                           |   29 +-
 t/length.t                                         |   15 +-
 t/line_number.t                                    |   15 +-
 t/{bzip2.t => lzip.t}                              |   30 +-
 t/mailboxes/mailarc-2.txt.lz                       |  Bin 0 -> 4471 bytes
 t/mailboxes/mailarc-2.txt.xz                       |  Bin 0 -> 4508 bytes
 t/mailboxes/malformed.txt                          | 1829 +++++++++++++++++++
 t/number.t                                         |   15 +-
 t/offset.t                                         |   15 +-
 t/pod.t                                            |   10 +
 t/prologue.t                                       |   15 +-
 t/reset.t                                          |   31 +-
 t/results/length_malformed.stdout                  |    3 +
 t/results/line_number_malformed.stdout             |    3 +
 ...x with space.stdout => number_malformed.stdout} |    0
 t/results/offset_malformed.stdout                  |    3 +
 t/results/reset_malformed.stdout                   | 1841 ++++++++++++++++++++
 t/separators.t                                     |   15 +-
 t/speed.pl                                         |   43 +-
 t/stdin_compressed.t                               |   42 +-
 t/stdin_uncompressed.t                             |   32 +-
 t/undef_return_value.t                             |   15 +-
 t/{bzip2.t => xz.t}                                |   31 +-
 80 files changed, 5565 insertions(+), 1241 deletions(-)
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 TODO
 delete mode 100644 debian/patches/fix-pod-errors.patch
 delete mode 100644 debian/patches/warnings.patch
 delete mode 100644 debian/patches/xz-support.patch
 create mode 100644 debian/upstream/metadata
 create mode 100644 inc/Module/Install/AutoLicense.pm
 create mode 100644 inc/Module/Install/AutomatedTester.pm
 create mode 100644 inc/Module/Install/Bugtracker.pm
 create mode 100644 inc/Module/Install/GithubMeta.pm
 create mode 100644 inc/Module/Install/PRIVATE/Add_Test_Target.pm
 copy Makefile.PL => inc/Module/Install/PRIVATE/Configure_Programs.pm (51%)
 mode change 100755 => 100644
 create mode 100644 inc/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm
 create mode 100644 inc/Module/Install/PRIVATE/Fix_Sort_Versions.pm
 create mode 100644 private-lib/Module/Install/PRIVATE/Add_Test_Target.pm
 copy Makefile.PL => private-lib/Module/Install/PRIVATE/Configure_Programs.pm (51%)
 mode change 100755 => 100644
 create mode 100644 private-lib/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm
 create mode 100644 private-lib/Module/Install/PRIVATE/Fix_Sort_Versions.pm
 copy t/{bzip2.t => lzip.t} (62%)
 create mode 100644 t/mailboxes/mailarc-2.txt.lz
 create mode 100644 t/mailboxes/mailarc-2.txt.xz
 create mode 100644 t/mailboxes/malformed.txt
 create mode 100755 t/pod.t
 create mode 100644 t/results/length_malformed.stdout
 create mode 100644 t/results/line_number_malformed.stdout
 copy t/results/{number_mailbox with space.stdout => number_malformed.stdout} (100%)
 mode change 100755 => 100644
 create mode 100644 t/results/offset_malformed.stdout
 create mode 100644 t/results/reset_malformed.stdout
 copy t/{bzip2.t => xz.t} (63%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmail-mbox-messageparser-perl.git



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