Code

control: Added "Git-*" fields.
[pkg-libfpdf-tpl-php.git] / debian / control
index 97991596ac5312a6e37662bd10718b222ecd3360..40566789441698e8ce0acf91ea10351a3f90d6c2 100644 (file)
@@ -1,15 +1,18 @@
-Source: php-fpdf-tpl
+Source: libfpdf-tpl-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/downloads/
+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: php-fpdf-tpl
+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.