[libdevel-ebug-perl] branch master updated (f02e53c -> 1cea272)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Apr 21 21:45:10 UTC 2014


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

fsfs pushed a change to branch master
in repository libdevel-ebug-perl.

      from  f02e53c   update changelog
      adds  39925b8   Imported Upstream version 0.56
       new  fd7bf6d   Merge tag 'upstream/0.56'
       new  5d3a8b1   Import Upstream version 0.56
       new  f9bea35   Bump Standards-Version to 3.9.5
       new  60710f1   Update copyright years
       new  b03919b   debian/copyright: do not restrict Debian to GNU/Linux systems
       new  1b7b412   Drop dependency on M::B, upstream changed its packaging
       new  22de2c8   Add (build-)dependency on libmodule-pluggable-perl, which will be removed from core
       new  1cea272   prepare changelog for release

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:
 Build.PL                                      |  34 ---
 CHANGES                                       |   4 +
 LICENSE                                       | 379 ++++++++++++++++++++++++++
 MANIFEST                                      |  16 +-
 META.json                                     | 142 ----------
 META.yml                                      | 103 ++-----
 Makefile.PL                                   | 103 ++++++-
 README                                        |  26 +-
 cpanfile                                      |  28 ++
 debian/changelog                              |  14 +-
 debian/control                                |   7 +-
 debian/copyright                              |  12 +-
 dist.ini                                      |  31 +++
 lib/Devel/ebug.pm                             |  23 +-
 lib/Devel/ebug/Backend.pm                     |  16 +-
 lib/Devel/ebug/Backend/Plugin/ActionPoints.pm |   1 +
 lib/Devel/ebug/Backend/Plugin/Basic.pm        |   1 +
 lib/Devel/ebug/Backend/Plugin/Codelines.pm    |   1 +
 lib/Devel/ebug/Backend/Plugin/Commands.pm     |   1 +
 lib/Devel/ebug/Backend/Plugin/Eval.pm         |   2 +
 lib/Devel/ebug/Backend/Plugin/Filenames.pm    |   1 +
 lib/Devel/ebug/Backend/Plugin/Output.pm       |   1 +
 lib/Devel/ebug/Backend/Plugin/Pad.pm          |   2 +
 lib/Devel/ebug/Backend/Plugin/Ping.pm         |   1 +
 lib/Devel/ebug/Backend/Plugin/Run.pm          |   1 +
 lib/Devel/ebug/Backend/Plugin/StackTrace.pm   |   1 +
 lib/Devel/ebug/Console.pm                     |  18 +-
 lib/Devel/ebug/Plugin/ActionPoints.pm         |   1 +
 lib/Devel/ebug/Plugin/Basic.pm                |   1 +
 lib/Devel/ebug/Plugin/Codelines.pm            |   1 +
 lib/Devel/ebug/Plugin/Eval.pm                 |   1 +
 lib/Devel/ebug/Plugin/Filenames.pm            |   1 +
 lib/Devel/ebug/Plugin/Output.pm               |   1 +
 lib/Devel/ebug/Plugin/Pad.pm                  |   1 +
 lib/Devel/ebug/Plugin/Run.pm                  |   1 +
 lib/Devel/ebug/Plugin/StackTrace.pm           |   1 +
 t/breakOnLoad.t                               |  13 +-
 t/ebug.t                                      |   8 +-
 38 files changed, 679 insertions(+), 320 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 LICENSE
 delete mode 100644 META.json
 create mode 100644 cpanfile
 create mode 100644 dist.ini

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



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