[pg_comparator] 03/03: Add patches to fix various typos.

Bas Couwenberg sebastic at xs4all.nl
Wed Aug 13 16:13:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository pg_comparator.

commit bcedadd005b8194030628a4b7b6bb7c75679a923
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Aug 13 17:46:34 2014 +0200

    Add patches to fix various typos.
---
 debian/changelog                     |  1 +
 debian/patches/allows-one-to.patch   | 24 ++++++++++++++++++++++++
 debian/patches/bandwidth-typo.patch  | 15 +++++++++++++++
 debian/patches/explicitly-typo.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                |  4 ++++
 debian/patches/software-typo.patch   | 15 +++++++++++++++
 6 files changed, 83 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a12ffe8..5b7c47c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pg-comparator (2.2.5-2) UNRELEASED; urgency=medium
     postgresql-server-dev-all.
     (closes: #757960)
   * Add gbp.conf to use pristine-tar by default.
+  * Add patches to fix various typos.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 13 Aug 2014 17:17:48 +0200
 
diff --git a/debian/patches/allows-one-to.patch b/debian/patches/allows-one-to.patch
new file mode 100644
index 0000000..f71d170
--- /dev/null
+++ b/debian/patches/allows-one-to.patch
@@ -0,0 +1,24 @@
+Description: Fix 'allows to' typo, replace with 'allows one to' and 'allows'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Forwarded: http://pgfoundry.org/tracker/index.php?func=detail&aid=1011446&group_id=1000037&atid=232
+
+--- a/pg_comparator
++++ b/pg_comparator
+@@ -144,7 +144,7 @@ This option is only used for non regress
+ 
+ Folding factor: log2 of the number of rows grouped together at each stage,
+ starting from the leaves so that the first round always groups as many records
+-as possible. The power of two allows to use masked computations.
++as possible. The power of two allows one to use masked computations.
+ The minimum value of 1 builds a binary tree.
+ 
+ Default folding factor log2 is B<7>, i.e. size 128 folds.
+@@ -207,7 +207,7 @@ the C<--max-ratio> option, with a mimimu
+ 
+ =item C<--max-levels=0>
+ 
+-Maximum number of levels used. Allows to cut-off folding. 0 means no cut-off.
++Maximum number of levels used. Allows cutting-off folding. 0 means no cut-off.
+ Setting a value of 1 would only use the checksum table, without summaries.
+ A value of 3 or 4 would be raisonable, as the last levels of the tree are
+ nice for the theoretical complexity formula, but do not improve performance
diff --git a/debian/patches/bandwidth-typo.patch b/debian/patches/bandwidth-typo.patch
new file mode 100644
index 0000000..17754c0
--- /dev/null
+++ b/debian/patches/bandwidth-typo.patch
@@ -0,0 +1,15 @@
+Description: Fix 'bandwith' typo, replace with 'bandwidth'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Forwarded: http://pgfoundry.org/tracker/index.php?func=detail&aid=1011447&group_id=1000037&atid=232
+
+--- a/pg_comparator
++++ b/pg_comparator
+@@ -1012,7 +1012,7 @@ L<xSQL Software Data Compare|http://www.
+ =head1 TESTS
+ 
+ The paper reports numerous performance tests with PostgreSQL under various
+-bandwith constraints.
++bandwidth constraints.
+ 
+ Moreover, non regression tests are run over randomly generated tables
+ when the software is upgraded:
diff --git a/debian/patches/explicitly-typo.patch b/debian/patches/explicitly-typo.patch
new file mode 100644
index 0000000..7609137
--- /dev/null
+++ b/debian/patches/explicitly-typo.patch
@@ -0,0 +1,24 @@
+Description: Fix 'explicitely' typo, replace with 'explicitly'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Forwarded: http://pgfoundry.org/tracker/index.php?func=detail&aid=1011448&group_id=1000037&atid=232
+
+--- a/pg_comparator
++++ b/pg_comparator
+@@ -116,7 +116,7 @@ Note that they are dropped implicitly by
+ is closed as they are temporary, see C<-(-no)-temporary> option.
+ This option is useful for debugging.
+ 
+-Default is B<not> to clear explicitely the checksum and summary tables,
++Default is B<not> to clear explicitly the checksum and summary tables,
+ as it is not needed.
+ 
+ =item C<--debug> or C<-d>
+@@ -169,7 +169,7 @@ Default is to build both key and tuple c
+ =item C<--lock>, C<--no-lock>
+ 
+ Whether to lock tables.
+-Setting the option explicitely overrides the default one way or another.
++Setting the option explicitly overrides the default one way or another.
+ For PostgreSQL, this option requires C<--transaction>, which is enabled by
+ default.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2467587
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,4 @@
+explicitly-typo.patch
+bandwidth-typo.patch
+software-typo.patch
+allows-one-to.patch
diff --git a/debian/patches/software-typo.patch b/debian/patches/software-typo.patch
new file mode 100644
index 0000000..50e3ea8
--- /dev/null
+++ b/debian/patches/software-typo.patch
@@ -0,0 +1,15 @@
+Description: Fix 'softwares' typo, replace with 'software'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Forwarded: http://pgfoundry.org/tracker/index.php?func=detail&aid=1011449&group_id=1000037&atid=232
+
+--- a/pg_comparator
++++ b/pg_comparator
+@@ -1064,7 +1064,7 @@ null handling, foldings, number of key a
+ 
+ =head1 BUGS
+ 
+-All softwares have bugs. This is a software, hence it has bugs.
++All software have bugs. This is a software, hence it has bugs.
+ 
+ Reporting bugs is good practice, so tell me if you find one.
+ If you have a fix, this is even better!

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pg_comparator.git



More information about the Pkg-grass-devel mailing list