debian/0000755000000000000000000000000012251063470007166 5ustar debian/rules0000755000000000000000000000003612251063470010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000330512251063470010572 0ustar Source: libhtml-gentoc-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Radu-Bogdan Croitoru Build-Depends: debhelper (>= 9), perl (>= 5.11.4) | libmodule-build-perl Build-Depends-Indep: libhtml-linklist-perl, libhtml-parser-perl, libhtml-simpleparse-perl, libgetopt-argvfile-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-gentoc-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-gentoc-perl.git Homepage: https://metacpan.org/release/HTML-GenToc Package: libhtml-gentoc-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-linklist-perl, libhtml-parser-perl, libhtml-simpleparse-perl, libgetopt-argvfile-perl Description: module that generates a Table of Contents for HTML documents HTML::GenToc generates anchors and a table of contents for HTML documents. Depending on the arguments, it will insert the information it generates, or output to a string, a separate file or STDOUT. . While it defaults to taking H1 and H2 elements as the significant elements to put into the table of contents, any tag can be defined as a significant element. Also, it doesn't matter if the input HTML code is complete, pure HTML, one can input pseudo-html or page-fragments, which makes it suitable for using on templates and HTML meta-languages such as WML. . Also included in the distrubution is hypertoc, a script which uses the module so that one can process files on the command-line in a user-friendly manner. debian/source/0000755000000000000000000000000012251063470010466 5ustar debian/source/format0000644000000000000000000000001412251063470011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026412251063470011042 0ustar libhtml-gentoc-perl (3.20-1) unstable; urgency=low * Initial Release (Closes: #731653) -- Radu-Bogdan Croitoru Sun, 08 Dec 2013 14:27:20 +0200 debian/compat0000644000000000000000000000000212251063470010364 0ustar 9 debian/patches/0000755000000000000000000000000012251063470010615 5ustar debian/patches/series0000644000000000000000000000002212251063470012024 0ustar manpage-fix.patch debian/patches/manpage-fix.patch0000644000000000000000000000105112251063470014027 0ustar Description: Fix spelling error in manpage Author: Radu-Bogdan Croitoru Forwarded: yes Last-Update: 2013-12-08 --- a/scripts/hypertoc +++ b/scripts/hypertoc @@ -383,7 +383,7 @@ --toc_end H2=/H2 # Assumes document has a DD for each DT, otherwise ToC - # will get entries with alot of text. + # will get entries with a lot of text. --toc_entry DT=3 --toc_end DT=DD --toc_before DT= @@ -911,4 +911,4 @@ } } -# vim: sw=4 sts=4 ai \ No newline at end of file +# vim: sw=4 sts=4 ai debian/copyright0000644000000000000000000000275112251063470011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/HTML-GenToc Upstream-Contact: Kathryn Andersen Upstream-Name: HTML-GenToc Files: * Copyright: 2002-2008, Kathryn Andersen 1994-1997, Earl Hood License: GPL-2+ Files: debian/* Copyright: 2013, Radu-Bogdan Croitoru 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'. License: GPL-2+ 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 2 of the License, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000016312251063470010217 0ustar version=3 https://metacpan.org/release/HTML-GenToc .*/HTML-GenToc-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$