summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe280a1)
raw | patch | inline | side by side (parent: fe280a1)
control: Let libfpdf-tpl-php depend on php-fpdf (>= 1.6). lenny-backports libfpdf-tpl-php-1.2-2--bpo50+1
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 29 Apr 2011 06:11:14 +0000 (08:11 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 29 Apr 2011 06:11:14 +0000 (08:11 +0200) |
This is required by fpdf-tpl.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 91d6076ff0ef5119375c385d677336ad3fa00504..bb3188e0c4fa2238fa4616e223961a398976855f 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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 <tokkee@debian.org> Fri, 29 Apr 2011 08:08:08 +0200
+ -- Sebastian Harl <tokkee@debian.org> 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 40566789441698e8ce0acf91ea10351a3f90d6c2..f8456e2881f936b72f564489e135e79a9a1d13d7 100644 (file)
--- a/debian/control
+++ b/debian/control
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