--- libhtml-simpleparse-perl-0.12.orig/debian/rules +++ libhtml-simpleparse-perl-0.12/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libhtml-simpleparse-perl-0.12.orig/debian/changelog +++ libhtml-simpleparse-perl-0.12/debian/changelog @@ -0,0 +1,68 @@ +libhtml-simpleparse-perl (0.12-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + * Set Maintainer to Debian Perl Group. + * Use dist-based URL in debian/watch. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ansgar Burchardt ] + * Mention module name in description. + * Refresh rules for debhelper 7. + * Move debhelper to Build-Depends. + * Add myself to Uploaders. + * No longer install README (excerpt of POD documentation). + * Bump Standards-Version to 3.8.2. + * Convert debian/copyright to proposed machine-readable format. + + [ gregor herrmann ] + * debian/watch: use extended regexp for matching upstream versions. + + -- Ansgar Burchardt Wed, 22 Jul 2009 04:11:45 +0200 + +libhtml-simpleparse-perl (0.12-1) unstable; urgency=low + + * New upstream version + * New Maintainer (Closes: #279791) + * Changed section to perl + * Bumped policy-version to 3.6.1 + * Changed priority to optional + * Updated to debhelper version 4.1 + * Adds watch file so uscan will work + + -- Jay Bonci Wed, 10 Nov 2004 18:16:08 -0500 + +libhtml-simpleparse-perl (0.10-3) unstable; urgency=low + + * Fix a spelling mistake in the control file, + Closes: #124985 + + -- Stephen Zander Wed, 20 Mar 2002 21:42:44 -0800 + +libhtml-simpleparse-perl (0.10-2) unstable; urgency=low + + * New maintainer, Closes: #80293 + + -- Stephen Zander Mon, 28 May 2001 16:06:35 -0700 + +libhtml-simpleparse-perl (0.10-1) unstable; urgency=low + + * New upstream release + * New yada compatible with Standards-Version: 3.1.0 + + -- Piotr Roszatycki Fri, 21 Jul 2000 23:55:54 +0200 + +libhtml-simpleparse-perl (0.06-2) unstable; urgency=low + + * Changed copyright info + + -- Piotr Roszatycki Sun, 15 Aug 1999 23:57:22 +0200 + +libhtml-simpleparse-perl (0.06-1) unstable; urgency=low + + * Initial Debian version. + + -- Piotr Roszatycki Tue, 3 Aug 1999 00:02:55 +0200 --- libhtml-simpleparse-perl-0.12.orig/debian/watch +++ libhtml-simpleparse-perl-0.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/HTML-SimpleParse/ .*/HTML-SimpleParse-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libhtml-simpleparse-perl-0.12.orig/debian/control +++ libhtml-simpleparse-perl-0.12/debian/control @@ -0,0 +1,31 @@ +Source: libhtml-simpleparse-perl +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , Ansgar Burchardt +Section: perl +Priority: optional +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/HTML-SimpleParse/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-simpleparse-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-simpleparse-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.1) + +Package: libhtml-simpleparse-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: bare-bones HTML parser + HTML::SimpleParse is a bare-bones HTML parser, similar to HTML::Parser, + but with a couple important distinctions: + . + First, HTML::Parser knows which tags can contain other tags, which start + tags have corresponding end tags, which tags can exist only in the + portion of the document, and so forth. HTML::SimpleParse does not know any + of these things. It just finds tags and text in the HTML you give it, it + does not care about the specific content of these tags (though it does + distinguish between different _types_ of tags, such as comments, starting + tags like , ending tags like , and so on). + . + Second, HTML::SimpleParse does not create a hierarchical tree of HTML + content, but rather a simple linear list. It does not pay any attention to + balancing start tags with corresponding end tags, or which pairs of tags are + inside other pairs of tags. --- libhtml-simpleparse-perl-0.12.orig/debian/copyright +++ libhtml-simpleparse-perl-0.12/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Ken Williams +Upstream-Source: http://search.cpan.org/dist/HTML-SimpleParse/ +Upstream-Name: HTML-SimpleParse + +Files: * +Copyright: © 1998, Swarthmore College +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 1999-2000, Piotr Roszatycki + © 2001-2002, Stephen Zander + © 2004, Jay Bonci + © 2009, Ansgar Burchardt +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libhtml-simpleparse-perl-0.12.orig/debian/compat +++ libhtml-simpleparse-perl-0.12/debian/compat @@ -0,0 +1 @@ +7