summaryrefslogtreecommitdiff
path: root/p/haskell-fastcgi/debian/control
blob: 2c9db45fbe444fabec742bab063dce43534cad38 (plain)
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
56
Source: haskell-fastcgi
Section: haskell
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: cdbs, debhelper (>= 9)
  , haskell-devscripts (>= 0.9),
  , libfcgi-dev,
  , ghc
  , ghc-prof
  , libghc-cgi-dev
  , libghc-cgi-prof
Build-Depends-Indep: ghc-doc
  , libghc-cgi-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi

Package: libghc-fastcgi-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libfcgi-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: A Haskell library for writing FastCGI programs
 This library lets you write FastCGI programs. This package reuses the
 cgi package API, making it very easy to port CGI programs to FastCGI.
 The FastCGI C development kit is required to build this library.
 .
 This package contains the libraries compiled for GHC.

Package: libghc-fastcgi-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: A Haskell library for writing FastCGI programs; profiling library
 This library lets you write FastCGI programs. This package reuses the
 cgi package API, making it very easy to port CGI programs to FastCGI.
 The FastCGI C development kit is required to build this library.
 .
 This package contains the profiling libraries compiled for GHC.

Package: libghc-fastcgi-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: A Haskell library for writing FastCGI programs; documentation
 This library lets you write FastCGI programs. This package reuses the
 cgi package API, making it very easy to port CGI programs to FastCGI.
 The FastCGI C development kit is required to build this library.
 .
 This package contains the libraries documentation.