[pg_comparator] 06/10: Drop patches, applied upstream.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Aug 16 16:10:07 UTC 2015


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

sebastic pushed a commit to branch master
in repository pg_comparator.

commit 013d5446b894405854bf6679dde7c6fc70c6237e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Aug 16 17:42:35 2015 +0200

    Drop patches, applied upstream.
---
 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, 1 insertion(+), 82 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5e4123e..3e697dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pg-comparator (2.2.6-1) UNRELEASED; urgency=medium
     - Use BSD-3-Clause instead of BSD license shortname
     - Update copyright years
     - Add license & copyright for fnv.c
+  * Drop patches, applied upstream.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 16 Aug 2015 17:12:17 +0200
 
diff --git a/debian/patches/allows-one-to.patch b/debian/patches/allows-one-to.patch
deleted file mode 100644
index f71d170..0000000
--- a/debian/patches/allows-one-to.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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
deleted file mode 100644
index 17754c0..0000000
--- a/debian/patches/bandwidth-typo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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
deleted file mode 100644
index 7609137..0000000
--- a/debian/patches/explicitly-typo.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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
deleted file mode 100644
index 2467587..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 50e3ea8..0000000
--- a/debian/patches/software-typo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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