From 2ee42e8d69cca0d5681d11ae9c2b832f9f725753 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Thu, 20 Jan 2011 16:49:05 +0100 Subject: [PATCH] Initial commit --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/php-fpdf-tpl.dirs | 1 + debian/rules | 7 +++++++ debian/source/format | 1 + 6 files changed, 30 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/php-fpdf-tpl.dirs create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..564b98a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +php-fpdf-tpl (1.2-1) unstable; urgency=low + + * Inital release + + -- Sven Velt Thu, 20 Jan 2011 16:03:27 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9799159 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: php-fpdf-tpl +Section: web +Priority: optional +Maintainer: Sven Velt +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.9.1 +Homepage: http://www.setasign.de/products/pdf-php-solutions/fpdi/downloads/ + +Package: php-fpdf-tpl +Architecture: all +Depends: ${misc:Depends}, php5, php-fpdf +Description: 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). It is the basis + for FPDI. diff --git a/debian/php-fpdf-tpl.dirs b/debian/php-fpdf-tpl.dirs new file mode 100644 index 0000000..0b53ea5 --- /dev/null +++ b/debian/php-fpdf-tpl.dirs @@ -0,0 +1 @@ +usr/share/php/fpdf-tpl diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..66ceb5c --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_install: + cp fpdf_tpl.php debian/php-fpdf-tpl/usr/share/php/fpdf-tpl diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 2.30.2