File debian.control of Package jpgraph
Source: jpgraph
Section: web
Priority: extra
Maintainer: Lars Volker <lv@stylite.de>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.2
Package: jpgraph
Conflicts: libphp-jpgraph
Suggests: msttcorefonts
Requires: php5-gd
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Object-Oriented Graph creating library for PHP
The library is completely written in PHP and ready to be used in any
PHP scripts (both CGI/APXS/CLI versions of PHP are supported).
.
The library can be used to create numerous types of graphs either on-line
or written to a file. JpGraph makes it easy to draw both "quick and dirty"
graphs with a minimum of code as well as complex graphs which requires a
very fine grained control. The library assigns context sensitive default
values for most of the parameters which minimizes the learning curve.
The features are there when you need them - not as an obstacle to overcome!