[libdevel-repl-perl] branch master updated (a198fb3 -> b99a83c)

gregor herrmann gregoa at debian.org
Wed Jul 16 15:31:58 UTC 2014


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

gregoa pushed a change to branch master
in repository libdevel-repl-perl.

      from  a198fb3   update changelog
      adds  9a20edc   Imported Upstream version 1.003026
       new  40ec79d   Merge tag 'upstream/1.003026'
       new  71fa4dc   New upstream release.
       new  579249e   Install new CONTRIBUTING file.
       new  ec65016   Drop patch add-whatis, merged upstream.
       new  5648da4   Update build dependencies.
       new  ba144cd   Declare compliance with Debian Policy 3.9.5.
       new  f3b0086   debian/rules: drop override which removed empty manpages
       new  2c079de   Update years of packaging copyright.
       new  b99a83c   releasing package libdevel-repl-perl version 1.003026-1

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:
 Build.PL                                           |   3 -
 CONTRIBUTING                                       |  76 +++
 Changes                                            |   4 +
 INSTALL                                            |   8 +-
 LICENSE                                            |   2 +-
 MANIFEST                                           |   9 +-
 META.json                                          | 726 ++++++++++++++++-----
 META.yml                                           | 701 ++++++++++++++------
 Makefile.PL                                        | 119 ++--
 README                                             |   4 +-
 README.md                                          | 207 ++++++
 debian/changelog                                   |  15 +-
 debian/compat                                      |   2 +-
 debian/control                                     |   7 +-
 debian/copyright                                   |   2 +-
 debian/libdevel-repl-perl.docs                     |   1 +
 debian/patches/add-whatis                          |  18 -
 debian/patches/series                              |   1 -
 debian/rules                                       |  10 -
 dist.ini                                           |  19 +
 lib/Devel/REPL.pm                                  |  16 +-
 lib/Devel/REPL/Error.pm                            |   4 +-
 lib/Devel/REPL/Meta/Plugin.pm                      |   5 +-
 lib/Devel/REPL/Overview.pod                        |  68 +-
 lib/Devel/REPL/Plugin.pm                           |   9 +-
 lib/Devel/REPL/Plugin/B/Concise.pm                 |  18 +-
 lib/Devel/REPL/Plugin/Colors.pm                    |   9 +-
 lib/Devel/REPL/Plugin/Commands.pm                  |  10 +-
 lib/Devel/REPL/Plugin/Completion.pm                |  10 +-
 lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm  |   9 +-
 lib/Devel/REPL/Plugin/CompletionDriver/INC.pm      |   9 +-
 lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm |   9 +-
 lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm   |   9 +-
 lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm  |   9 +-
 lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm  |   9 +-
 lib/Devel/REPL/Plugin/DDC.pm                       |  10 +-
 lib/Devel/REPL/Plugin/DDS.pm                       |  10 +-
 lib/Devel/REPL/Plugin/DumpHistory.pm               |   9 +-
 lib/Devel/REPL/Plugin/FancyPrompt.pm               |  10 +-
 lib/Devel/REPL/Plugin/FindVariable.pm              |  10 +-
 lib/Devel/REPL/Plugin/History.pm                   |  10 +-
 lib/Devel/REPL/Plugin/Interrupt.pm                 |   9 +-
 lib/Devel/REPL/Plugin/LexEnv.pm                    |  10 +-
 lib/Devel/REPL/Plugin/MultiLine/PPI.pm             |   9 +-
 lib/Devel/REPL/Plugin/Nopaste.pm                   |  14 +-
 lib/Devel/REPL/Plugin/OutputCache.pm               |  13 +-
 lib/Devel/REPL/Plugin/PPI.pm                       |  12 +-
 lib/Devel/REPL/Plugin/Packages.pm                  |  15 +-
 lib/Devel/REPL/Plugin/Peek.pm                      |  10 +-
 lib/Devel/REPL/Plugin/ReadLineHistory.pm           |  20 +-
 lib/Devel/REPL/Plugin/Refresh.pm                   |  10 +-
 lib/Devel/REPL/Plugin/ShowClass.pm                 |   9 +-
 lib/Devel/REPL/Plugin/Timing.pm                    |  10 +-
 lib/Devel/REPL/Plugin/Turtles.pm                   |  11 +-
 lib/Devel/REPL/Profile.pm                          |  11 +-
 lib/Devel/REPL/Profile/Default.pm                  |   5 +-
 lib/Devel/REPL/Profile/Minimal.pm                  |   5 +-
 lib/Devel/REPL/Profile/Standard.pm                 |   5 +-
 lib/Devel/REPL/Script.pm                           |   5 +-
 t/00-check-deps.t                                  |  16 -
 t/00-report-prereqs.t                              | 238 +++++--
 {t => xt/author}/00-compile.t                      |  34 +-
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/distmeta.t                              |   5 +-
 xt/release/kwalitee.t                              |   2 +-
 xt/release/no-tabs.t                               |  19 +-
 xt/release/pod-syntax.t                            |   5 +-
 xt/release/portability.t                           |  11 +
 xt/release/test-version.t                          |  22 -
 69 files changed, 1886 insertions(+), 847 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 CONTRIBUTING
 create mode 100644 README.md
 create mode 100644 debian/libdevel-repl-perl.docs
 delete mode 100644 debian/patches/add-whatis
 delete mode 100644 debian/patches/series
 delete mode 100644 t/00-check-deps.t
 rename {t => xt/author}/00-compile.t (74%)
 create mode 100644 xt/release/portability.t
 delete mode 100644 xt/release/test-version.t

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



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