[SCM] Packaging of libfile-fcntllock-perl in Debian branch, master, updated. upstream/0.12-2-gc321a77

Julián Moreno Patiñ?==?UTF-8?Q?o darkjunix at gmail.com
Wed Oct 12 05:07:07 UTC 2011


The following commit has been merged in the master branch:
commit c321a7736ccfeed2573df247af382b26b62802fb
Author: Julián Moreno Patiño <darkjunix at gmail.com>
Date:   Wed Oct 12 00:06:17 2011 -0500

    Adjust description <- Thanks to Guillem Jover

diff --git a/debian/control b/debian/control
index 181f412..85aa257 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-fcntl
 Package: libfile-fcntllock-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Perl module for file locking with flock(2)
- File::FcntlLock is a Perl module for file locking using fcntl(2) system call.
+Description: Perl module for file locking with fcntl(2)
+ File::FcntlLock is a Perl module to do file locking in an object oriented
+ fashion using the fcntl(2) system call. This allows locks on parts of a file 
+ as well as on the whole file and overcomes some known problems with flock(2), 
+ on which Perls flock() function is based.
  .
- This module allow locks on a whole file or on some parts of it to avoid some
- shotcomings known in fcntl(2), which is based in Perl's flock() function.
+ Furthermore due to its design it supports reliable locking over NFS.
+

-- 
Packaging of libfile-fcntllock-perl in Debian



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