debian/0002755000000000000000000000000011617253066007177 5ustar debian/compat0000644000000000000000000000000211617252371010371 0ustar 7 debian/rules0000755000000000000000000000003611617251416010251 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0002755000000000000000000000000011617251246010475 5ustar debian/source/format0000644000000000000000000000001411617251246011701 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000025411617250731010223 0ustar version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/File-NFSLock/ .*/File-NFSLock-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/changelog0000644000000000000000000000146611617253034011051 0ustar libfile-nfslock-perl (1.21-1) unstable; urgency=low * New upstream release (closes: #636764) * Add Vcs-* URLs * Switch to dpkg-source 3.0 (quilt) format * Use minimal dh7 rules * Update Standards-Version (no changes) * Fix POD errors (thanks, Jonas Genannt) -- Dominic Hargreaves Sat, 06 Aug 2011 15:56:27 +0100 libfile-nfslock-perl (1.20-2) unstable; urgency=low * Fix debian/rules rmdir bug (closes: #467824) * Update Standards-Version (no changes) * Standardize debian/watch format * debian/control: add Homepage field * Fix make distclean lintian warning -- Dominic Hargreaves Thu, 28 Feb 2008 00:16:56 +0000 libfile-nfslock-perl (1.20-1) unstable; urgency=low * Initial Release. -- Dominic Hargreaves Tue, 12 Jul 2005 14:53:15 +0000 debian/patches/0002755000000000000000000000000011617253223010621 5ustar debian/patches/series0000644000000000000000000000002011617252210012017 0ustar pod_error.patch debian/patches/pod_error.patch0000644000000000000000000000105611617253223013635 0ustar Author: Jonas Genannt Description: Fix POD errors in Manpage Bug: https://rt.cpan.org/Public/Bug/Display.html?id=70105 diff --git a/lib/File/NFSLock.pm b/lib/File/NFSLock.pm index 9dea38a..c271045 100644 --- a/lib/File/NFSLock.pm +++ b/lib/File/NFSLock.pm @@ -621,6 +621,8 @@ recursion load could exist so do_lock will only recurse 10 times (this is only a problem if the stale_lock_timeout is set too low -- on the order of one or two seconds). +=back + =head1 METHODS After the $lock object is instantiated with new, debian/control0000644000000000000000000000163011617252363010577 0ustar Source: libfile-nfslock-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.8.0-7) Maintainer: Dominic Hargreaves Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/File-NFSLock/ Vcs-Git: git://anonscm.debian.org/users/dom/libfile-nfslock-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libfile-nfslock-perl.git Package: libfile-nfslock-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: perl module to do NFS (or not) locking Program based on the concept of hard linking of files being atomic across NFS. This concept was mentioned in Mail::Box::Locker. Some ideas are taken from there -- particularly the idea of creating a random local file, hard linking a common file to the local file, and then checking the nlink status. . File::NFSLock was written to be light, generic, and fast. debian/docs0000644000000000000000000000000711617252717010047 0ustar README debian/examples0000644000000000000000000000001311617251434010725 0ustar examples/* debian/copyright0000644000000000000000000000177211617250731011133 0ustar This is the debian package for the File::NFSLock module. It was created by Dominic Hargreaves using dh-make-perl. The software was downloaded from CPAN The upstream authors are: Paul T Seamons (paul@seamons.com) - Performed majority of the programming with copious amounts of input from Rob Brown. Rob B Brown (bbb@cpan.org) - In addition to helping in the programming, Rob Brown provided most of the core testing to make sure implementation worked properly. He is now the current maintainer. Copyright (C) 2001 Paul T Seamons paul@seamons.com http://seamons.com/ Copyright (C) 2002-2003, Rob B Brown bbb@cpan.org This package may be distributed under the terms of either the GNU General Public License or the Perl Artistic License The full text of the GPL is available on Debian systems in /usr/share/common-licenses/GPL The full text of the Artistic licence is available on Debian systems in /usr/share/common-licenses/Artistic