Code

changelog: New upstream release 1.4.1.
[pkg-libfpdi-php.git] / debian / control
index c4c05c6e7ef84f2fa085e9fd882b6341f3e944bc..49d5d8daee159f58fa8f13d5680fb31bf12061b5 100644 (file)
@@ -2,15 +2,17 @@ Source: libfpdi-php
 Section: web
 Priority: optional
 Maintainer: Sven Velt <sven@velt.de>
+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.