From: Sebastian Harl Date: Wed, 26 Jan 2011 10:35:04 +0000 (+0100) Subject: Renamed source and binary packages to libfpdi-php. X-Git-Tag: libfpdi-php-1.4-1~10 X-Git-Url: https://git.tokkee.org/?p=pkg-libfpdi-php.git;a=commitdiff_plain;h=b79fa4b12dc5606f479d7fc1cf9556ffe6b25641 Renamed source and binary packages to libfpdi-php. --- diff --git a/debian/changelog b/debian/changelog index 53e2b76..5899770 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -php-fpdi (1.4-1) unstable; urgency=low +libfpdi-php (1.4-1) unstable; urgency=low - * Inital release + * Inital release. -- Sven Velt Thu, 20 Jan 2011 16:18:43 +0100 diff --git a/debian/control b/debian/control index 9f7affe..c4c05c6 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: php-fpdi +Source: libfpdi-php Section: web Priority: optional Maintainer: Sven Velt @@ -6,9 +6,9 @@ Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.1 Homepage: http://www.setasign.de/products/pdf-php-solutions/fpdi/ -Package: php-fpdi +Package: libfpdi-php Architecture: all -Depends: ${misc:Depends}, php5, php-fpdf-tpl +Depends: ${misc:Depends}, php5, libfpdf-tpl-php Description: Import existing PDF documents into FPDF FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF, which was developed diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..406198a --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/share/php/fpdi diff --git a/debian/patches/01-correct-path.diff b/debian/patches/01-correct-path.diff index ccca3db..47a2ebf 100644 --- a/debian/patches/01-correct-path.diff +++ b/debian/patches/01-correct-path.diff @@ -1,7 +1,7 @@ Use full path as "fpdf_tpl" is in its own directory/package. ---- php-fpdi-1.4.old/fpdi.php 2010-11-11 17:08:05.000000000 +0100 -+++ php-fpdi-1.4/fpdi.php 2011-01-20 16:33:58.747054008 +0100 +--- a/fpdi.php ++++ b/fpdi.php @@ -24,7 +24,7 @@ require_once('fpdi2tcpdf_bridge.php'); } diff --git a/debian/php-fpdi.dirs b/debian/php-fpdi.dirs deleted file mode 100644 index 406198a..0000000 --- a/debian/php-fpdi.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/share/php/fpdi diff --git a/debian/rules b/debian/rules index 28de239..19c4e2d 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ dh $@ override_dh_install: - cp -r *.php filters debian/php-fpdi/usr/share/php/fpdi + cp -r *.php filters debian/libfpdi-php/usr/share/php/fpdi