[SCM] Packaging of DBIx::DBStag in Debian branch, master, updated. upstream/0.12-25-gdc2199a

Olivier Sallou olivier.sallou at irisa.fr
Fri Oct 14 15:00:21 UTC 2011


The following commit has been merged in the master branch:
commit 90eb02a85a6dd881a910c449c5e7d221dd8c2725
Author: Olivier Sallou <olivier.sallou at irisa.fr>
Date:   Fri Oct 14 16:55:01 2011 +0200

    add patch for spelling errors

diff --git a/debian/patches/fix_spelling b/debian/patches/fix_spelling
new file mode 100644
index 0000000..3f24761
--- /dev/null
+++ b/debian/patches/fix_spelling
@@ -0,0 +1,56 @@
+Author: Olivier Sallou <olivier.sallou at irisa.fr>
+Subject: Fix some spelling errors
+Last-Updated: 14-10-2011
+Description:
+Remove spelling errors from man pages
+--- a/DBIx/DBStag.pm
++++ b/DBIx/DBStag.pm
+@@ -4048,7 +4048,7 @@
+ the API level.
+ 
+ The default algorithm is to nest each relation element under the
+-relation element preceeding it in the FROM clause; for instance:
++relation element preceding it in the FROM clause; for instance:
+ 
+   SELECT * FROM a NATURAL JOIN b NATURAL JOIN c
+ 
+@@ -4084,7 +4084,7 @@
+  
+ Now b and c are siblings in the tree. The algorithm is similar to
+ before: nest each relation element under the relation element
+-preceeding it; or, if the preceeding item in the FROM clause is a
++preceding it; or, if the preceding item in the FROM clause is a
+ bracketed structure, nest it under the first relational element in the
+ bracketed structure.
+ 
+--- a/scripts/selectall_xml.pl
++++ b/scripts/selectall_xml.pl
+@@ -398,7 +398,7 @@
+ 
+ =item DBSTAG_TEMPLATE_DIRS
+ 
+-list of directories (seperated by B<:>s) to be searched when templates
++list of directories (separated by B<:>s) to be searched when templates
+ are requested
+ 
+ =back
+@@ -462,7 +462,7 @@
+ 
+ sometimes it is preferable to return the results as a table rather
+ than xml or a similar nested structure. specifying -rows will fetch a
+-table, one line per row, and columns seperated by tabs
++table, one line per row, and columns separated by tabs
+ 
+ =item -pre SQL
+ 
+--- a/scripts/stag-storenode.pl
++++ b/scripts/stag-storenode.pl
+@@ -351,7 +351,7 @@
+ 
+   stag-storenode.pl -u movie -d 'dbi:Pg:mydb' data.mog.xml
+ 
+-You generally dont need extra metadata here; everything can be
++You generally don't need extra metadata here; everything can be
+ infered by introspecting the database.
+ 
+ The -u|unit switch controls when transactions are committed

-- 
Packaging of DBIx::DBStag in Debian



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