[libsharyanto-utils-perl] branch master updated (777ce91 -> d6bf708)

Lucas Kanashiro kanashiro.duarte at gmail.com
Fri Dec 11 03:39:34 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libsharyanto-utils-perl.

      from  777ce91   releasing package libsharyanto-utils-perl version 0.67-2
      adds  a0c4bab   Imported Upstream version 0.77
       new  16d7013   Merge tag 'upstream/0.77'
       new  832ae00   Update debian/changelog
       new  8ee4c03   Update upstream metadata
       new  8057b1b   Drop patch no longer necessary
       new  40db7d2   Add new entry in debian/NEWS
       new  5901df5   Update upstream copyright and contact in debian/copyright
       new  a686775   Bump debhelper compatibility level to 9
       new  04dbe59   Update build and runtime dependencies
       new  d6bf708   Releasing libsharyanto-utils-perl version 0.77-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:
 Changes                                         | 106 ++++
 LICENSE                                         |   8 +-
 MANIFEST                                        |  18 +-
 MANIFEST.SKIP                                   |   1 -
 META.json                                       | 350 +++++++----
 META.yml                                        | 342 +++++++----
 Makefile.PL                                     |  32 +-
 README                                          |  37 +-
 debian/NEWS                                     |  19 +
 debian/changelog                                |  13 +
 debian/compat                                   |   2 +-
 debian/control                                  |  24 +-
 debian/copyright                                |   4 +-
 debian/patches/drop-SHARYANTO-Scalar-Util.patch | 196 ------
 debian/patches/series                           |   1 -
 debian/upstream/metadata                        |   6 +-
 dist.ini                                        |  27 +-
 lib/SHARYANTO/Array/Util.pm                     | 181 ++++--
 lib/SHARYANTO/ColorTheme/Util.pm                | 118 ----
 lib/SHARYANTO/Getopt/Long/Util.pm               |  99 ----
 lib/SHARYANTO/HTML/Extract/ImageLinks.pm        |  38 +-
 lib/SHARYANTO/HTTP/DetectUA/Simple.pm           | 119 ++--
 lib/SHARYANTO/Hash/Util.pm                      |  31 +-
 lib/SHARYANTO/List/Util.pm                      | 286 +++++++++
 lib/SHARYANTO/Locale/Util.pm                    | 124 ----
 lib/SHARYANTO/Log/Util.pm                       |  10 +-
 lib/SHARYANTO/ModuleOrPrefix/Path.pm            | 134 -----
 lib/SHARYANTO/Proc/ChildError.pm                |  93 ---
 lib/SHARYANTO/Proc/Daemon/Prefork.pm            | 754 ------------------------
 lib/SHARYANTO/Scalar/Util.pm                    | 126 ----
 lib/SHARYANTO/Template/Util.pm                  |  12 +-
 lib/SHARYANTO/Text/Prompt.pm                    | 122 ----
 lib/SHARYANTO/Utils.pm                          |  10 +-
 lib/SHARYANTO/Version/Util.pm                   | 137 -----
 t/00-compile.t                                  |  28 +-
 t/array_util.t                                  |  36 +-
 t/colortheme_util.t                             |  19 -
 t/detect_http_ua_simple.t                       |   2 +-
 t/getopt_long_util.t                            |  20 -
 t/hash_util.t                                   |  16 +-
 t/list_util.t                                   |  65 ++
 t/log_util.t                                    |   2 +-
 t/proc_childerror.t                             |  25 -
 t/release-pod-coverage.t                        |  12 +-
 t/release-pod-syntax.t                          |   5 +-
 t/release-rinci.t                               |   2 +
 t/scalar_util.t                                 |  35 --
 t/version_util.t                                |  73 ---
 weaver.ini                                      |   2 +-
 49 files changed, 1305 insertions(+), 2617 deletions(-)
 delete mode 100644 MANIFEST.SKIP
 delete mode 100644 debian/patches/drop-SHARYANTO-Scalar-Util.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 lib/SHARYANTO/ColorTheme/Util.pm
 delete mode 100644 lib/SHARYANTO/Getopt/Long/Util.pm
 create mode 100644 lib/SHARYANTO/List/Util.pm
 delete mode 100644 lib/SHARYANTO/Locale/Util.pm
 delete mode 100644 lib/SHARYANTO/ModuleOrPrefix/Path.pm
 delete mode 100644 lib/SHARYANTO/Proc/ChildError.pm
 delete mode 100644 lib/SHARYANTO/Proc/Daemon/Prefork.pm
 delete mode 100644 lib/SHARYANTO/Scalar/Util.pm
 delete mode 100644 lib/SHARYANTO/Text/Prompt.pm
 delete mode 100644 lib/SHARYANTO/Version/Util.pm
 delete mode 100644 t/colortheme_util.t
 delete mode 100644 t/getopt_long_util.t
 create mode 100644 t/list_util.t
 delete mode 100644 t/proc_childerror.t
 delete mode 100644 t/scalar_util.t
 delete mode 100644 t/version_util.t

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



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