r31441 - in /trunk/libhtml-lint-perl: Changes MANIFEST META.yml debian/changelog debian/compat debian/control debian/copyright lib/HTML/Lint.pm lib/HTML/Lint/HTML4.pm lib/Test/HTML/Lint.pm t/strong-id.t

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Thu Mar 5 00:29:19 UTC 2009


Author: antonio-guest
Date: Thu Mar  5 00:29:16 2009
New Revision: 31441

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31441
Log:
* New upstream release
* debian/compat bumped to 7
* debian/control:
  + adding me to the Uploaders
  + debhelper compatibility bumped to 7
  + Standards-Version to 3.8.0
  + moved all deps except debhelper and cdbs to B-D-I
* debian/copyright:
  + switched to the new format

Added:
    trunk/libhtml-lint-perl/t/strong-id.t
      - copied unchanged from r31437, branches/upstream/libhtml-lint-perl/current/t/strong-id.t
Modified:
    trunk/libhtml-lint-perl/Changes
    trunk/libhtml-lint-perl/MANIFEST
    trunk/libhtml-lint-perl/META.yml
    trunk/libhtml-lint-perl/debian/changelog
    trunk/libhtml-lint-perl/debian/compat
    trunk/libhtml-lint-perl/debian/control
    trunk/libhtml-lint-perl/debian/copyright
    trunk/libhtml-lint-perl/lib/HTML/Lint.pm
    trunk/libhtml-lint-perl/lib/HTML/Lint/HTML4.pm
    trunk/libhtml-lint-perl/lib/Test/HTML/Lint.pm

Modified: trunk/libhtml-lint-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/Changes?rev=31441&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/Changes (original)
+++ trunk/libhtml-lint-perl/Changes Thu Mar  5 00:29:16 2009
@@ -3,6 +3,16 @@
 NOTE: All bugs and requests are now being handled through the Google
 Code issue tracker at http://code.google.com/p/html-lint/issues/list.
 DO NOT send bug reports to http://rt.cpan.org/
+
+
+2.06    Thu Dec 18 00:07:54 CST 2008
+        [FIXES]
+        Added attributes to <frameset>.
+
+        <strong> tag didn't allow any attributes.  Now it does.
+
+        Removed the <listing> tag.
+
 
 2.04    Mon Jun  2 11:41:16 CDT 2008
         [FIXES]

Modified: trunk/libhtml-lint-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/MANIFEST?rev=31441&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/MANIFEST (original)
+++ trunk/libhtml-lint-perl/MANIFEST Thu Mar  5 00:29:16 2009
@@ -33,6 +33,7 @@
 t/pod.t
 t/pod-coverage.t
 t/random-nobr.t
+t/strong-id.t
 t/text-use-entity.t
 t/xhtml-html.t
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libhtml-lint-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/META.yml?rev=31441&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/META.yml (original)
+++ trunk/libhtml-lint-perl/META.yml Thu Mar  5 00:29:16 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                HTML-Lint
-version:             2.04
+version:             2.06
 abstract:            check for HTML errors in a string or file
 license:             perl
 author:              

Modified: trunk/libhtml-lint-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/debian/changelog?rev=31441&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/debian/changelog (original)
+++ trunk/libhtml-lint-perl/debian/changelog Thu Mar  5 00:29:16 2009
@@ -1,10 +1,22 @@
-libhtml-lint-perl (2.04-3) UNRELEASED; urgency=low
+libhtml-lint-perl (2.06-1) unstable; urgency=low
 
+  [ Antonio Radici ]
+  * New upstream release
+  * debian/compat bumped to 7
+  * debian/control:
+    + adding me to the Uploaders
+    + debhelper compatibility bumped to 7
+    + Standards-Version to 3.8.0
+    + moved all deps except debhelper and cdbs to B-D-I
+  * debian/copyright:
+    + switched to the new format
+
+  [ gregor herrmann ]
   * debian/watch: use dist-based URL.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 18:23:34 -0300
+ -- Antonio Radici <antonio at dyne.org>  Wed, 04 Mar 2009 23:55:57 +0000
 
 libhtml-lint-perl (2.04-2) unstable; urgency=medium
 

Modified: trunk/libhtml-lint-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/debian/compat?rev=31441&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/debian/compat (original)
+++ trunk/libhtml-lint-perl/debian/compat Thu Mar  5 00:29:16 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libhtml-lint-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/debian/control?rev=31441&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/debian/control (original)
+++ trunk/libhtml-lint-perl/debian/control Thu Mar  5 00:29:16 2009
@@ -1,10 +1,11 @@
 Source: libhtml-lint-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs (>= 0.4.39), devscripts (>= 2.10.7), dh-buildinfo, debhelper (>= 5.0.44), perl (>= 5.6.0-16), libhtml-parser-perl (>= 3.20), libhtml-tagset-perl (>= 3.03), libtest-pod-perl (>= 0.95), libtest-pod-coverage-perl (>= 1.04), txt2man
+Build-Depends: cdbs (>= 0.4.39), debhelper (>=7)
+Build-Depends-Indep: devscripts (>= 2.10.7), perl (>= 5.6.0-16), libhtml-parser-perl (>= 3.20), libhtml-tagset-perl (>= 3.03), libtest-pod-perl (>= 0.95), libtest-pod-coverage-perl (>= 1.04), txt2man, dh-buildinfo
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.7.3
+Uploaders: Jonas Smedegaard <dr at jones.dk>, Antonio Radici <antonio at dyne.org>
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-lint-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-lint-perl/
 Homepage: http://search.cpan.org/dist/HTML::Lint/

Modified: trunk/libhtml-lint-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/debian/copyright?rev=31441&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/debian/copyright (original)
+++ trunk/libhtml-lint-perl/debian/copyright Thu Mar  5 00:29:16 2009
@@ -1,19 +1,30 @@
-This is the Perl module HTML::Lint packaged for Debian GNU systems.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Andy Lester <andy at petdance.com>
+Upstream-Source: http://search.cpan.org/dist/HTML-Lint/
+Upstream-Name: HTML-Lint
 
-Upstream author: Andy Lester, <andy at petdance.com>.
+Files: *
+Copyright: 2003, Andy Lester <andy at petdance.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream source: http://www.cpan.org/modules/by-module/HTML/
+Files: debian/*
+Copyright: 
+ (c) 2003-2008, Jonas Smedegaard <dr at jones.dk>
+ (c) 2009, Antonio Radici <antonio at dyne.org>
+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'
 
-Copyright and licensing info:
-
-    Copyright 2003 Andy Lester, All Rights Reserved.
-    
-    This program is free software; you can redistribute it and/or modify it
-    under the same terms as Perl itself.
-
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence 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'

Modified: trunk/libhtml-lint-perl/lib/HTML/Lint.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/lib/HTML/Lint.pm?rev=31441&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/lib/HTML/Lint.pm (original)
+++ trunk/libhtml-lint-perl/lib/HTML/Lint.pm Thu Mar  5 00:29:16 2009
@@ -11,11 +11,11 @@
 
 =head1 VERSION
 
-Version 2.04
-
-=cut
-
-our $VERSION = '2.04';
+Version 2.06
+
+=cut
+
+our $VERSION = '2.06';
 
 =head1 SYNOPSIS
 

Modified: trunk/libhtml-lint-perl/lib/HTML/Lint/HTML4.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/lib/HTML/Lint/HTML4.pm?rev=31441&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/lib/HTML/Lint/HTML4.pm (original)
+++ trunk/libhtml-lint-perl/lib/HTML/Lint/HTML4.pm Thu Mar  5 00:29:16 2009
@@ -62,7 +62,7 @@
     font        => _hash( @core, @i18n, qw( color face size ) ),
     form        => _hash( @std, qw( accept-charset action enctype method name onreset onsubmit target ) ),
     frame       => _hash( @core, qw( frameborder longdesc marginheight marginwidth name noresize scrolling src ) ),
-    frameset    => _hash( @core, qw( cols onload onunload rows ) ),
+    frameset    => _hash( @core, qw( cols onload onunload rows border bordercolor frameborder framespacing ) ),
     h1          => _hash( @std, qw( align ) ),
     h2          => _hash( @std, qw( align ) ),
     h3          => _hash( @std, qw( align ) ),
@@ -81,7 +81,6 @@
     legend      => _hash( @std, qw( accesskey align ) ),
     li          => _hash( @std, qw( type value ) ),
     'link'      => _hash( @std, qw( charset href hreflang media rel rev target type ) ),
-    listing     => _hash(),
     'map'       => _hash( @std, qw( name ) ),
     menu        => _hash( @std, qw( compact ) ),
     meta        => _hash( @i18n, qw( content http-equiv name scheme ) ),
@@ -100,7 +99,6 @@
     script      => _hash( qw( charset defer event for language src type ) ),
     'select'    => _hash( @std, qw( disabled multiple name onblur onchange onfocus size tabindex ) ),
     span        => _hash( @std ),
-    strong      => _hash(),
     style       => _hash( @i18n, qw( media title type ) ),
     table       => _hash( @std,
                     qw( align bgcolor border cellpadding cellspacing datapagesize frame rules summary width ),

Modified: trunk/libhtml-lint-perl/lib/Test/HTML/Lint.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/lib/Test/HTML/Lint.pm?rev=31441&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/lib/Test/HTML/Lint.pm (original)
+++ trunk/libhtml-lint-perl/lib/Test/HTML/Lint.pm Thu Mar  5 00:29:16 2009
@@ -6,7 +6,7 @@
 use Test::Builder;
 use Exporter;
 
-use HTML::Lint 2.04;
+use HTML::Lint 2.06;
 
 use vars qw( @ISA $VERSION @EXPORT );
 
@@ -18,11 +18,11 @@
 
 =head1 VERSION
 
-Version 2.04
+Version 2.06
 
 =cut
 
-$VERSION = '2.04';
+$VERSION = '2.06';
 
 my $Tester = Test::Builder->new;
 




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