[libtree-simple-perl] branch master updated (173c54b -> 95c2bcb)

gregor herrmann gregoa at debian.org
Fri Nov 8 23:19:31 UTC 2013


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

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

      from  173c54b   Remove trailing whitespace
       new  3597cef   debian/watch: update regexp.
      adds  ddd38f4   Imported Upstream version 1.22
       new  6022bb2   Merge tag 'upstream/1.22'
       new  9800be7   New upstream release.
       new  2864205   Switch to "3.0 (quilt)" source format.
       new  e595ecf   Use debhelper 8 and dh(1) in debian/rules.
       new  9c7861d   debian/copyright: switch formatting to Copyright-Format 1.0.
       new  f0a57e8   Build depend on Module::Build 0.40.
       new  d9bc44d   Drop build dependencies on libtest-pod*.
       new  249a1f1   Update short and long description.
       new  3f7f95e   Declare compliance with Debian Policy 3.9.5.
       new  511bbd5   Add build dependency on libtest-memory-cycle-perl.
       new  d5de9a7   Add a patch to fix a spelling mistake.
       new  95c2bcb   releasing package libtree-simple-perl version 1.22-1

The 13 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                        |   50 ++-
 Changelog.ini                   |  297 +++++++++++++++
 Changes                         |  172 +++++----
 MANIFEST                        |   16 +-
 META.json                       |   60 +++
 META.yml                        |   40 +-
 Makefile.PL                     |   67 +++-
 debian/changelog                |   23 +-
 debian/compat                   |    2 +-
 debian/control                  |   19 +-
 debian/copyright                |   56 +--
 debian/patches/series           |    1 +
 debian/patches/spelling.patch   |   86 +++++
 debian/rules                    |   71 +---
 debian/source/format            |    1 +
 debian/watch                    |    2 +-
 lib/Tree/Simple.pm              |  761 ++++++++++++++++++++-------------------
 lib/Tree/Simple/Visitor.pm      |   93 ++---
 t/17_Tree_Simple_width_test.t   |   31 ++
 t/20_Tree_Simple_Visitor_test.t |   68 ++--
 t/21_Tree_Simple_Visitor_test.t |   47 +++
 {t => xt/author}/pod.t          |    0
 {t => xt/author}/pod_coverage.t |    0
 23 files changed, 1261 insertions(+), 702 deletions(-)
 create mode 100644 Changelog.ini
 create mode 100644 META.json
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/source/format
 mode change 100755 => 100644 lib/Tree/Simple.pm
 create mode 100644 t/17_Tree_Simple_width_test.t
 create mode 100644 t/21_Tree_Simple_Visitor_test.t
 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-perl.git



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