Code

9f7affe7d7f34478db6a5a08181d03248a0c69cc
[pkg-libfpdi-php.git] / debian / control
1 Source: php-fpdi
2 Section: web
3 Priority: optional
4 Maintainer: Sven Velt <sven@velt.de>
5 Build-Depends: debhelper (>= 7.0.50~)
6 Standards-Version: 3.9.1
7 Homepage: http://www.setasign.de/products/pdf-php-solutions/fpdi/
9 Package: php-fpdi
10 Architecture: all
11 Depends: ${misc:Depends}, php5, php-fpdf-tpl
12 Description: Import existing PDF documents into FPDF
13  FPDI is a collection of PHP classes facilitating developers to read pages from
14  existing PDF documents and use them as templates in FPDF, which was developed
15  by Olivier Plathey. Apart from a copy of FPDF, FPDI does not require any
16  special PHP extensions.