[libthread-pool-perl] 03/05: Vesion checks in debian/control, missing short copyright field in debian/copyright

Christopher Hoskin christopher.hoskin at gmail.com
Sat May 23 08:52:11 UTC 2015


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

grinorcole-guest pushed a commit to branch master
in repository libthread-pool-perl.

commit 42d16cab3fa6e93b2e9d56a548fbf3dfce12ddf3
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sat May 23 09:03:28 2015 +0100

    Vesion checks in debian/control, missing short copyright field in debian/copyright
---
 debian/control   | 23 +++++------------------
 debian/copyright | 14 +++-----------
 2 files changed, 8 insertions(+), 29 deletions(-)

diff --git a/debian/control b/debian/control
index 6c2979c..bfd9996 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christopher Hoskin <christopher.hoskin at gmail.com>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libthread-conveyor-monitored-perl (>= 0.11),
- libthread-conveyor-perl (>= 0.15),
+Build-Depends-Indep: libthread-conveyor-monitored-perl,
+ libthread-conveyor-perl,
  perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libthread-pool-perl.git
@@ -16,24 +16,11 @@ Testsuite: autopkgtest-pkg-perl
 Package: libthread-pool-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libthread-conveyor-monitored-perl (>= 0.11),
- libthread-conveyor-perl (>= 0.15)
+ libthread-conveyor-monitored-perl,
+ libthread-conveyor-perl,
+ perl (>=5.8.0)
 Description: group of threads for performing similar jobs
- *** A note of CAUTION ***
- .
- Thread::Pool only functions on Perl versions 5.8.0 and later.
- .
- And then only when threads are enabled with -Dusethreads.
- .
- It is of no use with any version of Perl before 5.8.0 or
- .
- without threads enabled.
- .
- *************************
- .
  The Thread::Pool allows you to set up a group of (worker) threads to execute
  a (large) number of similar jobs that need to be executed asynchronously. The
  routine that actually performs the job (the "do" routine), must be specified
  as a name or a reference to a (anonymous) subroutine.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 0a8ade9..1abd8bf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,11 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Thread-Pool
-Upstream-Contact: Elizabeth Mattijsen (liz at dijkmat.nl)
+Upstream-Contact: Elizabeth Mattijsen <liz at dijkmat.nl>
 Upstream-Name: Thread-Pool
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Elizabeth Mattijsen (liz at dijkmat.nl)
-License: 
+Copyright: 2002-2010, Elizabeth Mattijsen <liz at dijkmat.nl>
+License: Artistic or GPL-1+ 
 
 Files: debian/*
 Copyright: 2015, Christopher Hoskin <christopher.hoskin at gmail.com>

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



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