[libtree-simple-visitorfactory-perl] branch master updated (95dddec -> 8840e07)

gregor herrmann gregoa at debian.org
Fri May 6 18:15:35 UTC 2016


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

gregoa pushed a change to branch master
in repository libtree-simple-visitorfactory-perl.

      from  95dddec   update changelog
       new  5f81de1   Add debian/upstream/metadata
       new  e3a9fc1   Update debian/changelog
      adds  1c4cbf9   Imported Upstream version 0.15
       new  2b42b77   Merge tag 'upstream/0.15'
       new  b68ad62   Update debian/changelog
       new  6bc7ec3   update debian/upstream/metadata after import
       new  d4035ab   Update years of packaging copyright.
       new  abd24e1   Update build dependencies.
       new  7a010df   Declare compliance with Debian Policy 3.9.8.
       new  6e098ea   Bump debhelper compatibility level to 9.
       new  00b2676   Fix spelling mistakes in long description.
       new  f194462   Add a patch to fix a spelling mistake in the POD.
       new  8840e07   releasing package libtree-simple-visitorfactory-perl version 0.15-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:
 Build.PL                                          |  37 ---
 Changelog.ini                                     |  25 +-
 Changes                                           |  45 ++-
 LICENSE                                           | 378 ++++++++++++++++++++++
 MANIFEST                                          |  13 +-
 MANIFEST.SKIP                                     |  47 +++
 META.json                                         | 100 ++----
 META.yml                                          |  89 ++---
 Makefile.PL                                       |  75 ++++-
 README                                            |  55 ++--
 debian/changelog                                  |  14 +-
 debian/compat                                     |   2 +-
 debian/control                                    |  12 +-
 debian/copyright                                  |   2 +-
 debian/patches/series                             |   1 +
 debian/patches/spelling.patch                     |  18 ++
 debian/upstream/metadata                          |   6 +
 lib/Tree/Simple/Visitor/BreadthFirstTraversal.pm  |   2 +-
 lib/Tree/Simple/Visitor/CreateDirectoryTree.pm    |   2 +-
 lib/Tree/Simple/Visitor/FindByNodeValue.pm        |   2 +-
 lib/Tree/Simple/Visitor/FindByPath.pm             |   2 +-
 lib/Tree/Simple/Visitor/FindByUID.pm              |   2 +-
 lib/Tree/Simple/Visitor/FromNestedArray.pm        |   2 +-
 lib/Tree/Simple/Visitor/FromNestedHash.pm         |   2 +-
 lib/Tree/Simple/Visitor/GetAllDescendents.pm      |   2 +-
 lib/Tree/Simple/Visitor/LoadClassHierarchy.pm     |   2 +-
 lib/Tree/Simple/Visitor/LoadDirectoryTree.pm      |   2 +-
 lib/Tree/Simple/Visitor/PathToRoot.pm             |   2 +-
 lib/Tree/Simple/Visitor/PostOrderTraversal.pm     |   2 +-
 lib/Tree/Simple/Visitor/PreOrderTraversal.pm      |   2 +-
 lib/Tree/Simple/Visitor/Sort.pm                   |   2 +-
 lib/Tree/Simple/Visitor/ToNestedArray.pm          |   2 +-
 lib/Tree/Simple/Visitor/ToNestedHash.pm           |   2 +-
 lib/Tree/Simple/Visitor/VariableDepthClone.pm     |   2 +-
 lib/Tree/Simple/VisitorFactory.pm                 |   6 +-
 t/70_Tree_Simple_Visitor_LoadDirectoryTree_test.t | 190 +++++------
 {t => xt/author}/pod.t                            |   0
 {t => xt/author}/pod_coverage.t                   |   0
 38 files changed, 785 insertions(+), 364 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 MANIFEST.SKIP
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata
 rename {t => xt/author}/pod.t (100%)
 rename {t => xt/author}/pod_coverage.t (100%)

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



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