debian/0000755000000000000000000000000012066425703007173 5ustar debian/rules0000755000000000000000000000013412066425703010251 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installchangelogs: dh_installchangelogs Changes debian/control0000644000000000000000000000227512066425703010604 0ustar Source: libhtml-tableparser-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libhtml-parser-perl, libtest-pod-perl, libtest-pod-coverage-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-tableparser-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-tableparser-perl.git Homepage: http://search.cpan.org/dist/HTML-TableParser/ Package: libhtml-tableparser-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl Description: Perl module to extract data from an HTML table HTML::TableParser uses HTML::Parser to extract data from an HTML table. The data is returned via a series of user defined callback functions or methods. Specific tables may be selected either by a matching a unique table id or by matching against the column names. Multiple (even nested) tables may be parsed in a document in one pass. debian/source/0000755000000000000000000000000012066425703010473 5ustar debian/source/format0000644000000000000000000000001412066425703011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000135412066425703011050 0ustar libhtml-tableparser-perl (0.38-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Imported Upstream version 0.38 * Update source format to 3.0 (quilt) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update debian/copyright (years, format and license) * Update debian/rules to use "dh $@" * Add spelling error patch * Force dh_installchangelogs to install Changes instead of ChangeLog -- Xavier Guimard Tue, 25 Dec 2012 23:42:05 +0100 libhtml-tableparser-perl (0.37-1) unstable; urgency=low * Initial Release (closes: Bug#481142). -- Ivan Kohler Tue, 13 May 2008 18:06:59 -0700 debian/compat0000644000000000000000000000000212066425703010371 0ustar 8 debian/patches/0000755000000000000000000000000012066425703010622 5ustar debian/patches/series0000644000000000000000000000002512066425703012034 0ustar spelling-error.patch debian/patches/spelling-error.patch0000644000000000000000000000114712066425703014612 0ustar Description: Little spelling error Author: Xavier Guimard Bug: https://rt.cpan.org/Ticket/Display.html?id=82224 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82224 Last-Update: 2012-12-25 --- a/lib/HTML/TableParser.pm +++ b/lib/HTML/TableParser.pm @@ -628,7 +628,7 @@ $p = HTML::TableParser->new( \@reqs, { Chomp => 1 } ); -will set B on for all of the table requests, unless overriden +will set B on for all of the table requests, unless overridden by them. The data cleanup operations are documented above; C is documented in L. debian/copyright0000644000000000000000000000320012066425703011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: HTML-TableParser Source: http://search.cpan.org/dist/HTML-TableParser/ Upstream-Contact: Diab Jerius Files: * Copyright: 2001-2007, Smithsonian Astrophysical Observatory License: GPL-3+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Ivan Kohler 2012, Xavier Guimard License: GPL-3+ 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'. License: GPL-3+ 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 3, or (at your option) any later version. . On Debian systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000036512066425703010230 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/HTML-TableParser/ .*/HTML-TableParser-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$