File: control

package info (click to toggle)
libapreq2 2.08-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,072 kB
  • ctags: 3,133
  • sloc: sh: 9,087; ansic: 7,565; perl: 5,567; cpp: 378; makefile: 281
file content (85 lines) | stat: -rw-r--r-- 3,391 bytes parent folder | download | duplicates (2)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Source: libapreq2
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2), apache2-threaded-dev (>= 2.0.50-10) | apache2-prefork-dev (>= 2.0.50-10), libapr1-dev, libextutils-xsbuilder-perl, perl (>= 5.8.0-7), libapache2-mod-perl2 (>= 2.0.2-2.1), libapache2-mod-perl2-dev
Maintainer: Steinar H. Gunderson <sesse@debian.org>
Standards-Version: 3.6.2

Package: libapache2-mod-apreq2
Architecture: any
Depends: ${shlibs:Depends}, libapreq2 (=${Source-Version}), apache2.2-common
Replaces: libapreq2 (<< 2.05-dev-5), libapache2-request-perl (<< 2.05-dev-3)
Description: generic Apache request library - Apache module
 The generic Apache request library (APR) contains modules for manipulating
 client request data with the Apache API from Perl and C. Functionality
 includes:
 .
  - parsing of application/x-www-form-urlencoded data
  - parsing of multipart/form-data
  - parsing of HTTP Cookies
 .
 This package contains the Apache module itself.

Package: libapreq2
Architecture: any
Depends: ${shlibs:Depends}
Recommends: libapache2-mod-apreq2
Replaces: libapache2-request-perl (<< 2.05-dev-3)
Description: generic Apache request library
 The generic Apache request library (APR) contains modules for manipulating
 client request data with the Apache API from Perl and C. Functionality
 includes:
 .
  - parsing of application/x-www-form-urlencoded data
  - parsing of multipart/form-data
  - parsing of HTTP Cookies
 .
 This package contains the main library.

Package: libapreq2-dev
Architecture: any
Depends: ${shlibs:Depends}, libapreq2 (=${Source-Version}), libapr1-dev
Recommends: libapreq2-doc (=${Source-Version})
Replaces: libapache2-request-perl (<< 2.05-dev-3)
Description: generic Apache request library - development files
 The generic Apache request library (APR) contains modules for manipulating
 client request data with the Apache API from Perl and C. Functionality
 includes:
 .
  - parsing of application/x-www-form-urlencoded data
  - parsing of multipart/form-data
  - parsing of HTTP Cookies
 .
 This package contains the development library and C headers required for
 compiling programs against the library.

Package: libapreq2-doc
Architecture: all
Depends: ${shlibs:Depends}
Recommends: libapreq2-dev (=${Source-Version})
Description: generic Apache request library - documentation
 The generic Apache request library (APR) contains modules for manipulating
 client request data with the Apache API from Perl and C. Functionality
 includes:
 .
  - parsing of application/x-www-form-urlencoded data
  - parsing of multipart/form-data
  - parsing of HTTP Cookies
 .
 This package contains the programming documentation for the library.

Package: libapache2-request-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, libapache2-mod-perl2 (>= 1.99.23-1), libapreq2 (=${Source-Version}), libapache2-mod-apreq2 (=${Source-Version})
Description: generic Apache request library - Perl modules
 The generic Apache request library (APR) contains modules for manipulating
 client request data with the Apache API from Perl and C. Functionality
 includes:
 .
  - parsing of application/x-www-form-urlencoded data
  - parsing of multipart/form-data
  - parsing of HTTP Cookies
 .
 This package contains the Perl bindings, which are simply a thin XS layer on
 top of libapreq, making them a lighter and faster alternative to CGI.pm and
 CGI::Cookie.