This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw.
commit 30d3b8a8faab9f5f247bdd71786fb16c7ffa4a25 Author: Christoph Berg <[email protected]> Date: Tue Oct 3 11:47:25 2017 +0200 Remove typos.patch. --- debian/changelog | 1 + debian/patches/series | 1 - debian/patches/typos.patch | 23 ----------------------- 3 files changed, 1 insertion(+), 24 deletions(-) diff --git a/debian/changelog b/debian/changelog index fc9d2fa..c36fe87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium * New upstream version with PostgreSQL 10 support. + * Remove typos.patch. * Add myself to Uploaders. * Bump S-V; no changes. diff --git a/debian/patches/series b/debian/patches/series index 10637e4..e1652b3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -typos.patch install.patch diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch deleted file mode 100644 index fdc5dfa..0000000 --- a/debian/patches/typos.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 5becc49208462f65258cb57d4fb28c0ed0536d7b Mon Sep 17 00:00:00 2001 -From: Michael Fladischer <[email protected]> -Date: Mon, 13 Feb 2017 09:40:54 +0100 -Subject: [PATCH] Fix typo conect -> connect. - -This was spotted by lintian during a Debian package build. ---- - ogr_fdw_info.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ogr_fdw_info.c b/ogr_fdw_info.c -index 4a59041..5bf2b1b 100644 ---- a/ogr_fdw_info.c -+++ b/ogr_fdw_info.c -@@ -154,7 +154,7 @@ ogrListLayers(const char *source) - - if ( ! ogr_ds ) - { -- CPLError(CE_Failure, CPLE_AppDefined, "Could not conect to source '%s'", source); -+ CPLError(CE_Failure, CPLE_AppDefined, "Could not connect to source '%s'", source); - return OGRERR_FAILURE; - } - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

