[SCM] Debian packaging of libopenoffice-oodoc-perl branch, master, updated. 1f51433aac33efdad79b2a9127364c23f56e3913

gregor herrmann gregoa at debian.org
Fri May 4 18:55:39 UTC 2012


The following commit has been merged in the master branch:
commit 427175bd751572d3a3a110807ce5a2276d1038b2
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 4 20:53:31 2012 +0200

    Add spelling.patch.

diff --git a/debian/patches/series b/debian/patches/series
index 48ad9d6..864a169 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-pod-errors.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..4f27db6
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,96 @@
+Description: spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=76996
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=76996
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-05-04
+
+--- a/OODoc/Image.pod
++++ b/OODoc/Image.pod
+@@ -10,7 +10,7 @@
+ size and position of an image and exchange its content outside the
+ document.
+ 
+-This class should not be explictly used in an ordinary application, because
++This class should not be explicitly used in an ordinary application, because
+ all its features are available in the OpenOffice::OODoc::Document class, in
+ combination with other features. So, each time an application needs to get
+ an image-focused access to a document, it should use the general odfDocument()
+--- a/OODoc/Intro.pod
++++ b/OODoc/Intro.pod
+@@ -316,7 +316,7 @@
+         $doc->setText($element, "A new text content");
+         $doc->setAttribute($element, 'style name' => "Text Body Style");
+ 
+-The same layer of the API allows to append of insert new elements. The next
++The same layer of the API allows one to append of insert new elements. The next
+ example demonstrates the use of appendElement(); it creates a new paragraph with
+ given text and style and appends it to the existing content:
+ 
+--- a/OODoc/Meta.pod
++++ b/OODoc/Meta.pod
+@@ -250,7 +250,7 @@
+ 			type => 'float', value => 5.4
+ 			);
+ 	
+-        The 'type' option allows to change the data type of an existing user-
++        The 'type' option allows one to change the data type of an existing user-
+         defined property. However, if a new property is created without 'type'
+         option, the 'string' type is selected by default.
+ 
+--- a/OODoc/Text.pod
++++ b/OODoc/Text.pod
+@@ -2688,13 +2688,13 @@
+         arguments are the target element (generally a paragraph) and a
+         mandatory identifier (that should be unique).
+         
+-        A 'type' parameter allows to select the type of index; possible
++        A 'type' parameter allows one to select the type of index; possible
+         values are 'alphabetical-index' or 'toc' (the last one stands for
+         "table of contents index mark"). The default is 'alphabetical-index'
+         (it may be wrote 'alphabetical index', knowing that every space is
+         automatically interpreted as a '-').
+         
+-        A 'content' parameter allows to specify an expression; the first
++        A 'content' parameter allows one to specify an expression; the first
+         substring in the element that matches this expression will become the
+         indexed substring. It's possible to restrict the search area using a
+         'offset' option, a positive or negative integer; a positive value means
+@@ -2738,7 +2738,7 @@
+         parameters, each one being a hash, just like with the second form of
+         setBookmark() that created a range bookmark, with a restriction: 
+ 
+-        The 'start' and 'end' optional parameters allows to specify the start
++        The 'start' and 'end' optional parameters allows one to specify the start
+         and the end positions of the index mark. Each one is a hash that may
+         contain the same options as with setBookmark() described below, namely
+         'offset', 'before', 'after', 'replace', and 'way', with the exception
+--- a/OODoc/XPath.pod
++++ b/OODoc/XPath.pod
+@@ -1772,7 +1772,7 @@
+         containing the given value. If the value is omitted, then returns the
+         first (or only) element that owns the attribute whatever the value.
+         
+-        The context optional argument allows to restrict the search space to
++        The context optional argument allows one to restrict the search space to
+         a given container. The last optional argument, if set, is a positive
+         integer that specifies the index of the required element if more than
+         one element match the other conditions (beware: if the specified
+@@ -1932,7 +1932,7 @@
+         
+         By default, the new element is created without text and attributes.
+         However, an initial content may be provided through a 'text' optional
+-        parameter. In addition, a 'attributes' option  allows to provide a set
++        parameter. In addition, a 'attributes' option  allows one to provide a set
+         of attributes for the new element as a hash reference; note that every
+         attribute name provided without namespace prefix is automatically
+         concatenated with the same namespace prefix as the given element name.
+@@ -2172,7 +2172,7 @@
+         
+         If (and only if) the 'context' parameter is set (meaning that the whole
+         text content between the marks belongs to the same element), a
+-        'content' optional parameter allows to provide an expression; if so,
++        'content' optional parameter allows one to provide an expression; if so,
+         the setRangeMark() will look for the first substring that matches this
+         expression in the target element, and in case of success the range marks
+         will be inserted at the beginning and the end of this substring. The

-- 
Debian packaging of libopenoffice-oodoc-perl



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