[libpalm-perl] branch master updated (6119561 -> 4b88de7)

gregor herrmann gregoa at debian.org
Sun Aug 3 13:02:33 UTC 2014


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

gregoa pushed a change to branch master
in repository libpalm-perl.

      from  6119561   Release changelog
      adds  37a5c75   Imported Upstream version 1.014
       new  3b83ec8   Merge tag 'upstream/1.014'
       new  6298c18   New upstream release.
       new  b7b746d   Drop fix-pod-spelling.patch, merged upstream.
       new  349eef7   Overhaul debian/copyright.
       new  e1408b6   cme: reformat debian/control
       new  1255d82   Add new (build) dependencies.
       new  c0c7352   Update long description.
       new  4b88de7   update changelog / add WAITS-FOR

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:
 Changes                               |  770 +++++++-------
 FAQ                                   |    5 +-
 LICENSE                               |  380 ++++++-
 MANIFEST                              |   42 +-
 META.json                             |  309 +++++-
 META.yml                              |  233 +++-
 MYMETA.json                           |   46 -
 MYMETA.yml                            |   24 -
 Makefile.PL                           |  107 +-
 README                                |   62 +-
 debian/changelog                      |   16 +
 debian/control                        |   26 +-
 debian/copyright                      |   20 +-
 debian/patches/fix-pod-spelling.patch |   16 -
 debian/patches/series                 |    1 -
 examples/pdbdump                      |   77 +-
 lib/Palm.pm                           |  148 ++-
 lib/Palm/Address.pm                   |  390 ++++---
 lib/Palm/DateTime.pm                  |  201 +++-
 lib/Palm/Datebook.pm                  |  586 +++++-----
 lib/Palm/Mail.pm                      |  318 +++---
 lib/Palm/Memo.pm                      |  204 ++--
 lib/Palm/PDB.pm                       | 1889 ---------------------------------
 lib/Palm/Raw.pm                       |  197 ----
 lib/Palm/StdAppInfo.pm                |  562 +++++-----
 lib/Palm/ToDo.pm                      |  246 +++--
 lib/Palm/ZirePhoto.pm                 |  282 +++--
 t/00-all_prereqs.t                    |   95 ++
 t/{load.t => 00-load.t}               |    6 +-
 t/bogus1DB.pdb                        |  Bin 1350 -> 0 bytes
 t/bogus2DB.pdb                        |  Bin 72 -> 0 bytes
 t/bogusdb.t                           |   55 -
 t/loadwrite.t                         |   36 -
 t/test_manifest                       |   11 -
 xt/release/pod-coverage.t             |   14 +
 xt/release/pod-syntax.t               |    8 +
 36 files changed, 3398 insertions(+), 3984 deletions(-)
 delete mode 100644 MYMETA.json
 delete mode 100644 MYMETA.yml
 delete mode 100644 debian/patches/fix-pod-spelling.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 lib/Palm/PDB.pm
 delete mode 100644 lib/Palm/Raw.pm
 create mode 100644 t/00-all_prereqs.t
 rename t/{load.t => 00-load.t} (58%)
 delete mode 100644 t/bogus1DB.pdb
 delete mode 100644 t/bogus2DB.pdb
 delete mode 100755 t/bogusdb.t
 delete mode 100755 t/loadwrite.t
 delete mode 100644 t/test_manifest
 create mode 100644 xt/release/pod-coverage.t
 create mode 100644 xt/release/pod-syntax.t

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



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