This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository hdf4.
commit c9f2dd620558026b094858293d612cd9b7ae5b4c Author: Bas Couwenberg <[email protected]> Date: Thu Apr 27 12:42:16 2017 +0200 Update spelling-errors.patch to fix 'conversion' typo. --- debian/changelog | 1 + debian/patches/spelling-errors.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index b45428f..762c930 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libhdf4 (4.2.12-3) UNRELEASED; urgency=medium * Team upload. * Fix symlink to directory conversion that happened in squeeze. (closes: #861303) + * Update spelling-errors.patch to fix 'conversion' typo. -- Bas Couwenberg <[email protected]> Thu, 27 Apr 2017 11:53:47 +0200 diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch index 99ec299..61f39eb 100644 --- a/debian/patches/spelling-errors.patch +++ b/debian/patches/spelling-errors.patch @@ -8,6 +8,7 @@ Description: Fix spelling errors. inadvertantly -> inadvertently syncronize -> synchronize existant -> existent + converion -> conversion Author: Bas Couwenberg <[email protected]> --- a/hdf/util/gif2hdf.c @@ -478,3 +479,14 @@ Author: Bas Couwenberg <[email protected]> num_errs++; } +--- a/hdf/util/hdf8to24.c ++++ b/hdf/util/hdf8to24.c +@@ -266,7 +266,7 @@ main(int argc, char *argv[]) + } /* end if */ + } /* end if */ + else +- printf("No palette associated with image, using default grey scale converion\n"); ++ printf("No palette associated with image, using default grey scale conversion\n"); + + if (DFR8getimage(argv[file], img_buf, xdim, ydim, (ispal ? pal_buf : NULL)) == FAIL) + { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

