File: control

package info (click to toggle)
libposix-atfork-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 232 kB
  • ctags: 135
  • sloc: perl: 1,873; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 895 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
Source: libposix-atfork-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 debhelper,
 dh-buildinfo,
 perl (>= 5.12),
 libtest-simple-perl,
 libtest-sharedfork-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libposix-atfork-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libposix-atfork-perl.git
Homepage: http://search.cpan.org/dist/POSIX-AtFork/

Package: libposix-atfork-perl
Architecture: any
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: hook registrations at fork(2)
 POSIX::AtFork is an interface to pthread_atfork(3), which registers
 handlers called before and after fork(2).