debian/0000755000000000000000000000000012125554200007162 5ustar debian/rules0000755000000000000000000000003612125554200010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000244012125554200010565 0ustar Source: libhtml-table-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Christian Sánchez , gregor herrmann Build-Depends: debhelper (>= 8) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-table-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-table-perl.git Homepage: https://metacpan.org/release/HTML-Table/ Package: libhtml-table-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for creating HTML tables HTML::Table is used to generate HTML tables for CGI scripts. By using the methods provided fairly complex tables can be created, manipulated, then printed from Perl scripts. The module also greatly simplifies creating tables within tables from Perl. It is possible to create an entire table using the methods provided and never use an HTML tag. . HTML::Table also allows for creating dynamically sized tables via its addRow and addCol methods. These methods automatically resize the table if passed more cell values than will fit in the current table grid. . Methods are provided for nearly all valid table, row, and cell tags specified for HTML 3.0. debian/source/0000755000000000000000000000000012125554200010462 5ustar debian/source/format0000644000000000000000000000001412125554200011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001010012125554200011024 0ustar libhtml-table-perl (2.08a-3) unstable; urgency=low * Take over for the Debian Perl Group with maintainer's permission. (https://lists.debian.org/debian-perl/2013/03/msg00034.html) * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza). Changed: Homepage field changed to metacpan.org URL; Maintainer set to Debian Perl Group (was: Christian Sánchez ); Christian Sánchez moved to Uploaders. * debian/watch: use metacpan-based URL. * debian/copyright: Source URL changed to metacpan.org URL. * Switch to "3.0 (quilt)" source format. * Don't install README anymore. * debian/copyright: update formatting, copyright holders and years, license stanzas. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.4 (no changes). * debian/control: remove duplicated section/priority fields. * Add /me to Uploaders. -- gregor herrmann Sat, 30 Mar 2013 13:20:05 +0100 libhtml-table-perl (2.08a-2) unstable; urgency=low * Updated debian/copyright * Updated debian/rules to dh7 short format - control: + Bumped Standards-Version to 3.8.3 (no changes) + Now depends on debhelper >= 7 + Added Homepage Field * Added debian/watch -- Christian Sánchez Mon, 16 Nov 2009 02:14:03 -0430 libhtml-table-perl (2.08a-1) unstable; urgency=low * New upstream release - control: + Bumped Standards-Version to 3.8.1 (no changes). + Now depends on debhelper >= 5 + debian/rules: [ ! -f Makefile ] || $(MAKE) distclean -- Christian Sánchez Sun, 17 May 2009 22:57:59 -0430 libhtml-table-perl (2.04a-1.1) unstable; urgency=low * Non-maintainer upload. * debian/rules: Don't FTBFS when perl is smart enough not to create empty dirs (Closes: #467947) -- Marc 'HE' Brockschmidt Sat, 05 Apr 2008 18:47:57 +0200 libhtml-table-perl (2.04a-1) unstable; urgency=low * New upstream release -- Christian Sánchez Tue, 28 Mar 2006 03:46:49 +0000 libhtml-table-perl (2.02-3) unstable; urgency=low * New maintainer. (Closes: #333188) - control: + Bumped Standards-Version to 3.6.2 (no changes). -- Christian Sánchez Fri, 23 Dec 2005 18:03:31 -0400 libhtml-table-perl (2.02-2) unstable; urgency=low * QA Group upload orphaning this package -- Andrew Pollock Thu, 27 Oct 2005 16:29:37 +1000 libhtml-table-perl (2.02-1) unstable; urgency=low * New upstream release. * debian/control: I'm a DD now! * debian/rules: Used one of my standard ones, created debian/compat. -- Marc 'HE' Brockschmidt Wed, 24 Mar 2004 18:46:38 +0100 libhtml-table-perl (1.20-1) unstable; urgency=low * New maintainer. (Closes: #217114) * New upstream release. (Closes: #194269) * debian/: - copyright: + Included pointers to GPL and the Artistic license. (Closes: #157591) + Dropped boilerplate (s) to satisfy lintian. - control: + Bumped Standards-Version to 3.6.1 (no changes). + Now depends on debhelper >= 4. + Moved debhelper dependency to Build-Depends, we use it in debian/rules clean. - rules: + Cleaned the makefile. - libhtml-table-perl.*: + Dropped, they are not needed. -- Marc Brockschmidt Fri, 24 Oct 2003 10:59:44 +0200 libhtml-table-perl (1.13-1) unstable; urgency=high * New Upstream. -- Christopher L Cheney Sun, 10 Feb 2002 03:00:00 -0600 libhtml-table-perl (1.12a-1) unstable; urgency=high * New Upstream. -- Christopher L Cheney Fri, 23 Nov 2001 20:53:48 -0600 libhtml-table-perl (1.11-1) unstable; urgency=low * New Upstream. -- Christopher L Cheney Fri, 10 Aug 2001 23:00:00 -0500 libhtml-table-perl (1.07a-1) unstable; urgency=low * Initial Release. -- Christopher L Cheney Tue, 6 Mar 2001 10:00:00 -0600 debian/compat0000644000000000000000000000000212125554200010360 0ustar 8 debian/copyright0000644000000000000000000000251012125554200011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: HTML-Table Upstream-Contact: Anthony Peacock 2003, Marc Brockschmidt 2004, 2008, Marc 'HE' Brockschmidt 2005, 2006, 2009, Christian Sánchez 2005, Andrew Pollock 2013, 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/watch0000644000000000000000000000016412125554200010214 0ustar version=3 https://metacpan.org/release/HTML-Table/ .*/HTML-Table-v?(\d[\d\w.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$