debian/0000755000000000000000000000000012130243071007157 5ustar debian/rules0000755000000000000000000000003612130243071010236 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000250012130243071010557 0ustar Source: libpdf-table-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni , gregor herrmann , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libpdf-api2-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpdf-table-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpdf-table-perl.git Homepage: https://metacpan.org/release/PDF-Table/ Package: libpdf-table-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libpdf-api2-perl Description: utility class for building table layouts in a PDF::API2 object PDF::Table is a utility for use with the PDF::API2 module from CPAN. It can be used to display text data in a table layout within the PDF. The text data must be in a 2d array (such as returned by a DBI statement handle fetchall_arrayref() call). The PDF::Table will automatically add as many new pages as necessary to display all of the data. Various layout properties, such as font, font size, and cell padding and background color can be specified for each column and/or for even/odd rows. See the METHODS section in the man page. debian/source/0000755000000000000000000000000012130243071010457 5ustar debian/source/format0000644000000000000000000000001412130243071011665 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000704112130243071011033 0ustar libpdf-table-perl (0.9.6003-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Update debian/watch to accept 0.9.6_h3 version and change it into 0.9.6003 * Imported Upstream version 0.9.6003 * Bump debian/copyright to 1.0 * Bump Standards-Version to 3.9.4 * Remove spelling patch now included in upstream -- Xavier Guimard Thu, 04 Apr 2013 05:54:57 +0200 libpdf-table-perl (0.9.5-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Switch to source format 3.0 (quilt). Remove quilt framework. * Remove patch, applied upstream. * Use tiny debian/rules. * debian/copyright: update formatting. * Don't install README anymore. * Set Standards-Version to 3.9.2, remove version from perl build dependency. * Bump debhelper compatibility level to 8. * Add a patch to fix a spelling mistake. -- gregor herrmann Thu, 20 Oct 2011 18:17:33 +0200 libpdf-table-perl (0.9.3-3) unstable; urgency=low * debian/control: - changed: switched Vcs-Browser field to ViewSVN - added: ${misc:Depends} to Depends: field - change my email address - mention module name in long description, remove trailing space and article from short description. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * Add patch sample-module.patch: use the correct module name in the sample script; thanks to Gabor Kiss for the bug report (closes: #506408). Add quilt framework. Add debian/README.source. * Set Standards-Version to 3.8.0 (no changes). * debian/copyright: update formatting. -- gregor herrmann Fri, 19 Dec 2008 23:56:35 +0100 libpdf-table-perl (0.9.3-2) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467994). * Set Standards-Version to 3.7.3 (no changes). * debian/copyright: add upstream URL, add year of copyright, convert to new format. * debian/rules: update based on dh-make-perl's templates. -- gregor herrmann Tue, 11 Mar 2008 23:02:09 +0100 libpdf-table-perl (0.9.3-1) unstable; urgency=low * New upstream release -- Gunnar Wolf Wed, 28 Feb 2007 14:08:08 -0600 libpdf-table-perl (0.9.2-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.7.2 (no changes). * Set debhelper compatibility level to 5. * Add examples to /usr/share/doc/libpdf-table-perl/examples/. -- gregor herrmann Sun, 19 Nov 2006 19:13:32 +0100 libpdf-table-perl (0.02-1) unstable; urgency=low * New upstream release. * Updated debian/watch. -- Niko Tyni Tue, 18 Apr 2006 00:31:03 +0300 libpdf-table-perl (0.01-2) unstable; urgency=low * Add libpdf-api2-perl to Build-Depends-Indep. (Closes: #348560) * Add myself to Uploaders. -- Niko Tyni Thu, 19 Jan 2006 20:15:19 +0200 libpdf-table-perl (0.01-1) unstable; urgency=low * Initial Release (Closes: #343275) -- Gunnar Wolf Tue, 13 Dec 2005 22:01:46 -0600 debian/compat0000644000000000000000000000000212130243071010355 0ustar 8 debian/libpdf-table-perl.examples0000644000000000000000000000001312130243071014176 0ustar examples/* debian/copyright0000644000000000000000000000231212130243071011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PDF-Table Source: https://metacpan.org/release/PDF-Table/ Upstream-Contact: Desislav Kamenov Files: * Copyright: 2006, Daemmon Hughes portions Copyright 2004, Stone Environmental Inc. (www.stone-env.com) License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, 2007, Gunnar Wolf 2006-2011, gregor herrmann 2006, Niko Tyni 2013, Xavier Guimard License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000021512130243071010206 0ustar version=3 opts="uversionmangle=s/_h/00/" \ https://metacpan.org/release/PDF-Table/ .*/PDF-Table-v?(\d[\w.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)