r77194 - in /trunk/libxml-libxml-perl: ./ debian/ lib/XML/LibXML/

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Thu Jul 7 16:54:27 UTC 2011


Author: ghedo-guest
Date: Thu Jul  7 16:54:25 2011
New Revision: 77194

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77194
Log:
* Remove examples without license and/or copyright:
  - Update repack.local and README.source with removed files
  - Use +dfsg version suffix
  - Disable tests that use those files

Modified:
    trunk/libxml-libxml-perl/LibXML.pod
    trunk/libxml-libxml-perl/debian/README.source
    trunk/libxml-libxml-perl/debian/changelog
    trunk/libxml-libxml-perl/debian/repack.local
    trunk/libxml-libxml-perl/debian/rules
    trunk/libxml-libxml-perl/lib/XML/LibXML/Document.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/InputCallback.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/PI.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/Parser.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/RelaxNG.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/Schema.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/Text.pod

Modified: trunk/libxml-libxml-perl/LibXML.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/LibXML.pod?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/LibXML.pod (original)
+++ trunk/libxml-libxml-perl/LibXML.pod Thu Jul  7 16:54:25 2011
@@ -479,7 +479,7 @@
 
   $gdomenode = XML::LibXML->export_GDOME( $node, $deep );
 
-Allows to clone an XML::LibXML node into a XML::GDOME node.
+Allows one to clone an XML::LibXML node into a XML::GDOME node.
 
 
 

Modified: trunk/libxml-libxml-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/README.source?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/README.source (original)
+++ trunk/libxml-libxml-perl/debian/README.source Thu Jul  7 16:54:25 2011
@@ -1,3 +1,6 @@
 The original tarball is repackaged, in order to remove the shipped debian/
-directory and the references to it in MANIFEST. To ease the creation of a
-new tarball repack.stub can be used, which is also called by uscan(1).
+directory, the files example/thedieline.rss, example/JBR-ALLENtrees.htm,
+example/yahoo-finance-html-with-errors.html and
+example/yahoo-finance-html-with-errors.html (because of missing copyright and/or
+license) and the references to them in MANIFEST. To ease the creation of a new
+tarball repack.stub can be used, which is also called by uscan(1).

Modified: trunk/libxml-libxml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/changelog?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/changelog (original)
+++ trunk/libxml-libxml-perl/debian/changelog Thu Jul  7 16:54:25 2011
@@ -1,19 +1,11 @@
 libxml-libxml-perl (1.77.ds-1) UNRELEASED; urgency=low
 
-  TODO:
-  - d/copyright:
-    + the difficult part:
-      three new third-party files: example/thedieline.rss,
-      example/JBR-ALLENtrees.htm, example/yahoo-finance-html-with-errors.html
-      example/yahoo-finance-html-with-errors.html has a copyright and no
-      license; the others have neither copyright nor license.
-      so we can't distribute all of them. probably.
-      so: either find out info; or add them to the repackaing etc.
-      (no fun, at least one is used in tests)
-      this needs more checks and work ...
-
   * New upstream release
   * Update copyright entry for Shlomi Fish with new tests
+  * Remove examples without license and/or copyright:
+    - Update repack.local and README.source with removed files
+    - Use +dfsg version suffix
+    - Disable tests that use those files
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Thu, 07 Jul 2011 18:36:15 +0200
 

Modified: trunk/libxml-libxml-perl/debian/repack.local
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/repack.local?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/repack.local (original)
+++ trunk/libxml-libxml-perl/debian/repack.local Thu Jul  7 16:54:25 2011
@@ -1,3 +1,7 @@
 MANIFEST=1
-SUFFIX=.ds
+SUFFIX=+dfsg
 rm debian
+rm example/thedieline.rss
+rm example/JBR-ALLENtrees.htm
+rm example/yahoo-finance-html-with-errors.html
+rm example/yahoo-finance-html-with-errors.html

Modified: trunk/libxml-libxml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/rules?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/rules (original)
+++ trunk/libxml-libxml-perl/debian/rules Thu Jul  7 16:54:25 2011
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-TEST_FILES = $(filter-out t/01basic.t,$(shell echo t/*.t))
+SKIP_TESTS = t/01basic.t t/49_load_html.t t/19die_on_invalid_utf8_rt_58848.t t/60error_prev_chain.t
+TEST_FILES = $(filter-out $(SKIP_TESTS), $(shell echo t/*.t))
 
 %:
 	dh $@

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/Document.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/Document.pod?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/Document.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/Document.pod Thu Jul  7 16:54:25 2011
@@ -180,7 +180,7 @@
 
   $doc->setEncoding($new_encoding);
 
-This method allows to change the declaration of encoding in the XML declaration
+This method allows one to change the declaration of encoding in the XML declaration
 of the document. The value also affects the encoding in which the document is
 serialized to XML by $doc->toString(). Use setEncoding() to remove the encoding
 declaration. 

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/InputCallback.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/InputCallback.pod?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/InputCallback.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/InputCallback.pod Thu Jul  7 16:54:25 2011
@@ -73,7 +73,7 @@
 Callback groups are implemented as a stack (Array), each entry holds a
 reference to an array of the callbacks. For the libxml2 library, the
 XML::LibXML::InputCallback callback implementation appears as one single
-callback group. The Perl implementation however allows to manage different
+callback group. The Perl implementation however allows one to manage different
 callback stacks on a per libxml2-parser basis.
 
 

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/PI.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/PI.pod?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/PI.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/PI.pod Thu Jul  7 16:54:25 2011
@@ -56,7 +56,7 @@
   $pinode->setData( $data_string );
   $pinode->setData( name=>string_value [...] );
 
-This method allows to change the content data of a PI. Additionally to the
+This method allows one to change the content data of a PI. Additionally to the
 interface specified for DOM Level2, the method provides a named parameter
 interface to set the data. This parameter list is converted into a string
 before it is appended to the PI.

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/Parser.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/Parser.pod?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/Parser.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/Parser.pod Thu Jul  7 16:54:25 2011
@@ -222,7 +222,7 @@
 =back
 
 By default XML::LibXML does not process XInclude tags within a XML Document
-(see options section below). XML::LibXML allows to post process a document to
+(see options section below). XML::LibXML allows one to post process a document to
 expand XInclude tags.
 
 =over 4
@@ -621,7 +621,7 @@
 errors. 
 
 IMPORTANT: Due to limitations in the libxml2 library line numbers greater than
-65535 will be returned as 65535. Unfortunatelly, this is a long and sad story,
+65535 will be returned as 65535. Unfortunately, this is a long and sad story,
 please see L<<<<<< http://bugzilla.gnome.org/show_bug.cgi?id=325533 >>>>>> for more details. 
 
 

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/RelaxNG.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/RelaxNG.pod?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/RelaxNG.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/RelaxNG.pod Thu Jul  7 16:54:25 2011
@@ -36,11 +36,11 @@
 a validation schema. It is important, that each schema only have a single
 source.
 
-The location parameter allows to parse a schema from the filesystem or a URL.
+The location parameter allows one to parse a schema from the filesystem or a URL.
 
 The string parameter will parse the schema from the given XML string.
 
-The DOM parameter allows to parse the schema from a pre-parsed L<<<<<< XML::LibXML::Document >>>>>>.
+The DOM parameter allows one to parse the schema from a pre-parsed L<<<<<< XML::LibXML::Document >>>>>>.
 
 Note that the constructor will die() if the schema does not meed the
 constraints of the RelaxNG specification.
@@ -50,7 +50,7 @@
 
   eval { $rngschema->validate( $doc ); };
 
-This function allows to validate a (parsed) document against the given RelaxNG
+This function allows one to validate a (parsed) document against the given RelaxNG
 schema. The argument of this function should be a XML::LibXML::Document object.
 If this function succeeds, it will return 0, otherwise it will die() and report
 the errors found. Because of this validate() should be always evaluated.

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/Schema.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/Schema.pod?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/Schema.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/Schema.pod Thu Jul  7 16:54:25 2011
@@ -35,7 +35,7 @@
 a validation schema. It is important, that each schema only have a single
 source.
 
-The location parameter allows to parse a schema from the filesystem or a URL.
+The location parameter allows one to parse a schema from the filesystem or a URL.
 
 The string parameter will parse the schema from the given XML string.
 
@@ -47,7 +47,7 @@
 
   eval { $xmlschema->validate( $doc ); };
 
-This function allows to validate a (parsed) document against the given XML
+This function allows one to validate a (parsed) document against the given XML
 Schema. The argument of this function should be a L<<<<<< XML::LibXML::Document >>>>>> object. If this function succeeds, it will return 0, otherwise it will die()
 and report the errors found. Because of this validate() should be always
 evaluated.

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/Text.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/Text.pod?rev=77194&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/Text.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/Text.pod Thu Jul  7 16:54:25 2011
@@ -136,14 +136,14 @@
 
 The more programmer friendly version of replaceData() :)
 
-Instead of giving offsets and length one can specify the exact string (I<<<<<< $oldstring >>>>>>) to be replaced. Additionally the I<<<<<< $all >>>>>> flag allows to replace all occurrences of I<<<<<< $oldstring >>>>>>.
+Instead of giving offsets and length one can specify the exact string (I<<<<<< $oldstring >>>>>>) to be replaced. Additionally the I<<<<<< $all >>>>>> flag allows one to replace all occurrences of I<<<<<< $oldstring >>>>>>.
 
 
 =item replaceDataRegEx( $search_cond, $replace_cond, $reflags )
 
   $text->replaceDataRegEx( $search_cond, $replace_cond, $reflags );
 
-This method replaces the node's data by a C<<<<<< simple >>>>>> regular expression. Optional, this function allows to pass some flags that will
+This method replaces the node's data by a C<<<<<< simple >>>>>> regular expression. Optional, this function allows one to pass some flags that will
 be added as flag to the replace statement.
 
 I<<<<<< NOTE: >>>>>> This is a shortcut for




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