[libstring-print-perl] branch master updated (c61e5e8 -> 07852dc)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Mon Jul 10 14:08:42 UTC 2017


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

kanashiro pushed a change to branch master
in repository libstring-print-perl.

      from  c61e5e8   update changelog
      adds  106792a   New upstream version 0.92
       new  b1c42a5   Updated version 0.92 from 'upstream/0.92'
       new  c9da28a   Update debian/changelog
       new  fce210b   Remove spelling error patch, fixed by upstream
       new  21dd614   Update years of upstream copyright
       new  2b34c84   Update Debian packaging copyright
       new  c9e1c83   Bump debhelper compatibility level to 10
       new  e7e84d6   Declare compliance with Debian Policy 4.0.0
       new  83ed8d9   Update build and runtime dependencies
       new  5c5032c   Mark package as autopkgtest-able
       new  07852dc   releasing libstring-print-perl version 0.92-1 to unstable

The 10 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                     |  20 ++
 MANIFEST                      |   7 +
 META.json                     |   6 +-
 META.yml                      |   4 +-
 Makefile.PL                   |   8 +-
 README                        |  12 +-
 debian/changelog              |  16 +-
 debian/compat                 |   2 +-
 debian/control                |  11 +-
 debian/copyright              |   3 +-
 debian/patches/series         |   1 -
 debian/patches/spelling.patch |  17 --
 lib/String/Print.pm           | 297 +++++++++++++++++++++---
 lib/String/Print.pod          | 510 +++++++++++++++++++++++++++++++++---------
 t/00use.t                     |   1 +
 t/10serial.t                  |   2 +-
 t/11modif.t                   |  47 +---
 t/12encode.t                  |  29 +++
 t/13subnames.t                |  32 +++
 t/14missing.t                 |  24 ++
 t/50m_format.t                |  34 +++
 t/51m_bytes.t                 |  55 +++++
 t/52m_dates.t                 |  78 +++++++
 t/53m_default.t               |  43 ++++
 24 files changed, 1048 insertions(+), 211 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 t/12encode.t
 create mode 100644 t/13subnames.t
 create mode 100644 t/14missing.t
 create mode 100644 t/50m_format.t
 create mode 100644 t/51m_bytes.t
 create mode 100644 t/52m_dates.t
 create mode 100644 t/53m_default.t

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



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