r61646 - in /trunk/libsgml-parser-opensp-perl: debian/changelog debian/control debian/copyright debian/rules lib/SGML/Parser/OpenSP.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Aug 16 08:07:37 UTC 2010


Author: periapt-guest
Date: Mon Aug 16 08:06:56 2010
New Revision: 61646

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61646
Log:
Acting on comments in changelog

Modified:
    trunk/libsgml-parser-opensp-perl/debian/changelog
    trunk/libsgml-parser-opensp-perl/debian/control
    trunk/libsgml-parser-opensp-perl/debian/copyright
    trunk/libsgml-parser-opensp-perl/debian/rules
    trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm

Modified: trunk/libsgml-parser-opensp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/debian/changelog?rev=61646&op=diff
==============================================================================
--- trunk/libsgml-parser-opensp-perl/debian/changelog (original)
+++ trunk/libsgml-parser-opensp-perl/debian/changelog Mon Aug 16 08:06:56 2010
@@ -1,13 +1,5 @@
 libsgml-parser-opensp-perl (0.994-1) UNRELEASED; urgency=low
 
-  TODO:
-  - two tests not being run under pbuilder, so add deps to B-D-I
-  - years missing from copyright
-  - maybe the .pl could be left executable in the examples dir?
-
   * Initial Release. (Closes: #590063)
-  * use 'GPL-1' not 'GPL' in debian/copyright
-  * Patched two incorrectly spelt words in the docs 
-  * Removed README from docs
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 10 Aug 2010 22:08:19 +0100

Modified: trunk/libsgml-parser-opensp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/debian/control?rev=61646&op=diff
==============================================================================
--- trunk/libsgml-parser-opensp-perl/debian/control (original)
+++ trunk/libsgml-parser-opensp-perl/debian/control Mon Aug 16 08:06:56 2010
@@ -1,7 +1,7 @@
 Source: libsgml-parser-opensp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), libclass-accessor-perl, libtest-exception-perl, perl, libosp-dev
+Build-Depends: debhelper (>= 7.0.50~), libclass-accessor-perl, libtest-exception-perl, perl, libosp-dev, libtest-pod-perl (>= 1.0), libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Standards-Version: 3.9.1

Modified: trunk/libsgml-parser-opensp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/debian/copyright?rev=61646&op=diff
==============================================================================
--- trunk/libsgml-parser-opensp-perl/debian/copyright (original)
+++ trunk/libsgml-parser-opensp-perl/debian/copyright Mon Aug 16 08:06:56 2010
@@ -4,7 +4,8 @@
 Name: SGML-Parser-OpenSP
 
 Files: *
-Copyright: Bjoern Hoehrmann <bjoern at hoehrmann.de>
+Copyright: 2003, Terje Bless <link at cpan.org>
+Copyright: 2006-2008, Bjoern Hoehrmann <bjoern at hoehrmann.de>
 License: Artistic or GPL-1+
 
 Files: debian/*

Modified: trunk/libsgml-parser-opensp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/debian/rules?rev=61646&op=diff
==============================================================================
--- trunk/libsgml-parser-opensp-perl/debian/rules (original)
+++ trunk/libsgml-parser-opensp-perl/debian/rules Mon Aug 16 08:06:56 2010
@@ -5,4 +5,5 @@
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod a-x debian/libsgml-parser-opensp-perl/usr/share/doc/libsgml-parser-opensp-perl/examples/*
+	chmod a-x debian/libsgml-parser-opensp-perl/usr/share/doc/libsgml-parser-opensp-perl/examples/*.xml
+	chmod a-x debian/libsgml-parser-opensp-perl/usr/share/doc/libsgml-parser-opensp-perl/examples/*.soc

Modified: trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm?rev=61646&op=diff
==============================================================================
--- trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm (original)
+++ trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm Mon Aug 16 08:06:56 2010
@@ -491,7 +491,7 @@
 
 =item refc 
 
-Warn about ommitted refc delimiters. 
+Warn about omitted refc delimiters. 
 
 =item temp-ms 
 
@@ -527,7 +527,7 @@
 
 =item missing-att-name 
 
-Warn about ommitted attribute names in start tags. 
+Warn about omitted attribute names in start tags. 
 
 =item comment-decl-s 
 
@@ -613,7 +613,7 @@
 
 =head1 PROCESSING FILES
 
-In order to start processing of a document and recieve events, the
+In order to start processing of a document and receive events, the
 C<parse> method must be called. It takes one argument specifying
 the path to a file (not a file handle). You must set an event handler
 using the C<handler> method prior to using this method. The return




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