r46838 - in /trunk/libhtml-stripscripts-parser-perl: Changes META.yml Makefile.PL Parser.pm debian/changelog debian/control debian/copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Nov 6 02:57:20 UTC 2009


Author: jawnsy-guest
Date: Fri Nov  6 02:57:11 2009
New Revision: 46838

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46838
Log:
* New upstream release
* Standards-Version 3.8.3 (drop perl version dep)
* Rewrite control description
* Add myself to Uploaders and Copyright
* Refresh copyright information

Modified:
    trunk/libhtml-stripscripts-parser-perl/Changes
    trunk/libhtml-stripscripts-parser-perl/META.yml
    trunk/libhtml-stripscripts-parser-perl/Makefile.PL
    trunk/libhtml-stripscripts-parser-perl/Parser.pm
    trunk/libhtml-stripscripts-parser-perl/debian/changelog
    trunk/libhtml-stripscripts-parser-perl/debian/control
    trunk/libhtml-stripscripts-parser-perl/debian/copyright

Modified: trunk/libhtml-stripscripts-parser-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/Changes?rev=46838&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-parser-perl/Changes (original)
+++ trunk/libhtml-stripscripts-parser-perl/Changes Fri Nov  6 02:57:11 2009
@@ -1,3 +1,4 @@
+1.03   5 Nov 2009  Changed min version of HTML::StripScripts to 1.0.5
 1.02   1 Dec 2007  Made minimum required version of HTML::StripScripts 1.04
                    because of a bug in previous versions
 1.01  21 Nov 2007  Made minimum required version of HTML::Parser 3.56

Modified: trunk/libhtml-stripscripts-parser-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/META.yml?rev=46838&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-parser-perl/META.yml (original)
+++ trunk/libhtml-stripscripts-parser-perl/META.yml Fri Nov  6 02:57:11 2009
@@ -1,16 +1,16 @@
 --- #YAML:1.0
 name:                HTML-StripScripts-Parser
-version:             1.02
+version:             1.03
 abstract:            XSS filter using HTML::Parser
 license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.32
+author:              
+    - Nick Cleaton <nick at cleaton.net>, Clinton Gormley <clint at traveljury.com>
+generated_by:        ExtUtils::MakeMaker version 6.42
 distribution_type:   module
 requires:     
     HTML::Parser:                  3.56
-    HTML::StripScripts:            1.04
+    HTML::StripScripts:            1.05
     Test::More:                    0
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
-author:
-    - Nick Cleaton <nick at cleaton.net>, Clinton Gormley <clint at traveljury.com>
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libhtml-stripscripts-parser-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/Makefile.PL?rev=46838&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-parser-perl/Makefile.PL (original)
+++ trunk/libhtml-stripscripts-parser-perl/Makefile.PL Fri Nov  6 02:57:11 2009
@@ -8,7 +8,7 @@
         . ' Clinton Gormley <clint at traveljury.com>',
     'PREREQ_PM'    => {
                         'Test::More'         => 0,
-                        'HTML::StripScripts' => 1.04,
+                        'HTML::StripScripts' => 1.05,
                         'HTML::Parser'       => 3.56,
                       },
     $ExtUtils::MakeMaker::VERSION >= 6.31

Modified: trunk/libhtml-stripscripts-parser-perl/Parser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/Parser.pm?rev=46838&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-parser-perl/Parser.pm (original)
+++ trunk/libhtml-stripscripts-parser-perl/Parser.pm Fri Nov  6 02:57:11 2009
@@ -2,7 +2,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '1.02';
+$VERSION = '1.03';
 
 =head1 NAME
 

Modified: trunk/libhtml-stripscripts-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/debian/changelog?rev=46838&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-parser-perl/debian/changelog (original)
+++ trunk/libhtml-stripscripts-parser-perl/debian/changelog Fri Nov  6 02:57:11 2009
@@ -1,3 +1,13 @@
+libhtml-stripscripts-parser-perl (1.03-1) UNRELEASED; 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 <jawnsy at cpan.org>  Thu, 05 Nov 2009 18:29:24 -0500
+
 libhtml-stripscripts-parser-perl (1.02-2) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libhtml-stripscripts-parser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/debian/control?rev=46838&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-parser-perl/debian/control (original)
+++ trunk/libhtml-stripscripts-parser-perl/debian/control Fri Nov  6 02:57:11 2009
@@ -2,23 +2,22 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.10-12), libhtml-stripscripts-perl (>= 1.04),
- libhtml-parser-perl (>= 3.56), libtest-pod-perl, libtest-pod-coverage-perl
+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 <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Tim Retout <tim at retout.co.uk>
-Standards-Version: 3.8.2
+Uploaders: Tim Retout <tim at retout.co.uk>, Jonathan Yu <jawnsy at cpan.org>
+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: ${perl:Depends}, ${misc:Depends}, libhtml-stripscripts-perl (>= 1.04),
- libhtml-parser-perl (>= 3.56)
-Description: XSS filter using HTML::Parser
- HTML::StripScripts::Parser provides an easy interface to HTML::StripScripts,
- using HTML::Parser to parse the HTML.
- .
- See HTML::Parser for details of how to customise how the raw HTML is parsed
- into tags, and HTML::StripScripts for details of how to customise the way
- those tags are filtered.
+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.

Modified: trunk/libhtml-stripscripts-parser-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/debian/copyright?rev=46838&op=diff
==============================================================================
--- trunk/libhtml-stripscripts-parser-perl/debian/copyright (original)
+++ trunk/libhtml-stripscripts-parser-perl/debian/copyright Fri Nov  6 02:57:11 2009
@@ -1,25 +1,30 @@
 Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226
-Upstream-Name: HTML-StripScripts-Parser
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
 Upstream-Maintainer: Clinton Gormley <clint at traveljury.com>
 Upstream-Source: http://search.cpan.org/dist/HTML-StripScripts-Parser/
+Upstream-Name: HTML-StripScripts-Parser
 
 Files: *
-Copyright: Copyright (C) 2003 Nick Cleaton.  All Rights Reserved.
-Copyright: Copyright (C) 2007 Clinton Gormley.  All Rights Reserved.
-License: GPL-1+ | Artistic
- This module is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- .
- Perl is distributed under the GNU General Public License, either version 1 or
- (at your option) any later version, and the Artistic License.
- .
- On Debian systems, the complete text of the GNU General Public License can be
- found in /usr/share/common-licenses/GPL and the Artistic License in
- /usr/share/common-licenses/Artistic.
+Copyright: 2007, Clinton Gormley <clint at traveljury.com>
+ 2003, Nick Cleaton <nick at cleaton.net>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: Copyright (C) 2008, 2009 Tim Retout <tim at retout.co.uk>
- 2008, gregor herrmann <gregoa at debian.org>
- 2008, Nathan Handler <nhandler at ubuntu.com>
-License: GPL-1+ | Artistic
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+ 2008-2009, Tim Retout <tim at retout.co.uk>
+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'




More information about the Pkg-perl-cvs-commits mailing list