--- libhtml-stripscripts-parser-perl-1.03.orig/debian/control +++ libhtml-stripscripts-parser-perl-1.03/debian/control @@ -0,0 +1,23 @@ +Source: libhtml-stripscripts-parser-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libhtml-parser-perl (>= 3.56), libtest-pod-perl, + libhtml-stripscripts-perl (>= 1.05), libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Tim Retout , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/HTML-StripScripts-Parser/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-stripscripts-parser-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/ + +Package: libhtml-stripscripts-parser-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl (>= 3.56), + libhtml-stripscripts-perl (>= 1.05) +Description: module to filter scripts out of HTML + HTML::StripScripts::Parser is a Perl module that provides an easy interface + to HTML::StripScripts, using HTML::Parser to parse the HTML. See HTML::Parser + (see libhtml-parser-perl) for details of how to customise how the raw HTML is + parsed into tags, and HTML::StripScripts (see libhtml-stripscripts-perl) for + details of how to customise the way those tags are filtered. --- libhtml-stripscripts-parser-perl-1.03.orig/debian/copyright +++ libhtml-stripscripts-parser-perl-1.03/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Clinton Gormley +Upstream-Source: http://search.cpan.org/dist/HTML-StripScripts-Parser/ +Upstream-Name: HTML-StripScripts-Parser + +Files: * +Copyright: 2007, Clinton Gormley + 2003, Nick Cleaton +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008-2009, Tim Retout + 2008, gregor herrmann + 2008, Nathan Handler +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-stripscripts-parser-perl-1.03.orig/debian/watch +++ libhtml-stripscripts-parser-perl-1.03/debian/watch @@ -0,0 +1,4 @@ +# 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-StripScripts-Parser/ .*/HTML-StripScripts-Parser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libhtml-stripscripts-parser-perl-1.03.orig/debian/compat +++ libhtml-stripscripts-parser-perl-1.03/debian/compat @@ -0,0 +1 @@ +7 --- libhtml-stripscripts-parser-perl-1.03.orig/debian/changelog +++ libhtml-stripscripts-parser-perl-1.03/debian/changelog @@ -0,0 +1,31 @@ +libhtml-stripscripts-parser-perl (1.03-1) unstable; urgency=low + + * New upstream release + * Standards-Version 3.8.3 (drop perl version dep) + * Rewrite control description + * Add myself to Uploaders and Copyright + * Refresh copyright information + + -- Jonathan Yu Wed, 11 Nov 2009 18:47:07 -0500 + +libhtml-stripscripts-parser-perl (1.02-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Tim Retout ] + * debian/control: Bump Standards-Version to 3.8.2. (No changes needed.) + * debian/copyright: Update information for debian/* + * debian/rules: Switch to short format rules file. + + -- Tim Retout Mon, 10 Aug 2009 23:45:34 +0100 + +libhtml-stripscripts-parser-perl (1.02-1) unstable; urgency=low + + * Initial Release. (Closes: #494255) + + -- Tim Retout Thu, 7 Aug 2008 19:31:29 -0300 --- libhtml-stripscripts-parser-perl-1.03.orig/debian/rules +++ libhtml-stripscripts-parser-perl-1.03/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@