summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64fb4c9)
raw | patch | inline | side by side (parent: 64fb4c9)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 26 Jan 2011 10:35:04 +0000 (11:35 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 26 Jan 2011 10:35:04 +0000 (11:35 +0100) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/dirs | [new file with mode: 0644] | patch | blob |
debian/patches/01-correct-path.diff | patch | blob | history | |
debian/php-fpdi.dirs | [deleted file] | patch | blob | history |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 53e2b76e5e9e62088c9c7be8f1f3784615f8e16e..5899770ab9a67b4e6b1990b58e090cb4739eb1e4 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
-php-fpdi (1.4-1) unstable; urgency=low
+libfpdi-php (1.4-1) unstable; urgency=low
- * Inital release
+ * Inital release.
-- Sven Velt <sven@velt.de> Thu, 20 Jan 2011 16:18:43 +0100
diff --git a/debian/control b/debian/control
index 9f7affe7d7f34478db6a5a08181d03248a0c69cc..c4c05c6e7ef84f2fa085e9fd882b6341f3e944bc 100644 (file)
--- a/debian/control
+++ b/debian/control
-Source: php-fpdi
+Source: libfpdi-php
Section: web
Priority: optional
Maintainer: Sven Velt <sven@velt.de>
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
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/share/php/fpdi
index ccca3db50056774b1d8482d62d49507e6eaec8e8..47a2ebf6d101009fc7f1356b8d5a89bcc6f041d3 100644 (file)
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');\r
}\r
diff --git a/debian/php-fpdi.dirs b/debian/php-fpdi.dirs
--- a/debian/php-fpdi.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/php/fpdi
diff --git a/debian/rules b/debian/rules
index 28de239a74d7412d648d9523c9485b62c145c19d..19c4e2d1b3046bf8ad8c0520a41030b7461a570b 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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