Code

changelog: New upstream release 1.4.1.
[pkg-libfpdi-php.git] / debian / control
index 9f7affe7d7f34478db6a5a08181d03248a0c69cc..49d5d8daee159f58fa8f13d5680fb31bf12061b5 100644 (file)
@@ -1,16 +1,18 @@
-Source: php-fpdi
+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: php-fpdi
+Package: libfpdi-php
 Architecture: all
-Depends: ${misc:Depends}, php5, php-fpdf-tpl
-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.