[libgraph-easy-as-svg-perl] branch master updated (7d2563e -> 6a52214)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 15:05:26 UTC 2017


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

fsfs pushed a change to branch master
in repository libgraph-easy-as-svg-perl.

      from  7d2563e   update changelog
      adds  eadebdb   New upstream version 0.27
       new  31ecb50   Update upstream source from tag 'upstream/0.27'
       new  e2c044e   Update debian/changelog
       new  38ef3a9   Add upstream metadata
       new  9ee21fa   Drop copyright paragraph for no longer included M::I
       new  293b9e2   Update upstream contact to current maintainer
       new  7819cf1   Update license paragraphs to commonly used versions
       new  1f061be   Bump dh compat to level 9
       new  4f9305d   Declare compliance with Debian Policy 4.1.1
       new  bc13aa6   Mark package autopkgtest-able
       new  23f1c59   Add build-dependency on M::B
       new  6a52214   prepare changelog for release

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:
 Build.PL                          |  64 ++++
 CHANGES => Changes                |  32 +-
 LICENSE                           |  81 +++-
 MANIFEST                          |  53 ++-
 MANIFEST.SKIP                     |   1 +
 META.json                         | 489 ++++++++++++++++++++++++
 META.yml                          | 360 +++++++++++++++++-
 Makefile.PL                       |  79 +++-
 debian/changelog                  |  17 +-
 debian/compat                     |   2 +-
 debian/control                    |   8 +-
 debian/copyright                  |  22 +-
 debian/upstream/metadata          |   7 +
 dist.ini                          |  26 ++
 examples/as_ascii                 |   2 +-
 examples/as_boxart                |   2 +-
 examples/as_graphviz              |   2 +-
 examples/as_html                  |   2 +-
 examples/as_svg                   |   2 +-
 examples/as_txt                   |   2 +-
 inc/Module/AutoInstall.pm         | 768 --------------------------------------
 inc/Module/Install.pm             | 343 -----------------
 inc/Module/Install/AutoInstall.pm |  61 ---
 inc/Module/Install/Base.pm        |  70 ----
 inc/Module/Install/Can.pm         |  82 ----
 inc/Module/Install/Fetch.pm       |  93 -----
 inc/Module/Install/Include.pm     |  34 --
 inc/Module/Install/Makefile.pm    | 245 ------------
 inc/Module/Install/Metadata.pm    | 371 ------------------
 inc/Module/Install/Win32.pm       |  64 ----
 inc/Module/Install/WriteAll.pm    |  40 --
 lib/Graph/Easy/As_svg.pm          | 385 +++++++++++++------
 t/00-compile.t                    |  60 +++
 t/group.t                         |   4 +-
 t/output.t                        |   2 +-
 t/pod.t                           |   2 +-
 t/pod_cov.t                       |   2 +-
 t/svg.t                           |   6 +-
 t/svg/svg.txt                     |  18 +-
 t/text.t                          |   2 +-
 weaver.ini                        |  37 ++
 xt/author/eol.t                   |  22 ++
 xt/author/pod-coverage.t          |   7 +
 xt/author/pod-syntax.t            |   7 +
 xt/release/trailing-space.t       |  30 ++
 45 files changed, 1598 insertions(+), 2410 deletions(-)
 create mode 100644 Build.PL
 rename CHANGES => Changes (90%)
 create mode 100644 META.json
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/AutoInstall.pm
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/00-compile.t
 create mode 100644 weaver.ini
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/pod-coverage.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/release/trailing-space.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgraph-easy-as-svg-perl.git



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