[libthreads-lite-perl] 02/05: Initial commit

Peter Roberts pwr22-guest at moszumanska.debian.org
Tue Mar 11 22:51:00 UTC 2014


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

pwr22-guest pushed a commit to branch master
in repository libthreads-lite-perl.

commit 4072f073f7d27d096f44a32ed764b244473d67a8
Author: Peter Roberts <me+dev at peter-r.co.uk>
Date:   Tue Mar 11 16:03:19 2014 +0000

    Initial commit
---
 debian/control   | 20 ++++++++++----------
 debian/copyright | 10 +---------
 2 files changed, 11 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index a2d1f0e..92917e9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: libthreads-lite-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Roberts <me+dev at peter-r.co.uk>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Peter Roberts <peter at debian>
 Build-Depends: debhelper (>= 9.20120312),
- libexperimental-perl (>= 0.003),
- libtest-differences-perl,
- libtest-exception-perl,
- perl
+               libexperimental-perl,
+               libtest-differences-perl,
+               libtest-exception-perl,
+               perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libthreads-lite-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libthreads-lite-perl.git
@@ -15,8 +15,10 @@ Homepage: https://metacpan.org/release/threads-lite
 
 Package: libthreads-lite-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libexperimental-perl (>= 0.003)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libexperimental-perl
 Description: Actor model threading for Perl
  threads::lite implements threads for perl. One crucial difference with
  threads.pm threads is that the threads are disconnected, except by message
@@ -25,5 +27,3 @@ Description: Actor model threading for Perl
  Please note that this module is a research project. In no way is API
  stability guaranteed. It is released for evaluation purposes only, not for
  production usage.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 1ba3c9d..faa0936 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,21 +2,13 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/threads-lite
 Upstream-Contact: Leon Timmermans <leont at cpan.org>
 Upstream-Name: threads-lite
-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: Leon Timmermans <leont at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2014, Peter Roberts <peter at debian>
+Copyright: 2014, Peter Roberts <me+dev at peter-r.co.uk>
 License: Artistic or GPL-1+
 
 License: Artistic

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



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