[SCM] librdf-trine-perl Debian packaging branch, master, updated. debian/0.135-2-12-g0d39daf

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Dec 29 12:45:25 UTC 2011


The following commit has been merged in the master branch:
commit 0d39daf358ae70ead19360ad63386cc4c585876a
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Dec 29 13:30:56 2011 +0100

    added fix_pod_spelling.patch

diff --git a/debian/changelog b/debian/changelog
index efb312a..42180bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-librdf-trine-perl (0.137-1) UNRELEASED; urgency=low
+librdf-trine-perl (0.137-1) unstable; urgency=low
 
   [ Florian Schlichting ]
   * Imported Upstream version 0.137.
@@ -6,6 +6,7 @@ librdf-trine-perl (0.137-1) UNRELEASED; urgency=low
   * Updated dependencies.
   * Added myself to uploaders and copyright.
   * Made sure srx2csv and srx2table are only shipped as examples.
+  * Added fix_pod_spelling.patch.
 
   [ Jonas Smedegaard ]
   * Update copyright file: Quote licenses in comments.
@@ -14,7 +15,7 @@ librdf-trine-perl (0.137-1) UNRELEASED; urgency=low
   * Remove debian/source/local-options; abort-on-upstream-changes and
     unapply-patches are default in dpkg-source since 1.16.1.
 
- -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Tue, 20 Dec 2011 22:46:30 +0100
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Thu, 29 Dec 2011 13:32:57 +0100
 
 librdf-trine-perl (0.135-2) unstable; urgency=low
 
diff --git a/debian/patches/fix_pod_spelling.patch b/debian/patches/fix_pod_spelling.patch
new file mode 100644
index 0000000..be7cdd7
--- /dev/null
+++ b/debian/patches/fix_pod_spelling.patch
@@ -0,0 +1,48 @@
+Description: fix manpage spelling errors detected by lintian
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=73565
+
+--- a/lib/RDF/Trine/Exporter/CSV.pm
++++ b/lib/RDF/Trine/Exporter/CSV.pm
+@@ -43,7 +43,7 @@
+ =item C<< new ( sep_char => $sep_char, quote => $bool ) >>
+ 
+ Returns a new RDF::Trine::Exporter::CSV object. If C<< $sep_char >> is provided,
+-it is used as the seperator character in CSV serialization, otherwise a comma
++it is used as the separator character in CSV serialization, otherwise a comma
+ (",") is used.
+ 
+ =cut
+--- a/lib/RDF/Trine/Iterator/Graph.pm
++++ b/lib/RDF/Trine/Iterator/Graph.pm
+@@ -146,7 +146,7 @@
+ before serialization.
+ 
+ Uniqueness is opt-in for efficiency concerns -- this method requires O(n) memory,
+-and so may have noticable effects on large graphs.
++and so may have noticeable effects on large graphs.
+ 
+ =cut
+ 
+--- a/lib/RDF/Trine/Node/Literal.pm
++++ b/lib/RDF/Trine/Node/Literal.pm
+@@ -290,7 +290,7 @@
+ representation of the value C<< $string >>. Otherwise returns C<< $string >>.
+ 
+ Currently, xsd:integer, xsd:decimal, and xsd:boolean are canonicalized.
+-Additionaly, invalid lexical forms for xsd:float, xsd:double, and xsd:dateTime
++Additionally, invalid lexical forms for xsd:float, xsd:double, and xsd:dateTime
+ will trigger a warning.
+ 
+ =cut
+--- a/lib/Test/RDF/Trine/Store.pm
++++ b/lib/Test/RDF/Trine/Store.pm
+@@ -26,7 +26,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-This packages a few functions that you can call to test a
++This module packages a few functions that you can call to test a
+ L<RDF::Trine::Store>, also if it is outside of the main RDF-Trine
+ distribution.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7cfc98b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_pod_spelling.patch

-- 
librdf-trine-perl Debian packaging



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