Code

collection4.*: Make Apache configuration configurable using debconf.
[pkg-collection4.git] / debian / control
1 Source: collection4
2 Section: web
3 Priority: optional
4 Maintainer: Sebastian Harl <tokkee@debian.org>
5 Build-Depends: debhelper (>= 7), po-debconf, quilt, autotools-dev,
6  libfcgi-dev, librrd-dev, libyajl-dev, bison
7 Standards-Version: 3.9.2
8 Homepage: http://octo.it/c4/
9 Vcs-Git: git://git.tokkee.org/pkg-collection4.git
10 Vcs-Browser: http://git.tokkee.org/?p=pkg-collection4.git
12 Package: collection4
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}, libapache2-mod-fcgid | libapache2-mod-fastcgi
15 Recommends: collectd
16 Description: web-based front-end for collectd
17  collection4 (C4 for short) is a web-based graphing front-end for collectd
18  using FastCGI, the statistics collection and monitoring daemon. It allows one
19  to graph and display the performance data collected by the daemon.
20  .
21  It is designed to efficiently handle large setups (more than 50000 data sets)
22  as well. Also, it strives to allow a flexible customization of the generated
23  graphs through configuration of the front-end.