This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gdal.
commit e0f9e8d11d248db71b58558210c9b0f0aa8c7ed4 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Tue Mar 8 23:59:22 2016 +0100 Add patch for 'message' typo. --- debian/changelog | 1 + debian/patches/message-typo.patch | 37 +++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 39 insertions(+) diff --git a/debian/changelog b/debian/changelog index b599237..4a24347 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gdal (2.0.2+dfsg-3) UNRELEASED; urgency=medium * Add patch to fix segfault when exiting with proper closing of datasource. (closes: #817146) + * Add patch for 'message' typo. -- Bas Couwenberg <sebas...@debian.org> Tue, 08 Mar 2016 22:50:58 +0100 diff --git a/debian/patches/message-typo.patch b/debian/patches/message-typo.patch new file mode 100644 index 0000000..cf00fe0 --- /dev/null +++ b/debian/patches/message-typo.patch @@ -0,0 +1,37 @@ +Description: Fix 'messge' typo, replace with 'message'. +Author: Bas Couwenberg <sebas...@debian.org> +Forwarded: not-needed + +--- a/frmts/grib/degrib18/g2clib-1.0.4/g2_addfield.c ++++ b/frmts/grib/degrib18/g2clib-1.0.4/g2_addfield.c +@@ -139,7 +139,7 @@ g2int g2_addfield(unsigned char *cgrib,g + // + if ( cgrib[0]!=G || cgrib[1]!=R || cgrib[2]!=I || cgrib[3]!=B ) { + printf("g2_addfield: GRIB not found in given message.\n"); +- printf("g2_addfield: Call to routine g2_create required to initialize GRIB messge.\n"); ++ printf("g2_addfield: Call to routine g2_create required to initialize GRIB message.\n"); + ierr=-1; + return(ierr); + } +--- a/frmts/grib/degrib18/g2clib-1.0.4/g2_addgrid.c ++++ b/frmts/grib/degrib18/g2clib-1.0.4/g2_addgrid.c +@@ -89,7 +89,7 @@ g2int g2_addgrid(unsigned char *cgrib,g2 + // + if ( cgrib[0]!=G || cgrib[1]!=R || cgrib[2]!=I || cgrib[3]!=B ) { + printf("g2_addgrid: GRIB not found in given message.\n"); +- printf("g2_addgrid: Call to routine gribcreate required to initialize GRIB messge.\n"); ++ printf("g2_addgrid: Call to routine gribcreate required to initialize GRIB message.\n"); + ierr=-1; + return(ierr); + } +--- a/frmts/grib/degrib18/g2clib-1.0.4/g2_addlocal.c ++++ b/frmts/grib/degrib18/g2clib-1.0.4/g2_addlocal.c +@@ -67,7 +67,7 @@ g2int g2_addlocal(unsigned char *cgrib,u + // + if ( cgrib[0]!=G || cgrib[1]!=R || cgrib[2]!=I || cgrib[3]!=B ) { + printf("g2_addlocal: GRIB not found in given message.\n"); +- printf("g2_addlocal: Call to routine g2_create required to initialize GRIB messge.\n"); ++ printf("g2_addlocal: Call to routine g2_create required to initialize GRIB message.\n"); + ierr=-1; + return(ierr); + } diff --git a/debian/patches/series b/debian/patches/series index 3a30d79..9196c96 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -21,3 +21,4 @@ sqlite-3.10.0 formatted-typo.patch remaining-typo.patch ogr-vrt-implement-CloseDependantDataset.patch +message-typo.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel