[libbencode-perl] branch master updated (ac15114 -> 8c3a4c4)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Aug 12 12:33:52 UTC 2015


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

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

      from  ac15114   update changelog
       new  8442150   Add debian/upstream/metadata
       new  03c8974   Update debian/changelog
      adds  8ceab7a   root
      adds  9fef18b   release 1.0
      adds  6d39898   release 1.1
      adds  5f9163c   release 1.2
      adds  74da3c5   release 1.3
      adds  0edadef   release 1.31
      adds  808a313   fix #59131: Unbounded recursion in bdecode
      adds  7414e58   copyedit Day’s patch for coding style
      adds  7de761d   fix docs
      adds  ac37ebe   switch to Dist::Zilla
      adds  ce6807f   fix specification link (closes #1)
      adds  c6d4c14   specify minimum Perl explicitly
      adds  f5e5030   clean up test suite
      adds  0ef65da   switch to Exporter::Tidy
      adds  96959be   convert Changes from POD
      adds  971fdd1   switch tests to imperative style
      adds  233bab6   add Test::Differences
      adds  6c13c64   release 1.401
      adds  cb4d5af   reflow and slightly edit the docs
      adds  6c54913   remove install-as-root instructions
      adds  a9861d6   relase 1.402
      adds  0c638aa   Imported Upstream version 1.402
       new  3e59149   Merge tag 'upstream/1.402'
       new  39bdec7   Update debian/changelog
       new  4924960   Update changelog info generated by dpt
       new  494cd03   Set debhelper >= 9
       new  97160a0   Declare compliance with Debian policy 3.9.6
       new  a8b191c   Add autopkgtest-pkg-perl
       new  c3eda56   Update build and runtime dependencies
       new  bd29bd6   Update year of upstream copyright
       new  8c3a4c4   Release libbencode-perl 1.402-1 to unstable

The 11 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                  |  86 ++++++++++++---------------------------
 LICENSE                  |  28 +++++++------
 MANIFEST                 |   8 ++--
 META.json                |  21 ++++++++--
 META.yml                 |  17 ++++++--
 Makefile.PL              |  70 +++++++++++++++++++-------------
 README                   |  27 ++++++++++---
 debian/changelog         |  15 ++++++-
 debian/compat            |   2 +-
 debian/control           |  24 +++++++----
 debian/copyright         |   3 +-
 debian/upstream/metadata |   6 +++
 dist.ini                 |  15 ++++---
 lib/Bencode.pm           |  91 +++++++++++++++++++++++++-----------------
 t/00-compile.t           |  73 +++++++++++++++++++++++++++++++++
 t/00.load.t              |   6 ---
 t/01-bdecode.t           | 100 ++++++++++++++++++++++++++++++++++++++++++++++
 t/01.bdecode.t           | 102 -----------------------------------------------
 t/02-bencode.t           |  28 +++++++++++++
 t/02.bencode.t           |  27 -------------
 t/cpants.t               |   3 --
 21 files changed, 442 insertions(+), 310 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-compile.t
 delete mode 100644 t/00.load.t
 create mode 100644 t/01-bdecode.t
 delete mode 100644 t/01.bdecode.t
 create mode 100644 t/02-bencode.t
 delete mode 100644 t/02.bencode.t
 delete mode 100644 t/cpants.t

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



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