[libthread-conveyor-monitored-perl] 02/05: Initial edits to debian/control and debian/copyright

Christopher Hoskin christopher.hoskin at gmail.com
Mon Mar 30 19:19:04 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-conveyor-monitored-perl.

commit 0344635d728c77edf85d22f9f53f19139620adc0
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Mon Mar 30 19:18:25 2015 +0100

    Initial edits to debian/control and debian/copyright
---
 debian/control   | 19 +++----------------
 debian/copyright | 14 +++-----------
 2 files changed, 6 insertions(+), 27 deletions(-)

diff --git a/debian/control b/debian/control
index 57d8ab4..234137f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,20 +17,9 @@ Package: libthread-conveyor-monitored-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libload-perl,
- libthread-conveyor-perl (>= 0.15)
-Description: monitor a belt for specific content
- *** A note of CAUTION ***
- .
- Thread::Conveyor::Monitored 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.
- .
- *************************
- .
+ libthread-conveyor-perl (>= 0.15),
+ perl (>=5.8.0)
+Description: monitors a conveyor belt for specific content
  The Thread::Conveyor::Monitored module implements a single worker thread that
  takes of boxes of values from a belt created with Thread::Conveyor and which
  checks the boxes for specific content.
@@ -38,5 +27,3 @@ Description: monitor a belt for specific content
  It can be used for simply logging actions that are placed on the belt. Or
  only output warnings if a certain value is encountered in a box. Or create a
  safe sandbox for Perl modules that are not thread-safe yet.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 15e7e4a..0570a46 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-Conveyor-Monitored
-Upstream-Contact: Elizabeth Mattijsen (liz at dijkmat.nl)
+Upstream-Contact: Elizabeth Mattijsen <liz at dijkmat.nl>
 Upstream-Name: Thread-Conveyor-Monitored
-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-conveyor-monitored-perl.git



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