File: control

package info (click to toggle)
libmoosex-daemonize-perl 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 392 kB
  • ctags: 38
  • sloc: perl: 794; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,580 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
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: libmoosex-daemonize-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-perl,
               libmodule-build-tiny-perl
Build-Depends-Indep: libmoose-perl,
                     libmoosex-getopt-perl,
                     libmoosex-types-path-class-perl,
                     libnamespace-autoclean-perl,
                     libsub-exporter-perl,
                     libtest-fatal-perl,
                     perl (>= 5.11.1)
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-daemonize-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-daemonize-perl.git
Homepage: https://metacpan.org/release/MooseX-Daemonize

Package: libmoosex-daemonize-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmoose-perl,
         libmoosex-getopt-perl,
         libmoosex-types-path-class-perl,
         libnamespace-autoclean-perl,
         libsub-exporter-perl,
         perl (>= 5.11.1)
Description: role for daemonizing your Moose based application
 MooseX::Daemonize provides a set of basic roles as an infrastructure to
 write a persistent daemon that has a pid file, and responds appropriately
 to Signals.
 .
 The upstream maintainers of this module now recommend using Daemon::Control
 instead.