File: control

package info (click to toggle)
libproc-pid-file-perl 1.27-4.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 152 kB
  • sloc: perl: 485; makefile: 39
file content (20 lines) | stat: -rw-r--r-- 651 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
Source: libproc-pid-file-perl
Maintainer: Alexander Zangerl <az@debian.org>
Priority: optional
Section: perl
Build-Depends: debhelper (>=8.0.0)
Build-Depends-Indep: perl, procps [!hurd-i386]
Standards-Version: 3.9.6

Package: libproc-pid-file-perl
Architecture: all
Priority: optional
Section: perl
Depends: perl, ${misc:Depends}
Recommends: procps
Homepage: http://search.cpan.org/~ecalder/Proc-PID-File/
Description: Perl module for managing process id files
 Proc::PID::File is useful for writers of daemons and other processes
 that need to tell whether other instances are running already.
 The module accomplishes this via Unix-style pidfiles.