This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository epr-api.
commit e1d2972f40813ba64f9f1f9eeb5b611221ade802 Author: Bas Couwenberg <[email protected]> Date: Sun Jun 25 16:33:48 2017 +0200 Update spelling-errors.patch to fix 'Presence' typo. --- debian/changelog | 1 + debian/patches/spelling-errors.patch | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f63e989..6a15dff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ epr-api (2.3~dev20150708-3) UNRELEASED; urgency=medium * Enable PIE hardening buildflags. * Bump Standards-Version to 4.0.0, no changes. * Add autopkgtest to test installability. + * Update spelling-errors.patch to fix 'Presence' typo. -- Bas Couwenberg <[email protected]> Sun, 25 Jun 2017 15:49:38 +0200 diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch index a570a10..e049bc3 100644 --- a/debian/patches/spelling-errors.patch +++ b/debian/patches/spelling-errors.patch @@ -1,5 +1,6 @@ Description: Fix spelling errors. - foward -> forward + foward -> forward + Presense -> Presence Author: Bas Couwenberg <[email protected]> --- a/src/epr_dddb.c @@ -22,3 +23,12 @@ Author: Bas Couwenberg <[email protected]> }; static const struct RecordDescriptor ATS_AR__2P_MDSR_sst_large_aatsr_rec_data[] = { +@@ -4547,7 +4547,7 @@ static const struct FlagDescriptor MER_R + {"TOAVI_INVAL_REC", 2, {2, 23}, "Invalid rectification (land)"}, + {"LOW_SUN", 1, {1, 0}, "Sun low above horizon (or conversely high sun zenith angle)"}, + {"LOW_PRESSURE", 1, {0, 0}, "Computed pressure is lower than ECMWF one (land, cloud)"}, +- {"WHITE_SCATTERER", 2, {0, 21}, "Presense of white scatterer in water"} ++ {"WHITE_SCATTERER", 2, {0, 21}, "Presence of white scatterer in water"} + }; + + static const struct FlagDescriptor MER_RR__2P_flags_IODD6_data[] = { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/epr-api.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

