[libparallel-forkmanager-perl] branch master updated (a58fa27 -> 7f883d7)

gregor herrmann gregoa at debian.org
Sun Nov 22 16:48:17 UTC 2015


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

gregoa pushed a change to branch master
in repository libparallel-forkmanager-perl.

      from  a58fa27   update changelog
      adds  46e02b9   Imported Upstream version 1.16
       new  b1e72f3   Merge tag 'upstream/1.16'
       new  1ee8cb2   New upstream release.
       new  ed2632b   Add debian/upstream/metadata
       new  8dd85ef   Update debian/changelog
       new  e087faa   Update upstream contact.
       new  ac25aba   Reformat debian/control with cme
       new  c4f4e8c   Mark package as autopkgtest-able.
       new  58e67ee   Declare compliance with Debian Policy 3.9.6.
       new  5c46b35   Bump debhelper compatibility level to 9.
       new  5459291   Add build dependency on libtest-warn-perl.
       new  7f883d7   releasing package libparallel-forkmanager-perl version 1.16-1

The 11 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:
 CONTRIBUTORS                      |  12 +
 Changes                           | 163 +++++----
 INSTALL                           |  43 +++
 MANIFEST                          |  24 +-
 MANIFEST.SKIP                     |  19 --
 META.json                         |  67 ++--
 META.yml                          |  57 ++--
 Makefile.PL                       | 106 ++++--
 README                            | 410 ----------------------
 README.mkdn                       | 537 +++++++++++++++++++++++++++++
 SIGNATURE                         |  51 +++
 cpanfile                          |  26 ++
 debian/changelog                  |  15 +-
 debian/compat                     |   2 +-
 debian/control                    |  15 +-
 debian/copyright                  |   2 +-
 debian/tests/pkg-perl/smoke-files |   2 +
 debian/upstream/metadata          |   7 +
 doap.xml                          | 225 ++++++++++++
 lib/Parallel/ForkManager.pm       | 698 ++++++++++++++++++++++++--------------
 t/00-compile.t                    |  51 +++
 t/00-load.t                       |  22 +-
 t/00-report-prereqs.dd            |  35 ++
 t/00-report-prereqs.t             | 183 ++++++++++
 t/basic-methods.t                 |  38 +++
 t/waitpid-conflict.t              |  38 +++
 t/waitpid-waitonechild.t          |  42 +++
 t/waitpid_blocking.t              |  31 ++
 xt/release/unused-vars.t          |  14 +
 29 files changed, 2077 insertions(+), 858 deletions(-)
 create mode 100644 CONTRIBUTORS
 create mode 100644 INSTALL
 delete mode 100644 MANIFEST.SKIP
 delete mode 100644 README
 create mode 100644 README.mkdn
 create mode 100644 SIGNATURE
 create mode 100644 cpanfile
 create mode 100644 debian/tests/pkg-perl/smoke-files
 create mode 100644 debian/upstream/metadata
 create mode 100644 doap.xml
 create mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 t/basic-methods.t
 create mode 100644 t/waitpid-conflict.t
 create mode 100644 t/waitpid-waitonechild.t
 create mode 100644 t/waitpid_blocking.t
 create mode 100644 xt/release/unused-vars.t

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



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