[libbenchmark-timer-perl] branch master updated (d7feb06 -> e9ecf33)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Aug 20 09:37:14 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libbenchmark-timer-perl.

      from  d7feb06   update changelog
       new  2e9e21c   Add debian/upstream/metadata
       new  f3ffcc0   Update debian/changelog
      adds  8f948c9   Imported Upstream version 0.7107
       new  d84914b   Merge tag 'upstream/0.7107'
       new  9585092   Update debian/changelog
       new  5db8d16   Declare compliance with Debian policy 3.9.6
       new  84b5ca3   Bump debhelper compatibility level to 9
       new  f5b9fec   Add myself as uploader
       new  7c55a79   Add autopkgtest-pkg-perl
       new  1872dce   Add debian/source/format
       new  70c60e4   Upgrade deprecated option in d/rules
       new  54d0d8f   Remove installed documentation without important information
       new  75160ec   Install delta.pl as example file
       new  86c2fb7   Create patch that change path for interpreter in delta.pl
       new  971c47c   Update year of upstream copyright
       new  1daf150   Add new entry about inc/Module/* in d/copyright
       new  4080eff   Add liburi-perl as build dependency
       new  e9ecf33   Releasing libbenchmark-timer-perl version 0.7107-1

The 17 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                                            |  24 +
 LICENSE                                            |  45 +-
 MANIFEST                                           |  12 +
 META.yml                                           |  20 +-
 Makefile.PL                                        |  31 +-
 README                                             |  26 +-
 TODO                                               |   9 +
 debian/changelog                                   |  21 +-
 debian/compat                                      |   2 +-
 debian/control                                     |   9 +-
 debian/copyright                                   |  27 +-
 debian/libbenchmark-timer-perl.docs                |   1 -
 debian/libbenchmark-timer-perl.examples            |   1 +
 debian/patches/path-for-interpreter.patch          |  13 +
 debian/patches/series                              |   1 +
 debian/rules                                       |   7 +-
 debian/source/format                               |   1 +
 debian/upstream/metadata                           |   4 +
 inc/Module/AutoInstall.pm                          | 934 +++++++++++++++++++++
 inc/Module/Install.pm                              | 240 +++---
 inc/Module/Install/AutoLicense.pm                  |  63 ++
 inc/Module/Install/AutomatedTester.pm              |  24 +
 inc/Module/Install/Base.pm                         |  11 +-
 inc/Module/Install/Bugtracker.pm                   |  28 +
 inc/Module/Install/Can.pm                          |  85 +-
 inc/Module/Install/CheckOptional.pm                |  15 +-
 inc/Module/Install/Fetch.pm                        |   2 +-
 inc/Module/Install/GithubMeta.pm                   |  53 ++
 inc/Module/Install/Include.pm                      |  34 +
 inc/Module/Install/Makefile.pm                     | 244 ++++--
 inc/Module/Install/Metadata.pm                     | 292 ++++---
 .../Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm |  47 ++
 inc/Module/Install/Win32.pm                        |   2 +-
 inc/Module/Install/WriteAll.pm                     |   7 +-
 lib/Benchmark/Timer.pm                             |   7 +-
 .../Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm |  46 +
 t/01_basic.t                                       |   6 +
 t/03_statistical.t                                 |   2 +-
 t/pod.t                                            |  10 +
 39 files changed, 2070 insertions(+), 336 deletions(-)
 create mode 100644 TODO
 delete mode 100644 debian/libbenchmark-timer-perl.docs
 create mode 100644 debian/libbenchmark-timer-perl.examples
 create mode 100644 debian/patches/path-for-interpreter.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format
 create mode 100644 debian/upstream/metadata
 create mode 100644 inc/Module/AutoInstall.pm
 create mode 100644 inc/Module/Install/AutoLicense.pm
 create mode 100644 inc/Module/Install/AutomatedTester.pm
 create mode 100644 inc/Module/Install/Bugtracker.pm
 create mode 100644 inc/Module/Install/GithubMeta.pm
 create mode 100644 inc/Module/Install/Include.pm
 create mode 100644 inc/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm
 create mode 100644 private-lib/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm
 create mode 100755 t/pod.t

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



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