[libterm-shell-perl] branch master updated (52e5c23 -> 384cac5)

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Jan 12 02:52:19 UTC 2016


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

kanashiro-guest pushed a change to branch master
in repository libterm-shell-perl.

      from  52e5c23   Prepare changelog for release
       new  3ca598e   Add debian/upstream/metadata
       new  607bbde   Update debian/changelog
       new  0ac6d27   Imported Upstream version 0.07
       new  3e0719d   Update d/changelog
       new  d88a642   Update upstream copyright
       new  9ca80c3   Update debian/* copyright
       new  d89445c   Bump debhelper compatibility level to 9
       new  384cac5   Releasing libterm-shell-perl version 0.07-1

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                   |  110 +++--
 Changes                    |    7 +
 MANIFEST                   |   24 +-
 MANIFEST.SKIP              |    1 +
 META.json                  |   66 ---
 META.yml                   |   36 +-
 Makefile.PL                |   21 -
 README                     |   66 +--
 _build/auto_features       |    2 +
 _build/build_params        |  167 +++++++
 _build/cleanup             |   10 +
 _build/config_data         |    2 +
 _build/features            |    2 +
 _build/magicnum            |    1 +
 _build/notes               |    2 +
 _build/prereqs             |   18 +
 _build/runtime_params      |    2 +
 debian/changelog           |   11 +
 debian/compat              |    2 +-
 debian/control             |    2 +-
 debian/copyright           |    2 +
 debian/upstream/metadata   |    5 +
 dist.ini                   |   46 ++
 lib/Term/Shell.pm          | 1158 +++++++++++++++++++++++++++++++++++++++++++-
 lib/Term/Shell.pod         | 1004 --------------------------------------
 scripts/tag-release.pl     |   26 +
 t/00-compile.t             |   57 +++
 t/03catchsmry.t            |   11 +-
 t/author-pod-syntax.t      |   15 +
 t/release-cpan-changes.t   |   19 +
 t/release-kwalitee.t       |   17 +
 t/release-trailing-space.t |   38 ++
 t/style-trailing-space.t   |    2 +-
 weaver.ini                 |   39 ++
 34 files changed, 1770 insertions(+), 1221 deletions(-)
 create mode 100644 MANIFEST.SKIP
 delete mode 100644 META.json
 delete mode 100644 Makefile.PL
 create mode 100644 _build/auto_features
 create mode 100644 _build/build_params
 create mode 100644 _build/cleanup
 create mode 100644 _build/config_data
 create mode 100644 _build/features
 create mode 100644 _build/magicnum
 create mode 100644 _build/notes
 create mode 100644 _build/prereqs
 create mode 100644 _build/runtime_params
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 delete mode 100644 lib/Term/Shell.pod
 create mode 100644 scripts/tag-release.pl
 create mode 100644 t/00-compile.t
 create mode 100644 t/author-pod-syntax.t
 create mode 100644 t/release-cpan-changes.t
 create mode 100644 t/release-kwalitee.t
 create mode 100644 t/release-trailing-space.t
 create mode 100644 weaver.ini

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



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