From b79fa4b12dc5606f479d7fc1cf9556ffe6b25641 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 26 Jan 2011 11:35:04 +0100 Subject: [PATCH] Renamed source and binary packages to libfpdi-php. --- debian/changelog | 4 ++-- debian/control | 6 +++--- debian/{php-fpdi.dirs => dirs} | 0 debian/patches/01-correct-path.diff | 4 ++-- debian/rules | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) rename debian/{php-fpdi.dirs => dirs} (100%) 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/php-fpdi.dirs b/debian/dirs similarity index 100% rename from debian/php-fpdi.dirs rename to debian/dirs 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/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 -- 2.30.2