This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pg_comparator.
commit f24568ba1b7e2289a8d6eb39b24180c74fa58eb0 Author: Bas Couwenberg <[email protected]> Date: Fri Jul 7 10:52:41 2017 +0200 Update spelling error patches to fix new issues too. --- debian/changelog | 1 + debian/patches/allows-to-typo.patch | 9 +++++++++ debian/patches/checksum-typo.patch | 14 ++++++++++++++ debian/patches/series | 1 + 4 files changed, 25 insertions(+) diff --git a/debian/changelog b/debian/changelog index fe0be5e..8611b7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ pg-comparator (2.3.0-1) UNRELEASED; urgency=medium * Update copyright years for Fabien Coelho. * Add patch to not remove pg_comparator script in clean target. * Add patch to create extension control file. + * Update spelling error patches to fix new issues too. -- Bas Couwenberg <[email protected]> Fri, 07 Jul 2017 09:22:36 +0200 diff --git a/debian/patches/allows-to-typo.patch b/debian/patches/allows-to-typo.patch index 310638a..0dd3c36 100644 --- a/debian/patches/allows-to-typo.patch +++ b/debian/patches/allows-to-typo.patch @@ -13,3 +13,12 @@ Forwarded: http://pgfoundry.org/tracker/?func=detail&group_id=1000037&aid=101144 Short one-letter options are also available, usually with the first letter of the option name. +@@ -1195,7 +1195,7 @@ Add an option to avoid IN (x,y,...) synt + to hold values and use a JOIN on that. I'm not sure about the performance + implications, though. + +-Allow to generate the SQL update script without applying it. ++Allow generating the SQL update script without applying it. + + Option to generate more compact updates, i.e. only update attributes with + different values. diff --git a/debian/patches/checksum-typo.patch b/debian/patches/checksum-typo.patch new file mode 100644 index 0000000..0abaa95 --- /dev/null +++ b/debian/patches/checksum-typo.patch @@ -0,0 +1,14 @@ +Description: Fix 'Cheksum' typo, replace with 'Checksum'. +Author: Bas Couwenberg <[email protected]> + +--- a/pg_comparator ++++ b/pg_comparator +@@ -242,7 +242,7 @@ Name prefix, possibly schema qualified, + by appending numbers to it. Consider changing the prefix if you expect several + comparisons to run concurrently against the same database. + +-Default is C<pgc_cmp>. Cheksum tables is named C<pgc_cmp_1_0> and ++Default is C<pgc_cmp>. Checksum tables is named C<pgc_cmp_1_0> and + C<pgc_cmp_2_0>, and summary tables are named by increasing the last number. + + =item C<--report>, C<--no-report> diff --git a/debian/patches/series b/debian/patches/series index c68d963..49eb56a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ below-typo.patch minimum-typo.patch make-clean.patch extension-control.patch +checksum-typo.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pg_comparator.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

