Skip to content
Commits on Source (4)
......@@ -6,6 +6,11 @@ epr-api (2.3~dev20150708-4) UNRELEASED; urgency=medium
- reformat (cme)
* debian/control
- drop the libepr-api2-dev tranistional dummy package
* set compat to 11
* debian/rules
- drop override_dh_auto_build in .PHONY
* debian/patches
- refresh and renumber all patches
[ Bas Couwenberg ]
* Bump Standards-Version to 4.1.3, no changes.
......
......@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 11),
cmake,
doxygen
Standards-Version: 4.1.3
......
Description: Fix spelling errors.
foward -> forward
Presense -> Presence
Author: Bas Couwenberg <sebastic@debian.org>
From: Bas Couwenberg <sebastic@debian.org>
Date: Sat, 10 Feb 2018 09:19:58 +0000
Subject: Fix spelling errors.
---
src/epr_dddb.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/epr_dddb.c b/src/epr_dddb.c
index fa0e231..dda9cfd 100644
--- a/src/epr_dddb.c
+++ b/src/epr_dddb.c
@@ -474,7 +474,7 @@ static const struct RecordDescriptor ATS
@@ -474,7 +474,7 @@ static const struct RecordDescriptor ATS_AR__2P_MDSR_sr_large_aatsr_rec_data[] =
{"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"},
......@@ -14,7 +19,7 @@ Author: Bas Couwenberg <sebastic@debian.org>
{"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
@@ -535,7 +535,7 @@ static const struct RecordDescriptor ATS_AR__2P_MDSR_sr_small_aatsr_rec_data[] =
{"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)"},
......@@ -23,7 +28,7 @@ Author: Bas Couwenberg <sebastic@debian.org>
};
static const struct RecordDescriptor ATS_AR__2P_MDSR_sst_large_aatsr_rec_data[] = {
@@ -4547,7 +4547,7 @@ static const struct FlagDescriptor MER_R
@@ -4547,7 +4547,7 @@ static const struct FlagDescriptor MER_RR__2P_flags_data[] = {
{"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)"},
......
spelling-errors.patch
0001-spelling-errors.patch
......@@ -31,5 +31,6 @@ get-orig-source:
uscan --force-download
.PHONY: get-orig-source override_dh_auto_configure override_dh_auto_build \
override_dh_compress override_dh_installchangelogs
.PHONY: get-orig-source override_dh_auto_configure override_dh_compress \
override_dh_installchangelogs