[libpadre-plugin-git-perl] branch master updated (52e0fd6 -> bbede22)

Damyan Ivanov dmn at alioth.debian.org
Sun Oct 20 09:58:18 UTC 2013


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

dmn pushed a change to branch master
in repository libpadre-plugin-git-perl.

      from  52e0fd6   Remove trailing whitespace
      adds  41a82b6   Imported Upstream version 0.12
       new  2a224a1   Merge tag 'upstream/0.12'
       new  9c0c8c4   Imported Upstream version 0.12
       new  27208dc   Update (build-)dependencies
       new  a4da291   Update copyright holders/years
       new  ace8d75   remove unneeded libmodule-install-perl from build-dependencies
       new  6a8439b   add libpithub-perl to build-dependencies
       new  f4b3e12   recommend libpithub-perl (used for Github interaction)
       new  100a5bd   replace skip-dep-test patch with lower-test-version-reqs.patch
       new  a9925e3   Canonise Vcs-* links, thanks lintian
       new  5518dcd   mention recommended libpithub-perl in long description
       new  bbede22   releasing package libpadre-plugin-git-perl version 0.12-1

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                                      |   27 +-
 LICENSE                                      |  378 ++++++++++++++++++++++++++
 MANIFEST                                     |    6 +-
 META.yml                                     |   30 +-
 MYMETA.json                                  |   67 -----
 MYMETA.yml                                   |   41 ---
 Makefile.PL                                  |   35 ++-
 README                                       |   13 +-
 debian/changelog                             |   17 ++
 debian/control                               |   19 +-
 debian/copyright                             |    8 +-
 debian/patches/lower-test-version-reqs.patch |   25 ++
 debian/patches/series                        |    2 +-
 debian/patches/skip-dep-test                 |   15 -
 lib/Padre/Plugin/Git.pm                      |   68 ++---
 lib/Padre/Plugin/Git/FBP/Message.pm          |    2 +-
 lib/Padre/Plugin/Git/FBP/Output.pm           |    2 +-
 lib/Padre/Plugin/Git/Message.pm              |   27 +-
 lib/Padre/Plugin/Git/Output.pm               |   30 +-
 lib/Padre/Plugin/Git/Task/Git_cmd.pm         |   30 +-
 lib/Padre/Plugin/Git/Task/Git_patch.pm       |   34 +--
 t/01-compile.t                               |   37 +--
 t/02-exports.t                               |   14 +-
 t/03-pod.t                                   |   25 +-
 t/04-pod-coverage.t                          |   28 ++
 t/04-podcoverage.t                           |   24 --
 t/05-report-prereqs.t                        |   66 +++++
 27 files changed, 750 insertions(+), 320 deletions(-)
 create mode 100644 LICENSE
 delete mode 100644 MYMETA.json
 delete mode 100644 MYMETA.yml
 create mode 100644 debian/patches/lower-test-version-reqs.patch
 delete mode 100644 debian/patches/skip-dep-test
 create mode 100644 t/04-pod-coverage.t
 delete mode 100644 t/04-podcoverage.t
 create mode 100644 t/05-report-prereqs.t

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



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