File: control

package info (click to toggle)
liblockfile-simple-perl 0.208-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, trixie
  • size: 204 kB
  • sloc: perl: 538; makefile: 2; ansic: 1
file content (25 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: liblockfile-simple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>, Damyan Ivanov <dmn@debian.org>,
 Rene Mayorga <rmayorga@debian.org>, Maximilian Gass <mxey@cloudconnected.org>,
 gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, liblog-agent-perl
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/LockFile-Simple/
Vcs-Git: git://git.debian.org/pkg-perl/packages/liblockfile-simple-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblockfile-simple-perl.git

Package: liblockfile-simple-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, liblog-agent-perl
Description: Perl module for simple advisory file locking
 The LockFile::Simple extension provides simple file locking, of
 the advisory kind, i.e. it requires cooperation between applications
 wishing to lock the same files.
 .
 It is meant to be used in quick-and-dirty scripts or more elaborated
 programs that want a simple locking scheme, yet with a reasonable
 level of configuration.