[libversion-perl] branch master updated (57cfe3a -> 2ca656b)

Salvatore Bonaccorso carnil at debian.org
Sun Jan 5 06:37:34 UTC 2014


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

carnil pushed a change to branch master
in repository libversion-perl.

      from  57cfe3a   releasing package libversion-perl version 1:0.9904-1
      adds  2b12457   Imported Upstream version 0.9906
       new  b3a3cd5   Merge tag 'upstream/0.9906'
       new  fa4c874   Remove additional empty line
       new  4143268   Wrap and sort fields in debian/control file
       new  889eb63   Declare compliance with Debian policy 3.9.5
       new  2ca656b   Prepare changelog for release

The 5 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                              | 605 +++++++++++++++++++++++++++--------
 MANIFEST                             |   5 +-
 META.json                            |   8 +-
 META.yml                             |   4 +-
 Makefile.PL                          |  43 ++-
 README                               |  19 ++
 debian/changelog                     |   9 +
 debian/control                       |   7 +-
 debian/watch                         |   1 -
 lib/version.pm                       | 133 +-------
 lib/version/Internals.pod            |   2 +-
 lib/{version.pm => version/regex.pm} | 108 +------
 lib/version/typemap                  |  29 --
 t/00impl-pp.t                        |  18 ++
 t/01base.t                           |   2 +-
 t/02derived.t                        |   8 +-
 t/03require.t                        |   2 +-
 t/04strict_lax.t                     |   5 +-
 t/05sigdie.t                         |   2 +-
 t/06noop.t                           |   2 +-
 t/07locale.t                         |   8 +-
 t/08_corelist.t                      |   2 +-
 t/09_list_util.t                     |  40 +++
 t/coretests.pm                       |  25 +-
 vperl/vpp.pm                         |  80 ++++-
 vutil/lib/version/vxs.pm             |   6 +-
 vutil/vutil.c                        |  52 ++-
 vutil/vutil.h                        |  17 +-
 vutil/vxs.inc                        | 459 ++++++++++++++++++++++++++
 vutil/vxs.xs                         | 321 ++-----------------
 30 files changed, 1268 insertions(+), 754 deletions(-)
 copy lib/{version.pm => version/regex.pm} (60%)
 delete mode 100755 lib/version/typemap
 create mode 100644 t/00impl-pp.t
 create mode 100644 t/09_list_util.t
 create mode 100644 vutil/vxs.inc

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



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