[libgearman-client-perl] branch master updated (a900e48 -> 0ef182c)

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Aug 7 02:04:35 UTC 2016


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

nickm-guest pushed a change to branch master
in repository libgearman-client-perl.

      from  a900e48   improve autopkgtest: add debian/tests/pkg-perl/use-name
      adds  5589bb4   Imported Upstream version 1.130.002
       new  9ee5d57   Merge tag 'upstream/1.130.002'
       new  9e62c83   Refresh build dependencies
       new  cf4a10c   Drop fix-server-connection-error.patch (applied upstream)
       new  c4ec5c2   Drop test-random-ports.patch (upstream changes)
       new  1a74f3d   Add debian/upstream/metadata
       new  ae44729   Add 01-manpage-has-errors-from-pod2man.patch
       new  6c445f1   Add 02-manpage-has-bad-whatis-entry.patch
       new  32fe96a   Update changelog
      adds  45ccb2e   Imported Upstream version 1.130.003
       new  17b7e2e   Merge tag 'upstream/1.130.003'
       new  a8abcb5   Drop 01-manpage-has-errors-from-pod2man.patch (applied upstream)
       new  e4b2116   Releasing package libgearman-client-perl version 1.130.003-1
       new  38e3dcf   dch
      adds  19ce4e1   Imported Upstream version 1.130.004
       new  790f779   Merge tag 'upstream/1.130.004'
       new  051ed5b   Drop 02-manpage-has-bad-whatis-entry.patch (applied upstream)
       new  0ef182c   Releasing package libgearman-client-perl version 1.130.004-1

The 15 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 +-
 HACKING                                          |   3 -
 MANIFEST                                         |  13 +-
 META.json                                        |  23 +-
 META.yml                                         |  40 +-
 Makefile.PL                                      |  48 +-
 README                                           |  33 ++
 debian/changelog                                 |  11 +
 debian/control                                   |   2 +
 debian/patches/fix-server-connection-error.patch |  43 --
 debian/patches/series                            |   2 -
 debian/patches/test-random-ports.patch           |  64 ---
 debian/upstream/metadata                         |   7 +
 lib/Gearman/Client.pm                            | 404 +++++++++------
 lib/Gearman/Job.pm                               |  96 ++++
 lib/Gearman/JobStatus.pm                         |  47 +-
 lib/Gearman/Objects.pm                           |  39 +-
 lib/Gearman/ResponseParser.pm                    |  85 +++-
 lib/Gearman/ResponseParser/Taskset.pm            |  35 +-
 lib/Gearman/Task.pm                              | 484 ++++++++++++------
 lib/Gearman/Taskset.pm                           | 319 ++++++++----
 lib/Gearman/Util.pm                              | 173 +++++--
 lib/Gearman/Worker.pm                            | 352 +++++++------
 t/00-use.t                                       |  35 +-
 t/01-object.t                                    |   4 +-
 t/02-client.t                                    | 109 ++--
 t/03-worker.t                                    | 153 +++++-
 t/04-task.t                                      | 177 ++++++-
 t/05-taskset.t                                   | 186 +++++++
 t/06-response-parser.t                           |  49 ++
 t/07-response-parser-taskset.t                   |  34 ++
 t/08-jobstatus.t                                 |  50 ++
 t/09-connect.t                                   | 175 ++++---
 t/10-all.t                                       | 612 ++++++++++++-----------
 t/11-job.t                                       |  39 ++
 t/12-util.t                                      |  92 ++++
 t/20-leaktest.t                                  |  57 +--
 t/30-maxqueue.t                                  |  84 ++--
 t/40-prefix.t                                    | 174 ++++---
 t/50-wait_timeout.t                              | 122 +++--
 t/51-large_args.t                                |  57 ---
 t/60-stop-if.t                                   |  83 ++-
 t/TestGearman.pm                                 | 115 -----
 t/lib/GearTestLib.pm                             |  87 ----
 t/lib/Test/Gearman.pm                            | 246 +++++++++
 t/worker.pl                                      |   3 +-
 46 files changed, 3331 insertions(+), 1759 deletions(-)
 delete mode 100644 HACKING
 create mode 100644 README
 delete mode 100644 debian/patches/fix-server-connection-error.patch
 delete mode 100644 debian/patches/test-random-ports.patch
 create mode 100644 debian/upstream/metadata
 create mode 100644 lib/Gearman/Job.pm
 create mode 100644 t/05-taskset.t
 create mode 100644 t/06-response-parser.t
 create mode 100644 t/07-response-parser-taskset.t
 create mode 100644 t/08-jobstatus.t
 create mode 100644 t/11-job.t
 create mode 100644 t/12-util.t
 delete mode 100644 t/51-large_args.t
 delete mode 100644 t/TestGearman.pm
 delete mode 100644 t/lib/GearTestLib.pm
 create mode 100644 t/lib/Test/Gearman.pm

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



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