[pg_comparator] 06/07: Add patches for new 'against' & 'below' typos.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jan 8 16:15:06 UTC 2016


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

sebastic pushed a commit to branch master
in repository pg_comparator.

commit 76cbc39d44a28dc06388b7eb9f778571ca2c1446
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 8 17:00:04 2016 +0100

    Add patches for new 'against' & 'below' typos.
---
 debian/changelog                  |  1 +
 debian/patches/against-typo.patch | 15 +++++++++++++++
 debian/patches/below-typo.patch   | 24 ++++++++++++++++++++++++
 debian/patches/series             |  2 ++
 4 files changed, 42 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e7b313e..64adb83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pg-comparator (2.2.6-2) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use HTTPS.
   * Don't install duplicate files for PostgreSQL 9.1.
   * Enable parallel builds.
+  * Add patches for new 'against' & 'below' typos.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 08 Jan 2016 11:01:33 +0100
 
diff --git a/debian/patches/against-typo.patch b/debian/patches/against-typo.patch
new file mode 100644
index 0000000..d40c07a
--- /dev/null
+++ b/debian/patches/against-typo.patch
@@ -0,0 +1,15 @@
+Description: Fix 'agains' typo, replace with 'against'.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: http://pgfoundry.org/tracker/index.php?func=detail&aid=1011537&group_id=1000037&atid=232
+
+--- a/pg_comparator
++++ b/pg_comparator
+@@ -236,7 +236,7 @@ when synchronizing, by chunks of the spe
+ 
+ Name prefix, possibly schema qualified, used for generated comparison tables
+ by appending numbers to it. Consider changing the prefix if you expect several
+-comparisons to run concurrently agains the same database.
++comparisons to run concurrently against the same database.
+ 
+ Default is C<pgc_cmp>. Cheksum tables is named C<pgc_cmp_1_0> and
+ C<pgc_cmp_2_0>, and summary tables are named by increasing the last number.
diff --git a/debian/patches/below-typo.patch b/debian/patches/below-typo.patch
new file mode 100644
index 0000000..7100063
--- /dev/null
+++ b/debian/patches/below-typo.patch
@@ -0,0 +1,24 @@
+Description: Fix 'bellow' typo, replace with 'below'.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: http://pgfoundry.org/tracker/index.php?func=detail&aid=1011537&group_id=1000037&atid=232
+
+--- a/pg_comparator
++++ b/pg_comparator
+@@ -4,7 +4,7 @@
+ #
+ # HELP 1: pg_comparator --man
+ # HELP 2: pod2text pg_comparator
+-# HELP 3: read pod stuff bellow with your favorite text viewer
++# HELP 3: read pod stuff below with your favorite text viewer
+ #
+ 
+ use strict;   # I don't like perl
+@@ -400,7 +400,7 @@ that does not necessary mean anything us
+ 
+   [driver://][login[:pass]@][host][:port]/[base/[[schema.]table[?key[:cols]]]]
+ 
+-See the EXAMPLES section bellow, and also the C<--source-*> options above.
++See the EXAMPLES section below, and also the C<--source-*> options above.
+ 
+ Note that some default value used by DBI drivers may be changed with
+ driver-specific environment variables, and that DBI also provides its own
diff --git a/debian/patches/series b/debian/patches/series
index a3b4f01..4ee668b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 allows-to-typo.patch
+against-typo.patch
+below-typo.patch

-- 
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