[libfile-map-perl] 04/06: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Mon Jun 20 12:40:06 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libfile-map-perl.

commit b1ab0b8926a3be82a41fa3305c77876f2fa07063
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Mon Jun 20 13:06:50 2016 +0100

    d/control
---
 debian/control | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 4eb1746..f30adef 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9.20120312~),
- libmodule-build-perl,
- libperlio-layers-perl,
- libsub-exporter-progressive-perl (>= 0.001005),
- libtest-fatal-perl,
- libtest-warnings-perl (>= 0.005),
- perl
+               libmodule-build-perl,
+               libperlio-layers-perl,
+               libsub-exporter-progressive-perl,
+               libtest-fatal-perl,
+               libtest-warnings-perl,
+               perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-map-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-map-perl.git
@@ -19,9 +19,13 @@ Testsuite: autopkgtest-pkg-perl
 Package: libfile-map-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libperlio-layers-perl,
- libsub-exporter-progressive-perl (>= 0.001005)
-Description: Memory mapping made simple and safe.
- File::Map maps files or anonymous memory into perl variables.
+         libperlio-layers-perl,
+         libsub-exporter-progressive-perl
+Description: Perl module providing simple and safe memory mapping
+ File::Map maps files or anonymous memory into perl variables that can be read
+ just like any other variable. Files are unmapped when the scalar variable is
+ destroyed, even in multithreaded programs.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Mapped memory is shared between threads and forked processes, and can be
+ returned to the system when no longer needed. File::Map has built-in support
+ for thread synchronisation, and is safe yet fast.

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



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