This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository epr-api.
commit 9e8115a1a59f67c84332bd635c5488a30549cce2 Author: Bas Couwenberg <[email protected]> Date: Sat May 7 00:18:12 2016 +0200 Add patch to fix spelling errors. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-errors.patch | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/debian/changelog b/debian/changelog index fb8b874..195215e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ epr-api (2.3~dev20150708-2) UNRELEASED; urgency=medium * Restructure control file with cme. * Enable parallel builds. * Enable bindnow hardening buildflags. + * Add patch to fix spelling errors. -- Bas Couwenberg <[email protected]> Sat, 27 Feb 2016 12:11:11 +0100 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..38edaa7 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..a570a10 --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,24 @@ +Description: Fix spelling errors. + foward -> forward +Author: Bas Couwenberg <[email protected]> + +--- a/src/epr_dddb.c ++++ b/src/epr_dddb.c +@@ -474,7 +474,7 @@ static const struct RecordDescriptor ATS + {"sd_67toa_cl_for", e_tid_short, "%/100", 2, "1", "Standard deviation of above"}, + {"sa_55toa_cl_for", e_tid_short, "%/100", 2, "1", "Spatially averaged 0.55 micron TOA reflectance of all cloudy pixels (forward view)"}, + {"sd_55toa_cl_for", e_tid_short, "%/100", 2, "1", "Standard deviation of above"}, +- {"fail_flag_for", e_tid_ushort, NULL, 2, "1", "Pixel threshold failure flags for averages, foward view"}, ++ {"fail_flag_for", e_tid_ushort, NULL, 2, "1", "Pixel threshold failure flags for averages, forward view"}, + {"pix_nsig_nad", e_tid_short, NULL, 2, "1", "Number of filled pixels (N-Sigma), nadir view"}, + {"pix_ss", e_tid_short, "%/100", 2, "1", "Percentage filled pixels over sea surface"}, + {"low_11bt_cl_nad", e_tid_short, "K/100", 2, "1", "Lowest 11 micron BT of all cloudy pixels, nadir view"}, +@@ -535,7 +535,7 @@ static const struct RecordDescriptor ATS + {"sa_87toa_cl_for", e_tid_short, "%/100", 2, "1", "Spatially averaged 0.87 micron TOA reflectance of all cloudy pixels (forward view)"}, + {"sa_67toa_cl_for", e_tid_short, "%/100", 2, "1", "Spatially averaged 0.67 micron TOA reflectance of all cloudy pixels (forward view)"}, + {"sa_55toa_cl_for", e_tid_short, "%/100", 2, "1", "Spatially averaged 0.55 micron TOA reflectance of all cloudy pixels (forward view)"}, +- {"fail_flag_for", e_tid_ushort, NULL, 2, "1", "Pixel threshold failure flags for averages, foward view"} ++ {"fail_flag_for", e_tid_ushort, NULL, 2, "1", "Pixel threshold failure flags for averages, forward view"} + }; + + static const struct RecordDescriptor ATS_AR__2P_MDSR_sst_large_aatsr_rec_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

