X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=f8456e2881f936b72f564489e135e79a9a1d13d7;hb=59d4cbba03152dc1458c6738fb5c55b4e03952b7;hp=97991596ac5312a6e37662bd10718b222ecd3360;hpb=2ee42e8d69cca0d5681d11ae9c2b832f9f725753;p=pkg-libfpdf-tpl-php.git diff --git a/debian/control b/debian/control index 9799159..f8456e2 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,18 @@ -Source: php-fpdf-tpl +Source: libfpdf-tpl-php Section: web Priority: optional Maintainer: Sven Velt +Uploaders: Sebastian Harl 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 (>= 1.6) +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.