This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository grass.
commit b89037f32a0c61b7464d3f446c5580f129cdf09a Author: Bas Couwenberg <[email protected]> Date: Sat Apr 22 22:01:55 2017 +0200 Drop spelling-errors.patch, applied upstream. --- debian/changelog | 1 + debian/patches/series | 1 - debian/patches/spelling-errors.patch | 16 ---------------- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index a52a19d..5ce6475 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ grass (7.2.1~rc2-1) UNRELEASED; urgency=medium * New upstream release candidate. * Disable PIE on Ubuntu where it's still problematic. + * Drop spelling-errors.patch, applied upstream. -- Bas Couwenberg <[email protected]> Sat, 22 Apr 2017 21:54:45 +0200 diff --git a/debian/patches/series b/debian/patches/series index 74dbebd..e8223ff 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,4 +3,3 @@ instdir no-fail-html.patch appstream.patch jquery.patch -spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch deleted file mode 100644 index 1bf9010..0000000 --- a/debian/patches/spelling-errors.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Fix spelling errors. - * transation -> transaction -Author: Bas Couwenberg <[email protected]> -Forwarded: https://trac.osgeo.org/grass/ticket/3327 - ---- a/lib/vector/Vlib/build_ogr.c -+++ b/lib/vector/Vlib/build_ogr.c -@@ -76,7 +76,7 @@ int Vect_build_ogr(struct Map_info *Map, - if (OGR_L_TestCapability(ogr_info->layer, OLCTransactions)) { - CPLPushErrorHandler(CPLQuietErrorHandler); - if (OGR_L_CommitTransaction(ogr_info->layer) != OGRERR_NONE) -- G_debug(1, "Unable to commit transation"); -+ G_debug(1, "Unable to commit transaction"); - CPLPushErrorHandler(CPLDefaultErrorHandler); - } - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

