debian/0000755000000000000000000000000012217661056007174 5ustar debian/compat0000644000000000000000000000000212217661056010372 0ustar 8 debian/copyright0000644000000000000000000000213112217661056011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: LaTeX-Table Upstream-Contact: Markus Riester Source: https://metacpan.org/release/LaTeX-Table/ Files: * Copyright: 2006-2010, Markus Riester License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2013, Salvatore Bonaccorso 2009, gregor herrmann 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/liblatex-table-perl.examples0000644000000000000000000000001312217661056014557 0ustar examples/* debian/rules0000755000000000000000000000003612217661056010253 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000016412217661056010226 0ustar version=3 https://metacpan.org/release/LaTeX-Table/ .*/LaTeX-Table-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000502212217661056010576 0ustar Source: liblatex-table-perl Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso , gregor herrmann , Ansgar Burchardt Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libmodule-pluggable-perl | perl (<< 5.17.0), libmoose-perl, libmoosex-followpbp-perl, libtemplate-perl, libtest-nowarnings-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblatex-table-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblatex-table-perl.git Homepage: https://metacpan.org/release/LaTeX-Table/ Package: liblatex-table-perl Architecture: all Depends: liblatex-driver-perl, liblatex-encode-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libmoose-perl, libmoosex-followpbp-perl, libnumber-format-perl, libreadonly-perl, libtemplate-perl, libtext-csv-perl, ${misc:Depends}, ${perl:Depends} Suggests: texlive-latex-extra, texlive-latex3 Description: Perl extension for the automatic generation of LaTeX tables LaTeX::Table is a Perl extension for the automatic generation of LaTeX tables . LaTeX makes professional typesetting easy. Unfortunately, this is not entirely true for tables and the standard LaTeX table macros have a rather limited functionality. LaTeX::Table supports many CTAN packages and hides the complexity of using them behind an easy and intuitive API. . This module supports multipage tables via the xtab and the longtable package. For publication quality tables it utilizes the booktabs package. It also supports the tabularx and tabulary packages for nicer fixed-width tables. Furthermore, it supports the colortbl package for colored tables optimized for presentations. The powerful new ctable package is supported and especially recommended when footnotes are needed. LaTeX::Table ships with some predefined, good looking themes. . This module ships with two small utilities. The first, csv2pdf is a CSV to PDF converter. It is only about 100 lines of code short and only meant as an example application, but it is already very powerful. It requires Getopt::Long, Text::CSV, LaTeX::Encode and LaTeX::Driver. . The second utility is ltpretty. It takes a lazy formatted LaTeX table from STDIN (typically piped from Vim or emacs) and outputs a completely formatted table. This makes this module not only useful for automatically generated reports, but also saves a lot of typing work in creating custom tables. debian/source/0000755000000000000000000000000012217661056010474 5ustar debian/source/format0000644000000000000000000000001412217661056011702 0ustar 3.0 (quilt) debian/liblatex-table-perl.docs0000644000000000000000000000000512217661056013672 0ustar TODO debian/changelog0000644000000000000000000001202112217661056011042 0ustar liblatex-table-perl (1.0.6-2) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Salvatore Bonaccorso ] * Add alternative (build-)dependency for Module::Pluggable. Module::Pluggable will be removed from Perl core in 5.20 and emits now a warning with 5.18. Fix FTBFS "tests fail 'no warnings' test". (Closes: #724236) * Drop explicit Depends on perl. Depends on perl is already covered by the ${perl:Depends} variable substitution. * Update copyright years for debian/* packaging files * Wrap and sort fields in debian/control file * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Sun, 22 Sep 2013 23:29:51 +0200 liblatex-table-perl (1.0.6-1) unstable; urgency=low * New upstream release * Update my email address. * Refresh debian/copyright: Refer to Debian systems in general instead of Debian GNU/Linux systems. -- Salvatore Bonaccorso Wed, 27 Oct 2010 10:09:00 +0200 liblatex-table-perl (1.0.5-1) unstable; urgency=low [ Salvatore Bonaccorso ] * New upstream release 1.0.4. * debian/copyright: Explicitly refer to GPL-1 license text in common- licenses. * Bump Debhelper compat level to 8. * debian/control: - Update versioned depends on debhelper to (>= 8). - Move perl to Build-Depends. - Drop Build-Depends-Indep on libtest-pod-coverage-perl and libtest-pod-perl. Release tests are not run anymore. * debian/rules: Remove use of --buildsystem=perl_build as debhelper compat level 8 already prefers Build.PL. * Bump Standards-Version to 3.9.1. [ gregor herrmann ] * New upstream release 1.0.5. -- gregor herrmann Wed, 25 Aug 2010 18:40:46 +0200 liblatex-table-perl (1.0.2-1) unstable; urgency=low * New upstream release. + Use MooseX::FollowPBP instead of Moose::Policy::FollowPBP. (Closes: #589824) * Use Build.PL. * Use source format 3.0 (quilt). * No longer run author tests. + Remove build-dep on libtest-perl-critic-perl. * Make (build-)dep on perl unversioned as stable has 5.10 already. * Bump Standards-Version to 3.9.0 (no changes). * Add myself to Uploaders. -- Ansgar Burchardt Thu, 22 Jul 2010 22:10:35 +0900 liblatex-table-perl (1.0.1-1) unstable; urgency=low [ Salvatore Bonaccorso ] * New upstream release * Drop unused lintian-overrides not needed anymore. * Refresh debian/copyright following revision 135 of machine-readable copyright information by DEP5. Update Copyright years and email address of copyright holder. * Bump Standards-Version to 3.8.4 (no changes). * Remove duplicate libtemplate-perl in Depends control field. [ gregor herrmann ] * debian/control: add perl (>= 5.10.1) as an alternative dependency to libautodie-perl. -- Salvatore Bonaccorso Fri, 05 Mar 2010 10:20:08 +0100 liblatex-table-perl (1.0.0-1) unstable; urgency=low * New upstream release - Bugfixes (see upstream changelog file). - removes all deprecated code. * Drop debian/patches since all fixes are upstream in this new release. Correct Build-Depends dropping quilt and removing README.source pointing quilt usage. Adjust debian/rules. * debian/control: - Add versioned dependency on libmoose-perl (>= 0.76). * Add lintian-overrides file for informational warning regarding documentation but no doc-base registration. The pdf file shiped is only a collection of examples generated by the script in the examples/ directory. -- Salvatore Bonaccorso Wed, 09 Sep 2009 22:27:15 +0200 liblatex-table-perl (0.9.17-2) unstable; urgency=low [ Salvatore Bonaccorso ] * Add patch for FTBFS when a spell checker is installed and perlcritic test reports words in POD not in the spell checker lists. * Add patch for FTBFS removing an unused perlcritc annotation in lib/LaTeX/Table/Types/TypeI.pm. (Closes: #543071) * debian/control: Add quilt to Build-Depends. [ gregor herrmann ] * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * Set Standards-Version to 3.8.3 (no changes). * Add /me to Uploaders. -- gregor herrmann Sat, 22 Aug 2009 20:50:57 +0200 liblatex-table-perl (0.9.17-1) unstable; urgency=low * New upstream release -- Salvatore Bonaccorso Sun, 26 Jul 2009 16:02:27 +0200 liblatex-table-perl (0.9.16-1) unstable; urgency=low * Initial Release. (Closes: #531334) -- Salvatore Bonaccorso Mon, 13 Jul 2009 22:06:14 +0200