~ubuntu-branches/debian/sid/libfcgi-engine-perl/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Xavier Guimard
  • Date: 2018-04-01 08:18:12 UTC
  • Revision ID: package-import@ubuntu.com-20180401081812-zbvcwv43tvpap6bm
Tags: 0.22-1
Initial release (Closes: #894448)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libfcgi-engine-perl
 
2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
3
Uploaders: Xavier Guimard <x.guimard@free.fr>
 
4
Section: perl
 
5
Testsuite: autopkgtest-pkg-perl
 
6
Priority: optional
 
7
Build-Depends: debhelper (>= 10)
 
8
Build-Depends-Indep: libcgi-simple-perl,
 
9
                     libclass-load-perl,
 
10
                     libconfig-any-perl,
 
11
                     libdeclare-constraints-simple-perl,
 
12
                     libfcgi-perl,
 
13
                     libfcgi-client-perl,
 
14
                     libio-string-perl,
 
15
                     libmoose-perl,
 
16
                     libmoosex-daemonize-perl,
 
17
                     libmoosex-getopt-perl,
 
18
                     libmoosex-nonmoose-perl,
 
19
                     libmoosex-types-path-class-perl,
 
20
                     libplack-perl,
 
21
                     libtest-exception-perl,
 
22
                     libtest-www-mechanize-perl,
 
23
                     libyaml-libyaml-perl,
 
24
                     perl
 
25
Standards-Version: 4.1.3
 
26
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfcgi-engine-perl
 
27
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfcgi-engine-perl.git
 
28
Homepage: https://metacpan.org/release/FCGI-Engine
 
29
 
 
30
Package: libfcgi-engine-perl
 
31
Architecture: all
 
32
Depends: ${misc:Depends},
 
33
         ${perl:Depends},
 
34
         libcgi-simple-perl,
 
35
         libclass-load-perl,
 
36
         libconfig-any-perl,
 
37
         libdeclare-constraints-simple-perl,
 
38
         libfcgi-perl,
 
39
         libmoose-perl,
 
40
         libmoosex-daemonize-perl,
 
41
         libmoosex-getopt-perl,
 
42
         libmoosex-nonmoose-perl,
 
43
         libmoosex-types-path-class-perl
 
44
Recommends: libplack-perl
 
45
Description: flexible engine for running FCGI-based applications
 
46
 FCGI::Engine helps manage FCGI based web applications by providing a wrapper
 
47
 which handles most of the low-level FCGI details for you. It can run FCGI
 
48
 programs as simple scripts or as full standalone socket based servers who are
 
49
 managed by FCGI::Engine::ProcManager.