[Git][debian-gis-team/epr-api][master] 4 commits: Set compat to 11

Antonio Valentino gitlab at salsa.debian.org
Sat Feb 10 09:28:27 UTC 2018


Antonio Valentino pushed to branch master at Debian GIS Project / epr-api


Commits:
bffdbbec by Antonio Valentino at 2018-02-10T09:01:01+00:00
Set compat to 11

- - - - -
07d3b537 by Antonio Valentino at 2018-02-10T09:17:47+00:00
Drop override_dh_auto_build in .PHONY

- - - - -
a65742a3 by Antonio Valentino at 2018-02-10T09:19:49+00:00
Update spelling-errors.path description

- - - - -
e79650ba by Antonio Valentino at 2018-02-10T09:21:35+00:00
Refresh and renumber all patches

- - - - -


6 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/patches/spelling-errors.patch → debian/patches/0001-spelling-errors.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11),
                cmake,
                doxygen
 Standards-Version: 4.1.3


=====================================
debian/patches/spelling-errors.patch → debian/patches/0001-spelling-errors.patch
=====================================
--- a/debian/patches/spelling-errors.patch
+++ b/debian/patches/0001-spelling-errors.patch
@@ -1,11 +1,16 @@
-Description: Fix spelling errors.
- foward   -> forward
- Presense -> Presence
-Author: Bas Couwenberg <sebastic at debian.org>
+From: Bas Couwenberg <sebastic at 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 at 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 at 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)"},


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-spelling-errors.patch
+0001-spelling-errors.patch


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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
+



View it on GitLab: https://salsa.debian.org/debian-gis-team/epr-api/compare/9a8e204d8639061f188caad3375703d6f5ff639d...e79650bacf2a937e11ec30fbabd0ec1ec24e106e

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/epr-api/compare/9a8e204d8639061f188caad3375703d6f5ff639d...e79650bacf2a937e11ec30fbabd0ec1ec24e106e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180210/ccb3b726/attachment-0001.html>


More information about the Pkg-grass-devel mailing list