File: control

package info (click to toggle)
libfcgi 2.4.5-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,296 kB
  • sloc: ansic: 4,946; java: 872; cpp: 292; makefile: 178; perl: 145; sh: 4
file content (55 lines) | stat: -rw-r--r-- 1,845 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: libfcgi
Section: libs
Priority: optional
Maintainer: Boris Pek <tehnick@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
Homepage: https://github.com/FastCGI-Archives
Vcs-Git: https://github.com/tehnick/libfcgi-debian.git
Vcs-Browser: https://github.com/tehnick/libfcgi-debian
Standards-Version: 4.5.1
Rules-Requires-Root: no

Package: libfcgi-dev
Section: libdevel
Architecture: any
Depends: libfcgi0t64 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: header files of FastCGI
 FastCGI is a language independent, scalable, open extension
 to CGI that provides high performance without the limitations
 of server specific APIs.
 .
 This package contains the header files, symlinks and static libraries which
 are needed to develop applications based on libfcgi.

Package: libfcgi0t64
Breaks: libfcgi0ldbl (<< ${source:Version})
Provides: libfcgi, ${t64:Provides}
X-Time64-Compat: libfcgi0ldbl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libfcgi-bin (= ${binary:Version})
Conflicts: libfcgi0, libfcgi0c2
Replaces: libfcgi0ldbl, libfcgi0, libfcgi0c2
Multi-Arch: same
Description: shared library of FastCGI
 FastCGI is a language independent, scalable, open extension
 to CGI that provides high performance without the limitations
 of server specific APIs.
 .
 This package contains the shared libraries.

Package: libfcgi-bin
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libfcgi0t64 (<< 2.4.0-8.4)
Replaces: libfcgi0t64 (<< 2.4.0-8.4)
Multi-Arch: foreign
Description: FastCGI bridge from CGI
 FastCGI is a language independent, scalable, open extension
 to CGI that provides high performance without the limitations
 of server specific APIs.
 .
 This package contains the cgi-fcgi utility to bridge between CGI
 and FastCGI.