File: control

package info (click to toggle)
libproc-daemon-perl 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 184 kB
  • ctags: 12
  • sloc: perl: 376; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,132 bytes parent folder | download
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
26
Source: libproc-daemon-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libproc-processtable-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>,
           Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libproc-daemon-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libproc-daemon-perl.git
Homepage: https://metacpan.org/release/Proc-Daemon
Standards-Version: 3.9.6
Testsuite: autopkgtest-pkg-perl

Package: libproc-daemon-perl
Architecture: all
Depends: libproc-processtable-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: module for running scripts as daemons
 Proc::Daemon can be used by a Perl program to initialize itself as a daemon
 (a background process with no controlling terminal). You can also check the
 status of the daemon (alive or dead) and you can kill the daemon.