debian/0000755000000000000000000000000011550545352007173 5ustar debian/changelog0000644000000000000000000000135511550544406011050 0ustar libfpdi-php (1.4.1-1) unstable; urgency=low * New upstream release. -- Sebastian Harl Mon, 11 Apr 2011 11:25:19 +0200 libfpdi-php (1.4-2) unstable; urgency=low * Re-upload to unstable - Squeeze has been released \o/ * debian/rules: - Added 'get-orig-source' target. -- Sebastian Harl Mon, 14 Feb 2011 10:38:04 +0100 libfpdi-php (1.4-1) experimental; urgency=low * Inital release (Closes: #611167). * Uploading to experimental because of the Squeeze freeze. * debian/patches: - 01-correct-path.diff: added patch to adapt the "fpdf_tpl" path to the full path since that's shipped in it's own package. -- Sebastian Harl Wed, 26 Jan 2011 17:16:37 +0100 debian/copyright0000644000000000000000000000456511520021163011122 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-Name: FPDI Upstream-Contact: Jan Slabon Source: http://www.setasign.de/products/pdf-php-solutions/fpdi/ Files: * Copyright: 2004-2010, Setasign -- Jan Slabon License: Apache-2.0 Files: debian/* Copyright: 2011, Sven Velt 2011, Sebastian Harl License: BSD-2-clause License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the full text of the Apache License, Version 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. License: BSD-2-clause All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000011520021726010462 5ustar debian/source/format0000644000000000000000000000001411517775151011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211517773474010404 0ustar 5 debian/rules0000755000000000000000000000035411520221257010245 0ustar #! /usr/bin/make -f # debian/rules for libfpdi-php # # Written by Sven Velt . %: dh $@ override_dh_install: cp -r *.php filters debian/libfpdi-php/usr/share/php/fpdi get-orig-source: uscan --force --verbose --rename debian/control0000644000000000000000000000135611520024142010565 0ustar Source: libfpdi-php Section: web Priority: optional Maintainer: Sven Velt Uploaders: Sebastian Harl Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.1 Homepage: http://www.setasign.de/products/pdf-php-solutions/fpdi/ Vcs-Git: git://git.debian.org/collab-maint/libfpdi-php.git Vcs-Browser: http://git.debian.org/?p=collab-maint/libfpdi-php.git Package: libfpdi-php Architecture: all Depends: ${misc:Depends}, php5 | php5-cli, libfpdf-tpl-php Description: PHP library for importing 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. This allows for dynamic generation of PDF files. debian/watch0000644000000000000000000000016211517775633010235 0ustar version=3 http://www.setasign.de/products/pdf-php-solutions/fpdi/downloads/ \ /supra/kon2_dl/\d+/FPDI-(.+)\.tgz debian/dirs0000644000000000000000000000002311517773474010065 0ustar usr/share/php/fpdi debian/patches/0000755000000000000000000000000011520044525010613 5ustar debian/patches/01-correct-path.diff0000644000000000000000000000044711517774022014273 0ustar Use full path as "fpdf_tpl" is in its own directory/package. --- a/fpdi.php +++ b/fpdi.php @@ -24,7 +24,7 @@ require_once('fpdi2tcpdf_bridge.php'); } -require_once('fpdf_tpl.php'); +require_once('/usr/share/php/fpdf-tpl/fpdf_tpl.php'); require_once('fpdi_pdf_parser.php'); debian/patches/series0000644000000000000000000000002511517773474012047 0ustar 01-correct-path.diff