Code

changelog: New upstream release 1.4.1.
[pkg-libfpdi-php.git] / debian / control
index d2c7e999edc5cd004c37e3043c3328686a9a961a..49d5d8daee159f58fa8f13d5680fb31bf12061b5 100644 (file)
@@ -6,12 +6,13 @@ Uploaders: Sebastian Harl <tokkee@debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
 Standards-Version: 3.9.1
 Homepage: http://www.setasign.de/products/pdf-php-solutions/fpdi/
+Vcs-Git: git://git.debian.org/collab-maint/libfpdi-php.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/libfpdi-php.git
 
 Package: libfpdi-php
 Architecture: all
-Depends: ${misc:Depends}, php5, libfpdf-tpl-php
-Description: Import existing PDF documents into FPDF
- FPDI is a collection of PHP classes facilitating developers to read pages from
- existing PDF documents and use them as templates in FPDF, which was developed
- by Olivier Plathey. Apart from a copy of FPDF, FPDI does not require any
- special PHP extensions.
+Depends: ${misc:Depends}, php5 | php5-cli, libfpdf-tpl-php
+Description: PHP library for importing existing PDF documents into FPDF
+ FPDI is a collection of PHP classes facilitating developers to read
+ pages from existing PDF documents and use them as templates in FPDF.
+ This allows for dynamic generation of PDF files.