[libppix-editortools-perl] branch master updated (b8417aa -> 4041a88)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Nov 6 22:19:44 UTC 2017


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

fsfs pushed a change to branch master
in repository libppix-editortools-perl.

      from  b8417aa   update changelog
      adds  34033d8   New upstream version 0.20
       new  3fbd668   Update upstream source from tag 'upstream/0.20'
       new  b86d7d7   Update debian/changelog
       new  be74421   Add upstream metadata
       new  bf2377a   d/copyright: update years, merge upstream paragraphs, remove M::I paragraph dropped upstream
       new  7118126   d/control: add build-dependency on libclass-accessor-perl for testing, remove versions satisfied in oldoldstable
       new  910e7de   Bump dh compat to level 9
       new  bfe6946   Declare compliance with Debian Policy 4.1.1
       new  30a6d3d   Fix autopkgtest failure by making script/ available in testbed
       new  4041a88   prepare changelog for release

The 9 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:
 .travis.yml                                        |  11 -
 CONTRIBUTORS                                       |  15 +
 Changes                                            | 168 ++---
 INSTALL                                            |  43 ++
 LICENSE                                            | 379 +++++++++++
 MANIFEST                                           |  34 +-
 META.json                                          | 136 ++++
 META.yml                                           | 105 ++-
 Makefile.PL                                        | 150 +++--
 README.mkdn                                        |  43 ++
 SIGNATURE                                          |  72 ++
 cpanfile                                           |  43 ++
 debian/changelog                                   |  21 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  13 +-
 debian/copyright                                   |  18 +-
 debian/tests/pkg-perl/smoke-files                  |   2 +
 debian/upstream/metadata                           |   9 +
 dist.ini                                           |  17 +
 doap.xml                                           | 189 ++++++
 inc/Module/Install.pm                              | 470 --------------
 inc/Module/Install/Base.pm                         |  83 ---
 inc/Module/Install/Can.pm                          | 154 -----
 inc/Module/Install/Fetch.pm                        |  93 ---
 inc/Module/Install/Makefile.pm                     | 418 ------------
 inc/Module/Install/Metadata.pm                     | 722 ---------------------
 inc/Module/Install/Win32.pm                        |  64 --
 inc/Module/Install/WriteAll.pm                     |  63 --
 lib/PPIx/EditorTools.pm                            | 100 +--
 lib/PPIx/EditorTools/FindUnmatchedBrace.pm         |  92 ++-
 lib/PPIx/EditorTools/FindVariableDeclaration.pm    |  94 ++-
 lib/PPIx/EditorTools/IntroduceTemporaryVariable.pm | 162 +++--
 lib/PPIx/EditorTools/Lexer.pm                      | 142 ++--
 lib/PPIx/EditorTools/Outline.pm                    |  59 +-
 lib/PPIx/EditorTools/RenamePackage.pm              |  96 ++-
 lib/PPIx/EditorTools/RenamePackageFromPath.pm      |  91 ++-
 lib/PPIx/EditorTools/RenameVariable.pm             | 162 +++--
 lib/PPIx/EditorTools/ReturnObject.pm               | 129 ++--
 t/00-compile.t                                     |  60 ++
 t/00-report-prereqs.dd                             |  53 ++
 t/00-report-prereqs.t                              | 183 ++++++
 xt/release/unused-vars.t                           |  14 +
 42 files changed, 2295 insertions(+), 2679 deletions(-)
 delete mode 100644 .travis.yml
 create mode 100644 CONTRIBUTORS
 create mode 100644 INSTALL
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 README.mkdn
 create mode 100644 SIGNATURE
 create mode 100644 cpanfile
 create mode 100644 debian/tests/pkg-perl/smoke-files
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 create mode 100644 doap.xml
 delete mode 100644 inc/Module/Install.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/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 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 xt/release/unused-vars.t

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



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