debian/0000755000000000000000000000000012162640745007175 5ustar debian/rules0000755000000000000000000000003512162640745010253 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000232612162640745010603 0ustar Source: libhtml-tokeparser-simple-perl Maintainer: Debian Perl Group Uploaders: Christian Sánchez , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1) Build-Depends-Indep: perl, libhtml-parser-perl, libsub-override-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-tokeparser-simple-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-tokeparser-simple-perl.git Homepage: https://metacpan.org/release/HTML-TokeParser-Simple/ Package: libhtml-tokeparser-simple-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl Description: Perl module used to tokenize HTML documents HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses easy-to-remember method calls to work with tokens. For instance, rather than writing code like this: . $token->[0] eq 'S' and $token->[1] eq 'form' . . you can instead write something simpler like this: . $token->is_start_tag( 'form' ) debian/source/0000755000000000000000000000000012162640745010475 5ustar debian/source/format0000644000000000000000000000001412162640745011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000542312162640745011053 0ustar libhtml-tokeparser-simple-perl (3.16-1) unstable; urgency=low * New upstream release. * Drop patches, merged upstream. * Build-Depend on Module::Build 0.40. * Remove libtest-*perl, tests not run by default anymore. -- gregor herrmann Wed, 26 Jun 2013 21:32:32 +0200 libhtml-tokeparser-simple-perl (3.15-3) unstable; urgency=low * Add patch to fix POD errors. (Closes: #709829) -- gregor herrmann Sun, 26 May 2013 20:04:47 +0200 libhtml-tokeparser-simple-perl (3.15-2) 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); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Christian Sánchez ); Christian Sánchez moved to Uploaders. * debian/watch: use metacpan-based URL. * Switch to "3.0 (quilt)" source format. * Remove uupdate call from debian/watch. * Use tiny debian/rules. Don't install README anymore. * debian/copyright: switch formatting to Copyright-Format 1.0. * Remove versions from (build) dependencies that are not needed anymore. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.4 (no changes). * Add /me to Uploaders. * Enable more tests. * Add a patch to fix some spelling mistakes in the POD. -- gregor herrmann Sat, 30 Mar 2013 13:36:28 +0100 libhtml-tokeparser-simple-perl (3.15-1) unstable; urgency=low * New upstream release -- Christian Sánchez Sat, 4 Mar 2006 21:26:48 +0000 libhtml-tokeparser-simple-perl (3.13-3) unstable; urgency=low *New maintainer. Closes(#331105) - control + Bumped Standards-Version to 3.6.2 (no changes). -- Christian Sánchez Sat, 24 Dec 2005 12:19:55 -0400 libhtml-tokeparser-simple-perl (3.13-2) unstable; urgency=low * Orphaning package. * Changed maintainer to "Debian QA Group" per standard procedure. -- Kenneth J. Pronovici Fri, 7 Oct 2005 11:59:31 -0500 libhtml-tokeparser-simple-perl (3.13-1) unstable; urgency=low * New upstream release (skipped a few due to sarge freeze). * Added build dependency on libsub-override-perl. * Bumped standards version to 3.6.1 (no package changes). -- Kenneth J. Pronovici Thu, 14 Oct 2004 20:05:52 -0500 libhtml-tokeparser-simple-perl (2.2-1) unstable; urgency=low * Initial release (closes: #244264). -- Kenneth J. Pronovici Sat, 17 Apr 2004 11:28:02 -0500 debian/compat0000644000000000000000000000000212162640745010373 0ustar 8 debian/copyright0000644000000000000000000000225412162640745011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: HTML-TokeParser-Simple Upstream-Contact: Curtis "Ovid" Poe Source: https://metacpan.org/release/HTML-TokeParser-Simple/ Files: * Copyright: 2002-2004, Curtis "Ovid" Poe License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, 2005, Kenneth J. Pronovici 2005, 2006, Christian Sánchez 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/watch0000644000000000000000000000021212162640745010221 0ustar version=3 https://metacpan.org/release/HTML-TokeParser-Simple/ .*/HTML-TokeParser-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$