From: Sebastian Harl Date: Fri, 29 Apr 2011 06:11:14 +0000 (+0200) Subject: control: Let libfpdf-tpl-php depend on php-fpdf (>= 1.6). X-Git-Url: https://git.tokkee.org/?p=pkg-libfpdf-tpl-php.git;a=commitdiff_plain;h=refs%2Ftags%2Flibfpdf-tpl-php-1.2-2--bpo50%2B1 control: Let libfpdf-tpl-php depend on php-fpdf (>= 1.6). This is required by fpdf-tpl. --- diff --git a/debian/changelog b/debian/changelog index 91d6076..bb3188e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ libfpdf-tpl-php (1.2-2~bpo50+1) lenny-backports-sloppy; urgency=low * Rebuild for lenny-backports-sloppy. + * debian/control: + - Let libfpdf-tpl-php depend on php-fpdf (>= 1.6) which is required by + fpdf-tpl. - -- Sebastian Harl Fri, 29 Apr 2011 08:08:08 +0200 + -- Sebastian Harl Fri, 29 Apr 2011 08:09:33 +0200 libfpdf-tpl-php (1.2-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 4056678..f8456e2 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/libfpdf-tpl-php.git Package: libfpdf-tpl-php Architecture: all -Depends: ${misc:Depends}, php5 | php5-cli, php-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). This allows for