[pg_comparator] 04/06: Add patch to fix 'minimum' typo.

Bas Couwenberg sebastic at debian.org
Sat Sep 24 16:51:18 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 0f6526e0863841166e829a8224c8b160a2f23025
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Sep 24 18:42:33 2016 +0200

    Add patch to fix 'minimum' typo.
---
 debian/changelog                  |  1 +
 debian/patches/minimum-typo.patch | 15 +++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 80deb7a..7ffaae8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pg-comparator (2.2.6-3) UNRELEASED; urgency=medium
   * Update Vcs-Git URL to use HTTPS.
   * Update recommended dependencies for PostgreSQL 9.6.
   * Bump Standards-Version to 3.9.8, no changes.
+  * Add patch to fix 'minimum' typo.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 24 Sep 2016 18:17:29 +0200
 
diff --git a/debian/patches/minimum-typo.patch b/debian/patches/minimum-typo.patch
new file mode 100644
index 0000000..77c0e39
--- /dev/null
+++ b/debian/patches/minimum-typo.patch
@@ -0,0 +1,15 @@
+Description: Fix 'mimimum' typo, replace with 'minimum'.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: http://pgfoundry.org/tracker/index.php?func=detail&aid=1011629&group_id=1000037&atid=232
+
+--- a/pg_comparator
++++ b/pg_comparator
+@@ -203,7 +203,7 @@ option is ignored, otherwise the effort
+ the table size is known.
+ 
+ Default is to compute the maximum number of reported differences based on
+-the C<--max-ratio> option, with a mimimum of 100 differences allowed.
++the C<--max-ratio> option, with a minimum of 100 differences allowed.
+ 
+ =item C<--max-levels=0>
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4ee668b..85e8d0d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 allows-to-typo.patch
 against-typo.patch
 below-typo.patch
+minimum-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