Code

control: Added "Git-*" fields.
[pkg-libfpdf-tpl-php.git] / debian / control
index 56c3db0ffc459f4b6c8bc95a8cc279176f91ecb7..40566789441698e8ce0acf91ea10351a3f90d6c2 100644 (file)
@@ -6,11 +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/libfpdf-tpl-php.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/libfpdf-tpl-php.git
 
 Package: libfpdf-tpl-php
 Architecture: all
-Depends: ${misc:Depends}, php5, php-fpdf
-Description: Use PDF templates with FPDF
+Depends: ${misc:Depends}, php5 | php5-cli, php-fpdf
+Description: PHP library to use PDF templates with FPDF
  This script adds the possibility to use PDF templates in a PDF document as
- explained in the PDF specifications 1.3 (4.9 Form XObjects). It is the basis
for FPDI.
+ explained in the PDF specifications 1.3 (4.9 Form XObjects). This allows for
dynamic creation of PDF files. It supports recursive templates.