Merge pull request #23 from dsteinbrunner/patch-2
[perlbal.git] / debian / control
blob63070cddbdc39c9336211dd6c506ee27367059c1
1 Source: perlbal
2 Section: web
3 Priority: extra
4 Maintainer: Jonathan Steinert <deb@hachi.kuiki.net>
5 Build-Depends-Indep: debhelper (>= 4.1.40), perl (>= 5.8.4), libbsd-resource-perl, libio-aio-perl, libdanga-socket-perl, libwww-perl, libnet-netmask-perl, links
6 Standards-Version: 3.6.1.0
8 Package: perlbal
9 Section: web
10 Priority: extra
11 Architecture: all
12 Depends: ${perl:Depends}, libperlbal-perl
13 Conflicts: perlbal-doc
14 Replaces: perlbal-doc
15 Description: Perl-based reverse proxy load balancer and web server
16  Perlbal is a single-threaded event-based server supporting HTTP load
17  balancing, web serving, and a mix of the two. Perlbal can act as either a web
18  server or a reverse proxy.
19  .
20  One of the defining things about Perlbal is that almost everything can be
21  configured or reconfigured on the fly without needing to restart the software.
22  A basic configuration file containing a management port enables you to easily
23  perform operations on a running instance of Perlbal.
24  .
25  Perlbal can also be extended by means of per-service (and global) plugins that
26  can override many parts of request handling and behavior.
27  .
28  Homepage: http://danga.com/perlbal/
30 Package: libperlbal-perl
31 Section: perl
32 Priority: optional
33 Architecture: all
34 Depends: ${perl:Depends}, libbsd-resource-perl, libdanga-socket-perl, libwww-perl, libnet-netmask-perl
35 Recommends: libio-aio-perl
36 Description: Supporting perl libraries for perlbal
37  Perlbal is a single-threaded event-based server supporting HTTP load
38  balancing, web serving, and a mix of the two. Perlbal can act as either a web
39  server or a reverse proxy.
40  .
41  This package contains the module files (but not the daemon) for use with 
42  perlbal, the reverse-proxy load balancer and webserver.