[libmce-perl] 02/02: Initial packaging by maintainer

Florian Schlichting fsfs at moszumanska.debian.org
Tue Apr 15 08:57:20 UTC 2014


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

fsfs pushed a commit to branch master
in repository libmce-perl.

commit 366e02f15e25964d3633db6a5270d1fb946de0b5
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Apr 15 10:51:50 2014 +0200

    Initial packaging by maintainer
---
 debian/changelog        |  4 ++--
 debian/control          | 13 ++++++++++---
 debian/copyright        | 12 ++----------
 debian/libmce-perl.docs |  2 --
 4 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ae91368..1944b17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libmce-perl (1.511-1) UNRELEASED; urgency=low
+libmce-perl (1.511-1) unstable; urgency=low
 
   * Initial Release. (Closes: #744839)
 
- -- Florian Schlichting <fsfs at debian.org>  Tue, 15 Apr 2014 09:45:52 +0200
+ -- Florian Schlichting <fsfs at debian.org>  Tue, 15 Apr 2014 10:52:59 +0200
diff --git a/debian/control b/debian/control
index a6b7ae5..6e6c8e9 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,14 @@ Homepage: https://metacpan.org/release/MCE
 Package: libmce-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Many-core Engine for Perl. Provides parallel processing capabilities.
- (no description was found)
+Description: Many-Core Engine for Perl providing parallel processing capabilities
+ Many-core Engine (MCE) for Perl helps enable a new level of performance
+ by maximizing all available cores. MCE spawns a pool of workers and
+ therefore does not fork a new process per each element of data. Instead,
+ MCE follows a bank queuing model. Imagine the line being the data and
+ bank-tellers the parallel workers. MCE enhances that model by adding the
+ ability to chunk the next n elements from the input stream to the next
+ available worker.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Chunking and input data are optional in MCE. One may use MCE to run many                                   
+ workers in parallel without specifying input data.
diff --git a/debian/copyright b/debian/copyright
index 9834249..0bc0695 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/MCE
-Upstream-Contact: Mario E. Roy <marioeroy AT gmail DOT com>
+Upstream-Contact: Mario E. Roy <marioeroy at gmail.com>
 Upstream-Name: MCE
-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: Mario E. Roy <marioeroy AT gmail DOT com>
+Copyright: 2012-2014, Mario E. Roy <marioeroy at gmail.com>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/libmce-perl.docs b/debian/libmce-perl.docs
deleted file mode 100644
index 33c279b..0000000
--- a/debian/libmce-perl.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-examples/matmult/README
-examples/tbray/README

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



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