[libtree-dagnode-perl] branch master updated (36a850c -> 518ed9c)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 18:14:23 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libtree-dagnode-perl.

      from  36a850c   releasing package libtree-dagnode-perl version 1.22-2 to unstable
       new  d106ff5   Add debian/upstream/metadata
       new  d278636   Update debian/changelog
      adds  c3ab75e   Imported Upstream version 1.27
       new  ec41f4f   Merge tag 'upstream/1.27'
       new  701de26   Update debian/changelog
       new  58a9119   Declare compliance with Debian policy 3.9.6
       new  e7d8107   Bump debhelper compatibility level to 9
       new  b160605   Remove libmodule-build-perl as build dependency
       new  518ed9c   Release libtree-dagnode-perl 1.27-1 to unstable

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:
 .gitignore                    |  19 ++
 Build.PL                      |  31 ---
 Changelog.ini                 | 125 +++++++--
 Changes                       | 108 ++++++--
 LICENSE                       | 202 +++++++++++++++
 MANIFEST                      |   7 +-
 META.json                     |  31 ++-
 META.yml                      |  33 +--
 Makefile.PL                   |  45 +++-
 debian/changelog              |  11 +
 debian/compat                 |   2 +-
 debian/control                |   5 +-
 debian/upstream/metadata      |   4 +
 lib/Tree/DAG_Node.pm          | 573 +++++++++++++++++++++---------------------
 scripts/read.tree.log         | 190 ++++++++++++++
 scripts/read.tree.pl          |  43 ++++
 scripts/write.tree.pl         |  66 +++++
 t/cut.and.paste.subtrees.t    |  88 +++----
 t/load.t                      |   2 +-
 t/read.tree.t                 |   8 +-
 t/string2hash.t               |  45 ++++
 t/tree.utf8.attributes.txt    |  29 ++-
 t/tree.with.attributes.txt    | 266 ++++++++++----------
 t/tree.without.attributes.txt | 266 ++++++++++----------
 24 files changed, 1481 insertions(+), 718 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 debian/upstream/metadata
 create mode 100644 scripts/read.tree.log
 create mode 100644 scripts/read.tree.pl
 create mode 100644 scripts/write.tree.pl
 create mode 100644 t/string2hash.t

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



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