[osgearth] 02/08: New upstream version 2.9~rc2+dfsg

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository osgearth.

commit a78a71164dc50200431f38849e532c8b5e780990
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:32:15 2018 +0100

New upstream version 2.9~rc2+dfsg
---
 .../drivers/feature/mapnikvectortiles.rst  |  22 ++
 docs/source/references/drivers/terrain/mp.rst  |   2 +-
 .../drivers/terrain/terrain_options_shared.rst |   2 +-
 docs/source/references/earthfile.rst   |   4 +-
 .../osgearth_tilesource/osgearth_tilesource.cpp|  36 +++-
 src/osgEarth/ElevationPool.cpp |   2 +-
 src/osgEarth/TerrainLayer.cpp  |   8 +-
 src/osgEarth/Units |  10 +-
 src/osgEarth/Version   |   2 +-
 src/osgEarth/catch.hpp |   2 +-
 .../agglite/AGGLiteRasterizerTileSource.cpp|  18 +-
 .../engine_mp/MPEngine.NormalMap.vert.glsl |   2 +-
 .../engine_mp/MPEngine.vert.model.glsl |   2 +-
 .../engine_rex/RexEngine.NormalMap.vert.glsl   |   4 +-
 src/osgEarthDrivers/fastdxt/CMakeLists.txt |   2 +-
 src/osgEarthSymbology/Color.cpp|   2 +-
 src/osgEarthSymbology/StyleSheet   |   5 +
 src/osgEarthSymbology/StyleSheet.cpp   |   3 +
 src/osgEarthUtil/MouseCoordsTool.cpp   |  29 +--
 tests/feature_mapnikvectortiles.earth  | 221 +
 20 files changed, 311 insertions(+), 67 deletions(-)

diff --git a/docs/source/references/drivers/feature/mapnikvectortiles.rst 
b/docs/source/references/drivers/feature/mapnikvectortiles.rst
new file mode 100644
index 000..ffc87d6
--- /dev/null
+++ b/docs/source/references/drivers/feature/mapnikvectortiles.rst
@@ -0,0 +1,22 @@
+Mapnik Vector Tiles
+===
+This plugin reads vector data from an `MBTiles`_ file which contains `vector 
tiles`_.
+
+Note:  This driver does not currently support multi-level mbtiles files.  It 
will only load the maximum level in the database.  This will change in the 
future when
+osgEarth has better support for non-additive feature datasources.
+
+This driver requires that you build osgEarth with SQLite3 support and Protobuf 
support.
+
+Example usage::
+
+
+
+../data/osm.mbtiles
+
+...
+
+Properties:
+
+:url:  Location of the mbtiles file.
+
+.. _MBTiles:  https://www.mapbox.com/developers/mbtiles/
diff --git a/docs/source/references/drivers/terrain/mp.rst 
b/docs/source/references/drivers/terrain/mp.rst
index 7d90c70..bcb6433 100644
--- a/docs/source/references/drivers/terrain/mp.rst
+++ b/docs/source/references/drivers/terrain/mp.rst
@@ -13,7 +13,7 @@ Example usage::
  normalize_edges  = "false"
  incremental_update   = "false"
  quick_release_gl_objects = "true"
- min_tile_range_factor= "6.0"
+ min_tile_range_factor= "7.0"
  cluster_culling  = "true" />
 
 Properties:
diff --git a/docs/source/references/drivers/terrain/terrain_options_shared.rst 
b/docs/source/references/drivers/terrain/terrain_options_shared.rst
index 3619f14..1d99017 100644
--- a/docs/source/references/drivers/terrain/terrain_options_shared.rst
+++ b/docs/source/references/drivers/terrain/terrain_options_shared.rst
@@ -2,7 +2,7 @@ Common Properties:
 
 :min_tile_range_factor: The "maximum visible distance" ratio for all 
tiles. The 
 maximum visible distance is computed as tile 
radius * 
-this value. (default = 6.0)
+this value. (default = 7.0)
 :cluster_culling:   Cluster culling discards back-facing tiles by 
default. You
 can disable it be setting this to ``false``, 
for example if
 you want to go underground and look up at the 
surface.
diff --git a/docs/source/references/earthfile.rst 
b/docs/source/references/earthfile.rst
index 7333a01..943fd62 100644
--- a/docs/source/references/earthfile.rst
+++ b/docs/source/references/earthfile.rst
@@ -117,8 +117,8 @@ These options control the rendering of the terrain surface.
 
+---++
 | min_tile_range_factor | Determines how close you need to be to a terrain 
tile for it to|
 |   | display. The value is the ratio of a tile's extent 
to its  |
-|   | For example, if a tile has a 10km radius, and the 
MTRF=6, then the |
-|   | tile will become visible at a range of about 60km.   
  |
+|   | For example, if a tile has a 10km radi

[osgearth] 06/08: Drop spelling-errors.patch, applied upstream.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository osgearth.

commit 128cf665f26fc83b18938d4338e54b4aca2b0241
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:36:39 2018 +0100

Drop spelling-errors.patch, applied upstream.
---
 debian/changelog |  1 +
 debian/patches/series|  1 -
 debian/patches/spelling-errors.patch | 29 -
 3 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 77f9cad..1e88b8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ osgearth (2.9~rc2+dfsg-1) UNRELEASED; urgency=medium
   * New upstream release candidate.
   * Update Files-Excluded for osgEarth 2.9rc2.
   * Don't explicitly disable FastDXT driver, disabled upstream.
+  * Drop spelling-errors.patch, applied upstream.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 07:34:19 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index 653d515..0a55278 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 soversion.patch
-spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch 
b/debian/patches/spelling-errors.patch
deleted file mode 100644
index 4c0f678..000
--- a/debian/patches/spelling-errors.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: Fix spelling errors.
- * Timout  -> Timeout
- * Argment -> Argument
-Author: Bas Couwenberg 
-Forwarded: https://github.com/gwaldron/osgearth/pull/1026
-Applied-Upstream: 
https://github.com/gwaldron/osgearth/commit/e11ae4a7b9a909ca88b3ce48c9be1e2223972a1d
-
 a/src/osgEarth/ElevationPool.cpp
-+++ b/src/osgEarth/ElevationPool.cpp
-@@ -307,7 +307,7 @@ ElevationPool::getTile(const TileKey& ke
- if ( !tile.valid() && OE_GET_TIMER(get) >= timeout )
- {
- // this means we timed out trying to fetch the map tile.
--OE_TEST << LC << "Timout fetching tile " << key.str() << std::endl;
-+OE_TEST << LC << "Timeout fetching tile " << key.str() << std::endl;
- }
- 
- if ( tile.valid() )
 a/src/osgEarth/catch.hpp
-+++ b/src/osgEarth/catch.hpp
-@@ -4751,7 +4751,7 @@ namespace Catch {
- ss << seed;
- ss >> config.rngSeed;
- if( ss.fail() )
--throw std::runtime_error( "Argment to --rng-seed should be 
the word 'time' or a number" );
-+throw std::runtime_error( "Argument to --rng-seed should be 
the word 'time' or a number" );
- }
- }
- inline void setVerbosity( ConfigData& config, int level ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] branch experimental updated (a009d45 -> e0c952b)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch experimental
in repository osgearth.

  from  a009d45   Set distribution to experimental.
   new  48b16f3   Update Files-Excluded for osgEarth 2.9rc2.
   new  a78a711   New upstream version 2.9~rc2+dfsg
   new  5be289f   Merge tag 'upstream/2.9_rc2+dfsg' into experimental
   new  83a0508   New upstream release candidate.
   new  e94e90b   Don't explicitly disable FastDXT driver, disabled 
upstream.
   new  128cf66   Drop spelling-errors.patch, applied upstream.
   new  df87805   Update symbols for amd64.
   new  e0c952b   Set distribution to experimental.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 10 +++
 debian/copyright   |  1 +
 debian/libosgearth5.symbols| 16 ++--
 debian/libosgearthannotation5.symbols  |  9 +--
 debian/libosgearthfeatures5.symbols|  6 +-
 debian/libosgearthsplat5.symbols   |  6 +-
 debian/libosgearthsymbology5.symbols   | 10 +--
 debian/libosgearthutil5.symbols|  6 +-
 debian/patches/series  |  1 -
 debian/patches/spelling-errors.patch   | 29 
 debian/rules   |  1 -
 .../drivers/feature/mapnikvectortiles.rst  | 22 ++
 docs/source/references/drivers/terrain/mp.rst  |  2 +-
 .../drivers/terrain/terrain_options_shared.rst |  2 +-
 docs/source/references/earthfile.rst   |  4 +-
 .../osgearth_tilesource/osgearth_tilesource.cpp| 36 +++--
 src/osgEarth/ElevationPool.cpp |  2 +-
 src/osgEarth/TerrainLayer.cpp  |  8 +-
 src/osgEarth/Units | 10 +--
 src/osgEarth/Version   |  2 +-
 src/osgEarth/catch.hpp |  2 +-
 .../agglite/AGGLiteRasterizerTileSource.cpp| 18 +++--
 .../engine_mp/MPEngine.NormalMap.vert.glsl |  2 +-
 .../engine_mp/MPEngine.vert.model.glsl |  2 +-
 .../engine_rex/RexEngine.NormalMap.vert.glsl   |  4 +-
 src/osgEarthDrivers/fastdxt/CMakeLists.txt |  2 +-
 src/osgEarthSymbology/Color.cpp|  2 +-
 src/osgEarthSymbology/StyleSheet   |  5 ++
 src/osgEarthSymbology/StyleSheet.cpp   |  3 +
 src/osgEarthUtil/MouseCoordsTool.cpp   | 29 +---
 ..._full.earth => feature_mapnikvectortiles.earth} | 87 +++---
 31 files changed, 169 insertions(+), 170 deletions(-)
 delete mode 100644 debian/patches/spelling-errors.patch
 create mode 100644 docs/source/references/drivers/feature/mapnikvectortiles.rst
 copy tests/{openstreetmap_full.earth => feature_mapnikvectortiles.earth} (81%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] 07/08: Update symbols for amd64.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository osgearth.

commit df87805432cb0fbeaf4582ed0308465fafad5a9f
Author: Bas Couwenberg 
Date:   Thu Jan 25 08:25:55 2018 +0100

Update symbols for amd64.
---
 debian/changelog  |  1 +
 debian/libosgearth5.symbols   | 16 +---
 debian/libosgearthannotation5.symbols |  9 +++--
 debian/libosgearthfeatures5.symbols   |  6 ++
 debian/libosgearthsplat5.symbols  |  6 --
 debian/libosgearthsymbology5.symbols  | 10 --
 debian/libosgearthutil5.symbols   |  6 +++---
 7 files changed, 26 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1e88b8a..cb5fe88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ osgearth (2.9~rc2+dfsg-1) UNRELEASED; urgency=medium
   * Update Files-Excluded for osgEarth 2.9rc2.
   * Don't explicitly disable FastDXT driver, disabled upstream.
   * Drop spelling-errors.patch, applied upstream.
+  * Update symbols for amd64.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 07:34:19 +0100
 
diff --git a/debian/libosgearth5.symbols b/debian/libosgearth5.symbols
index 485c3cb..2236ec3 100644
--- a/debian/libosgearth5.symbols
+++ b/debian/libosgearth5.symbols
@@ -1,4 +1,4 @@
-# SymbolsHelper-Confirmed: 2.9~rc1 amd64
+# SymbolsHelper-Confirmed: 2.9~rc2 amd64
 libosgEarth.so.5 #PACKAGE# #MINVER#
  _Z10TiXmlFOpenPKcS0_@Base 2.4.0
  
_ZGVZN13DeclutterSort18sortImplementationEPN7osgUtil9RenderBinEE8s_zero_w@Base 
2.5.0
@@ -2730,7 +2730,7 @@ libosgEarth.so.5 #PACKAGE# #MINVER#
  _ZN8osgEarth5Units7MINUTESE@Base 2.4.0
  _ZN8osgEarth5Units7RADIANSE@Base 2.4.0
  _ZN8osgEarth5Units7SECONDSE@Base 2.4.0
- _ZN8osgEarth5Units7convertERKS0_S2_d@Base 2.9~rc1
+ _ZN8osgEarth5Units7convertERKS0_S2_dRd@Base 2.9~rc2
  _ZN8osgEarth5Units8KILOFEETE@Base 2.4.0
  _ZN8osgEarth5Units8unitTestEv@Base 2.8~rc1
  _ZN8osgEarth5Units9KILOYARDSE@Base 2.4.0
@@ -2755,6 +2755,7 @@ libosgEarth.so.5 #PACKAGE# #MINVER#
  _ZN8osgEarth6BoundsD0Ev@Base 2.4.0
  _ZN8osgEarth6BoundsD1Ev@Base 2.4.0
  _ZN8osgEarth6BoundsD2Ev@Base 2.4.0
+ 
(optional=templinst)_ZN8osgEarth6Config11addObjIfSetINS_14ProfileOptionsEEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_8optionalIT_EE@Base
 2.9~rc2
  
(optional=templinst|arch=ia64)_ZN8osgEarth6Config11addObjIfSetINS_14ProfileOptionsEEEvRKSsRKNS_8optionalIT_EE@Base
 2.4.0
  
_ZN8osgEarth6Config11setReferrerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base
 2.7.0
  
(optional=templinst)_ZN8osgEarth6Config11updateIfSetIbEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_8optionalIT_EE@Base
 2.7.0
@@ -4214,6 +4215,7 @@ libosgEarth.so.5 #PACKAGE# #MINVER#
  _ZNK8osgEarth16SpatialReference26createCoordinateSystemNodeEv@Base 2.4.0
  
_ZNK8osgEarth16SpatialReference28createTransMercFromLongitudeERKNS_5AngleE@Base 
2.7.0
  
_ZNK8osgEarth16SpatialReference28populateCoordinateSystemNodeEPN3osg20CoordinateSystemNodeE@Base
 2.4.0
+ _ZNK8osgEarth16SpatialReference3KeyltERKS1_@Base 2.9~rc2
  _ZNK8osgEarth16SpatialReference5isLTPEv@Base 2.4.0
  _ZNK8osgEarth16SpatialReference6getKeyEv@Base 2.4.0
  _ZNK8osgEarth16SpatialReference6getWKTB5cxx11Ev@Base 2.7.0
@@ -4691,11 +4693,11 @@ libosgEarth.so.5 #PACKAGE# #MINVER#
  (optional=templinst)_ZNKSt5ctypeIcE8do_widenEc@Base 2.6.0
  
(optional=templinst)_ZNSt11_Deque_baseIN8osgEarth14TileRasterizer3JobESaIS2_EE17_M_initialize_mapEm@Base
 2.9~rc1
  (optional=templinst|arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !mips64el 
!ppc64 !ppc64el !s390 !s390x 
!sparc64)_ZNSt11_Deque_baseIPN8osgEarth4Json5ValueESaIS3_EE17_M_initialize_mapEj@Base
 2.4.0
- 
(optional=templinst)_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPKN3osg5PlaneEPS4_EET0_T_S9_S8_@Base
 2.9~rc1
  (optional=templinst|arch=alpha arm64 armhf m68k mips mipsel powerpc 
powerpcspe ppc64 ppc64el 
s390x)_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPN8osgEarth10DataExtentES5_EET0_T_S7_S6_@Base
 2.8~rc1
  (optional=templinst)_ZNSt13_Bvector_baseISaIbEE13_M_deallocateEv@Base 2.7.0
  (optional=templinst|arch=hurd-i386 i386 
kfreebsd-i386)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN8osgEarth10vector_mapIjNS4_14VirtualProgram11ShaderEntryEE5ENTRYESt6vectorIS9_SaIS9_PS9_EET0_T_SI_SH_@Base
 2.8~rc1
  (optional=templinst|arch=hurd-i386 i386 
kfreebsd-i386)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPN3osg7ref_ptrINS4_6ShaderEEESt6vectorIS7_SaIS7_S8_EET0_T_SE_SD_@Base
 2.8~rc1
+ 
(optional=templinst)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN3osg5PlaneEPS3_EET0_T_S8_S7_@Base
 2.9~rc2
  (optional=templinst|arch=hurd-i386 i386 
kfreebsd-i386)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN3osg7ref_ptrIN8osgEarth10ImageLayerEEEPS6_EET0_T_SB_SA_@Base
 2.8~rc1
  (optional=templinst|arch=hurd-i386 i386 
kfreebsd-i386)_ZNSt20__unini

[osgearth] 04/08: New upstream release candidate.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository osgearth.

commit 83a0508cc31bf677ea46ec0069e77f669678d807
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:34:33 2018 +0100

New upstream release candidate.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da18327..bf5539a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-osgearth (2.9~rc1+dfsg-1~exp3) UNRELEASED; urgency=medium
+osgearth (2.9~rc2+dfsg-1) UNRELEASED; urgency=medium
 
+  * New upstream release candidate.
   * Update Files-Excluded for osgEarth 2.9rc2.
 
- -- Bas Couwenberg   Thu, 25 Jan 2018 07:28:06 +0100
+ -- Bas Couwenberg   Thu, 25 Jan 2018 07:34:19 +0100
 
 osgearth (2.9~rc1+dfsg-1~exp2) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] 01/08: Update Files-Excluded for osgEarth 2.9rc2.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository osgearth.

commit 48b16f39b4a630daebc9d74298e2bccc7e86547e
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:29:30 2018 +0100

Update Files-Excluded for osgEarth 2.9rc2.
---
 debian/changelog | 6 ++
 debian/copyright | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7203199..da18327 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osgearth (2.9~rc1+dfsg-1~exp3) UNRELEASED; urgency=medium
+
+  * Update Files-Excluded for osgEarth 2.9rc2.
+
+ -- Bas Couwenberg   Thu, 25 Jan 2018 07:28:06 +0100
+
 osgearth (2.9~rc1+dfsg-1~exp2) experimental; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
diff --git a/debian/copyright b/debian/copyright
index 3a8a7d5..6e020e0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -60,6 +60,7 @@ Files-Excluded: data/2s19_ru_desert.tga
  data/flatten_mt_rainier.*
  data/fractal.png
  data/france.*
+ data/honolulu.mbtiles
  data/hospital.png
  data/icon.png
  data/istates_dissolve.*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] 05/08: Don't explicitly disable FastDXT driver, disabled upstream.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository osgearth.

commit e94e90bc6c51c5ec5e25e8478c4c2720366070bf
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:35:55 2018 +0100

Don't explicitly disable FastDXT driver, disabled upstream.
---
 debian/changelog | 1 +
 debian/rules | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bf5539a..77f9cad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ osgearth (2.9~rc2+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Update Files-Excluded for osgEarth 2.9rc2.
+  * Don't explicitly disable FastDXT driver, disabled upstream.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 07:34:19 +0100
 
diff --git a/debian/rules b/debian/rules
index f2170de..ea117e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,6 @@ override_dh_auto_configure:
-DDEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH) \
-DLIB_POSTFIX="" \
-DOSG_DIR=/usr \
-   -DOSGEARTH_ENABLE_FASTDXT=0 \
-DOSGEARTH_QT_BUILD=1
 
 override_dh_auto_build:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] 03/08: Merge tag 'upstream/2.9_rc2+dfsg' into experimental

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository osgearth.

commit 5be289f8de7e9ee3cbfce8c493e015f2fcda3d06
Merge: 48b16f3 a78a711
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:33:16 2018 +0100

Merge tag 'upstream/2.9_rc2+dfsg' into experimental

Upstream version 2.9~rc2+dfsg

 .../drivers/feature/mapnikvectortiles.rst  |  22 ++
 docs/source/references/drivers/terrain/mp.rst  |   2 +-
 .../drivers/terrain/terrain_options_shared.rst |   2 +-
 docs/source/references/earthfile.rst   |   4 +-
 .../osgearth_tilesource/osgearth_tilesource.cpp|  36 +++-
 src/osgEarth/ElevationPool.cpp |   2 +-
 src/osgEarth/TerrainLayer.cpp  |   8 +-
 src/osgEarth/Units |  10 +-
 src/osgEarth/Version   |   2 +-
 src/osgEarth/catch.hpp |   2 +-
 .../agglite/AGGLiteRasterizerTileSource.cpp|  18 +-
 .../engine_mp/MPEngine.NormalMap.vert.glsl |   2 +-
 .../engine_mp/MPEngine.vert.model.glsl |   2 +-
 .../engine_rex/RexEngine.NormalMap.vert.glsl   |   4 +-
 src/osgEarthDrivers/fastdxt/CMakeLists.txt |   2 +-
 src/osgEarthSymbology/Color.cpp|   2 +-
 src/osgEarthSymbology/StyleSheet   |   5 +
 src/osgEarthSymbology/StyleSheet.cpp   |   3 +
 src/osgEarthUtil/MouseCoordsTool.cpp   |  29 +--
 tests/feature_mapnikvectortiles.earth  | 221 +
 20 files changed, 311 insertions(+), 67 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] 08/08: Set distribution to experimental.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository osgearth.

commit e0c952b2697f03805c19a784386a3613383a3aba
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:39:47 2018 +0100

Set distribution to experimental.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cb5fe88..e0abf8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-osgearth (2.9~rc2+dfsg-1) UNRELEASED; urgency=medium
+osgearth (2.9~rc2+dfsg-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
   * Update Files-Excluded for osgEarth 2.9rc2.
@@ -6,7 +6,7 @@ osgearth (2.9~rc2+dfsg-1) UNRELEASED; urgency=medium
   * Drop spelling-errors.patch, applied upstream.
   * Update symbols for amd64.
 
- -- Bas Couwenberg   Thu, 25 Jan 2018 07:34:19 +0100
+ -- Bas Couwenberg   Thu, 25 Jan 2018 07:36:40 +0100
 
 osgearth (2.9~rc1+dfsg-1~exp2) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] 01/01: pristine-tar data for osgearth_2.9~rc2+dfsg.orig.tar.gz

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository osgearth.

commit c1ef73936b27fec82ebcb8ab4a78cc6c4371d54b
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:33:16 2018 +0100

pristine-tar data for osgearth_2.9~rc2+dfsg.orig.tar.gz
---
 osgearth_2.9~rc2+dfsg.orig.tar.gz.delta | Bin 0 -> 12426261 bytes
 osgearth_2.9~rc2+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osgearth_2.9~rc2+dfsg.orig.tar.gz.delta 
b/osgearth_2.9~rc2+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..1850499
Binary files /dev/null and b/osgearth_2.9~rc2+dfsg.orig.tar.gz.delta differ
diff --git a/osgearth_2.9~rc2+dfsg.orig.tar.gz.id 
b/osgearth_2.9~rc2+dfsg.orig.tar.gz.id
new file mode 100644
index 000..8a37f27
--- /dev/null
+++ b/osgearth_2.9~rc2+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+e35830f189050871546c70006c8b5e8ebdb0d7df

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] branch upstream updated (9901b6e -> a78a711)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository osgearth.

  from  9901b6e   New upstream version 2.9~rc1+dfsg
   new  a78a711   New upstream version 2.9~rc2+dfsg

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../drivers/feature/mapnikvectortiles.rst  | 22 ++
 docs/source/references/drivers/terrain/mp.rst  |  2 +-
 .../drivers/terrain/terrain_options_shared.rst |  2 +-
 docs/source/references/earthfile.rst   |  4 +-
 .../osgearth_tilesource/osgearth_tilesource.cpp| 36 +++--
 src/osgEarth/ElevationPool.cpp |  2 +-
 src/osgEarth/TerrainLayer.cpp  |  8 +-
 src/osgEarth/Units | 10 +--
 src/osgEarth/Version   |  2 +-
 src/osgEarth/catch.hpp |  2 +-
 .../agglite/AGGLiteRasterizerTileSource.cpp| 18 +++--
 .../engine_mp/MPEngine.NormalMap.vert.glsl |  2 +-
 .../engine_mp/MPEngine.vert.model.glsl |  2 +-
 .../engine_rex/RexEngine.NormalMap.vert.glsl   |  4 +-
 src/osgEarthDrivers/fastdxt/CMakeLists.txt |  2 +-
 src/osgEarthSymbology/Color.cpp|  2 +-
 src/osgEarthSymbology/StyleSheet   |  5 ++
 src/osgEarthSymbology/StyleSheet.cpp   |  3 +
 src/osgEarthUtil/MouseCoordsTool.cpp   | 29 +---
 ..._full.earth => feature_mapnikvectortiles.earth} | 87 +++---
 20 files changed, 133 insertions(+), 111 deletions(-)
 create mode 100644 docs/source/references/drivers/feature/mapnikvectortiles.rst
 copy tests/{openstreetmap_full.earth => feature_mapnikvectortiles.earth} (81%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] branch pristine-tar updated (608b299 -> c1ef739)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository osgearth.

  from  608b299   pristine-tar data for osgearth_2.9~rc1+dfsg.orig.tar.gz
   new  c1ef739   pristine-tar data for osgearth_2.9~rc2+dfsg.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...elta => osgearth_2.9~rc2+dfsg.orig.tar.gz.delta | Bin 12798631 -> 12426261 
bytes
 osgearth_2.9~rc2+dfsg.orig.tar.gz.id   |   1 +
 2 files changed, 1 insertion(+)
 copy osgearth_2.8.0+dfsg.orig.tar.gz.delta => 
osgearth_2.9~rc2+dfsg.orig.tar.gz.delta (69%)
 create mode 100644 osgearth_2.9~rc2+dfsg.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] tag debian/2.9_rc2+dfsg-1_exp1 created (now e0c952b)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.9_rc2+dfsg-1_exp1
in repository osgearth.

at  e0c952b   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[osgearth] annotated tag upstream/2.9_rc2+dfsg created (now cce1fb4)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/2.9_rc2+dfsg
in repository osgearth.

at  cce1fb4   (tag)
   tagging  a78a71164dc50200431f38849e532c8b5e780990 (commit)
  replaces  upstream/2.9_rc1+dfsg
 tagged by  Bas Couwenberg
on  Thu Jan 25 07:33:16 2018 +0100

- Log -
Upstream version 2.9~rc2+dfsg

Bas Couwenberg (1):
  New upstream version 2.9~rc2+dfsg

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osgearth.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/osgearth][pristine-tar] pristine-tar data for osgearth_2.9~rc2+dfsg.orig.tar.gz

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch pristine-tar at Debian GIS Project / 
osgearth


Commits:
c1ef7393 by Bas Couwenberg at 2018-01-25T07:33:16+01:00
pristine-tar data for osgearth_2.9~rc2+dfsg.orig.tar.gz

- - - - -


2 changed files:

- + osgearth_2.9~rc2+dfsg.orig.tar.gz.delta
- + osgearth_2.9~rc2+dfsg.orig.tar.gz.id


Changes:

=
osgearth_2.9~rc2+dfsg.orig.tar.gz.delta
=
Binary files /dev/null and b/osgearth_2.9~rc2+dfsg.orig.tar.gz.delta differ


=
osgearth_2.9~rc2+dfsg.orig.tar.gz.id
=
--- /dev/null
+++ b/osgearth_2.9~rc2+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+e35830f189050871546c70006c8b5e8ebdb0d7df



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osgearth/commit/c1ef73936b27fec82ebcb8ab4a78cc6c4371d54b

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osgearth/commit/c1ef73936b27fec82ebcb8ab4a78cc6c4371d54b
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/osgearth] Pushed new tag upstream/2.9_rc2+dfsg

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag upstream/2.9_rc2+dfsg at Debian GIS 
Project / osgearth

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osgearth/tree/upstream/2.9_rc2+dfsg
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/osgearth][experimental] 8 commits: Update Files-Excluded for osgEarth 2.9rc2.

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch experimental at Debian GIS Project / 
osgearth


Commits:
48b16f39 by Bas Couwenberg at 2018-01-25T07:31:12+01:00
Update Files-Excluded for osgEarth 2.9rc2.

- - - - -
a78a7116 by Bas Couwenberg at 2018-01-25T07:32:15+01:00
New upstream version 2.9~rc2+dfsg
- - - - -
5be289f8 by Bas Couwenberg at 2018-01-25T07:33:16+01:00
Merge tag 'upstream/2.9_rc2+dfsg' into experimental

Upstream version 2.9~rc2+dfsg

- - - - -
83a0508c by Bas Couwenberg at 2018-01-25T07:34:33+01:00
New upstream release candidate.

- - - - -
e94e90bc by Bas Couwenberg at 2018-01-25T07:35:55+01:00
Don't explicitly disable FastDXT driver, disabled upstream.

- - - - -
128cf665 by Bas Couwenberg at 2018-01-25T07:36:39+01:00
Drop spelling-errors.patch, applied upstream.

- - - - -
df878054 by Bas Couwenberg at 2018-01-25T08:26:01+01:00
Update symbols for amd64.

- - - - -
e0c952b2 by Bas Couwenberg at 2018-01-25T08:26:01+01:00
Set distribution to experimental.

- - - - -


30 changed files:

- debian/changelog
- debian/copyright
- debian/libosgearth5.symbols
- debian/libosgearthannotation5.symbols
- debian/libosgearthfeatures5.symbols
- debian/libosgearthsplat5.symbols
- debian/libosgearthsymbology5.symbols
- debian/libosgearthutil5.symbols
- debian/patches/series
- − debian/patches/spelling-errors.patch
- debian/rules
- + docs/source/references/drivers/feature/mapnikvectortiles.rst
- docs/source/references/drivers/terrain/mp.rst
- docs/source/references/drivers/terrain/terrain_options_shared.rst
- docs/source/references/earthfile.rst
- src/applications/osgearth_tilesource/osgearth_tilesource.cpp
- src/osgEarth/ElevationPool.cpp
- src/osgEarth/TerrainLayer.cpp
- src/osgEarth/Units
- src/osgEarth/Version
- src/osgEarth/catch.hpp
- src/osgEarthDrivers/agglite/AGGLiteRasterizerTileSource.cpp
- src/osgEarthDrivers/engine_mp/MPEngine.NormalMap.vert.glsl
- src/osgEarthDrivers/engine_mp/MPEngine.vert.model.glsl
- src/osgEarthDrivers/engine_rex/RexEngine.NormalMap.vert.glsl
- src/osgEarthDrivers/fastdxt/CMakeLists.txt
- src/osgEarthSymbology/Color.cpp
- src/osgEarthSymbology/StyleSheet
- src/osgEarthSymbology/StyleSheet.cpp
- src/osgEarthUtil/MouseCoordsTool.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osgearth/compare/a009d45872ff900fa994ed37cb9b957b035a355f...e0c952b2697f03805c19a784386a3613383a3aba

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osgearth/compare/a009d45872ff900fa994ed37cb9b957b035a355f...e0c952b2697f03805c19a784386a3613383a3aba
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/osgearth] Pushed new tag debian/2.9_rc2+dfsg-1_exp1

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/2.9_rc2+dfsg-1_exp1 at Debian GIS 
Project / osgearth

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osgearth/tree/debian/2.9_rc2+dfsg-1_exp1
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Processing of osgearth_2.9~rc2+dfsg-1~exp1_amd64.changes

2018-01-25 Thread Debian FTP Masters
osgearth_2.9~rc2+dfsg-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  osgearth_2.9~rc2+dfsg-1~exp1.dsc
  osgearth_2.9~rc2+dfsg.orig.tar.gz
  osgearth_2.9~rc2+dfsg-1~exp1.debian.tar.xz
  libosgearth-dev_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearth5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearth5_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthannotation5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthannotation5_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthfeatures5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthfeatures5_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthqt5-5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthqt5-5_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthsplat5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthsplat5_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthsymbology5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthsymbology5_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthutil5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
  libosgearthutil5_2.9~rc2+dfsg-1~exp1_amd64.deb
  openscenegraph-plugin-osgearth-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
  openscenegraph-plugin-osgearth_2.9~rc2+dfsg-1~exp1_amd64.deb
  osgearth-data_2.9~rc2+dfsg-1~exp1_all.deb
  osgearth-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
  osgearth_2.9~rc2+dfsg-1~exp1_amd64.buildinfo
  osgearth_2.9~rc2+dfsg-1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[librttopo] 02/06: Merge tag 'upstream/1.1.0_rc1'

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librttopo.

commit 609e1affe4baf3cc10f5f6d9403a81abb42b86a0
Merge: 0a985eb fb1f9c9
Author: Bas Couwenberg 
Date:   Thu Jan 25 10:08:37 2018 +0100

Merge tag 'upstream/1.1.0_rc1'

Upstream version 1.1.0~rc1

 HOWTO_RELEASE |   4 +-
 NEWS.md   |   3 +
 README.md |   4 +-
 configure.ac  |  21 ++-
 headers/librttopo.h   |  17 +-
 headers/librttopo_geom.h.in   |   2 +-
 src/Makefile.am   |   4 +-
 src/box2d.c   |   3 +-
 src/bytebuffer.c  |   3 +-
 src/bytebuffer.h  |   2 +-
 src/g_box.c   |   3 +-
 src/g_serialized.c|   3 +-
 src/g_util.c  |   3 +-
 src/librttopo_geom_internal.h |   3 +-
 src/librttopo_internal.h  |   3 +-
 src/measures.c|   3 +-
 src/measures.h|   4 +-
 src/measures3d.c  |   5 +-
 src/measures3d.h  |   2 +-
 src/ptarray.c |   2 +-
 src/rtalgorithm.c |   3 +-
 src/rtcircstring.c|   3 +-
 src/rtcollection.c|   3 +-
 src/rtcompound.c  |   3 +-
 src/rtcurvepoly.c |   3 +-
 src/rtgeodetic.c  |   3 +-
 src/rtgeodetic.h  |   2 +-
 src/rtgeom.c  |   3 +-
 src/rtgeom_api.c  |  10 +-
 src/rtgeom_debug.c|   3 +-
 src/rtgeom_geos.c |  74 +
 src/rtgeom_geos.h |   2 +-
 src/rtgeom_geos_clean.c   |   4 +-
 src/rtgeom_geos_node.c|   5 +-
 src/rtgeom_geos_split.c   |   3 +-
 src/rtgeom_log.h  |   2 +-
 src/rtgeom_topo.c |  68 
 src/rthomogenize.c|   3 +-
 src/rtin_geojson.c|   2 +-
 src/rtin_twkb.c   |   3 +-
 src/rtin_wkb.c|   2 +-
 src/rtiterator.c  |   3 +-
 src/rtline.c  |   3 +-
 src/rtlinearreferencing.c |   3 +-
 src/rtmcurve.c|   3 +-
 src/rtmline.c |   3 +-
 src/rtmpoint.c|   3 +-
 src/rtmpoly.c |   3 +-
 src/rtmsurface.c  |   3 +-
 src/rtout_encoded_polyline.c  |   3 +-
 src/rtout_geojson.c   |   3 +-
 src/rtout_gml.c   |   3 +-
 src/rtout_kml.c   |   3 +-
 src/rtout_svg.c   |   3 +-
 src/rtout_twkb.c  |   3 +-
 src/rtout_twkb.h  |   4 +-
 src/rtout_wkb.c   |   3 +-
 src/rtout_wkt.c   |   3 +-
 src/rtout_x3d.c   |   3 +-
 src/rtpoint.c |   2 +-
 src/rtpoly.c  |   3 +-
 src/rtprint.c |   3 +-
 src/rtpsurface.c  |   3 +-
 src/rtspheroid.c  |   3 +-
 src/rtstroke.c|   3 +-
 src/rtt_tpsnap.c  | 350 --
 src/rttin.c   |   3 +-
 src/rttree.c  |   3 +-
 src/rttree.h  |   2 +-
 src/rttriangle.c  |   3 +-
 src/rtutil.c  | 102 ++--
 src/stringbuffer.c|   3 +-
 src/stringbuffer.h|   2 +-
 src/varint.c  |   3 +-
 src/varint.h  |   2 +-
 75 files changed, 420 insertions(+), 423 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[librttopo] 05/06: Mark packages as Multi-Arch: same.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librttopo.

commit 02b31e946960aad49cb943dfe24b0c99d7c44ae2
Author: Bas Couwenberg 
Date:   Thu Jan 25 10:10:59 2018 +0100

Mark packages as Multi-Arch: same.
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bfc11aa..407508f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ librttopo (1.1.0~rc1-1) UNRELEASED; urgency=medium
   * Update URLs for move from gogs to gitea.
   * Bump Standards-Version to 4.1.3, no changes.
   * Update copyright-format URL to use HTTPS.
+  * Mark packages as Multi-Arch: same.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 10:08:41 +0100
 
diff --git a/debian/control b/debian/control
index b90700b..6e07834 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Homepage: https://git.osgeo.org/gitea/rttopo/librttopo
 
 Package: librttopo1
 Architecture: any
+Multi-Arch: same
 Section: libs
 Depends: ${shlibs:Depends},
  ${misc:Depends}
@@ -31,6 +32,7 @@ Description: Tuscany Region topology library
 
 Package: librttopo-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
 Depends: librttopo1 (= ${binary:Version}),
  ${misc:Depends},

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[librttopo] 04/06: Bump Standards-Version to 4.1.3, no changes.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librttopo.

commit f5b42e05cdaf6e0d817b99f33655cdd92f85eb65
Author: Bas Couwenberg 
Date:   Thu Jan 25 10:09:54 2018 +0100

Bump Standards-Version to 4.1.3, no changes.
---
 debian/changelog | 2 +-
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a778ad8..bfc11aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ librttopo (1.1.0~rc1-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Update URLs for move from gogs to gitea.
-  * Bump Standards-Version to 4.1.2, no changes.
+  * Bump Standards-Version to 4.1.3, no changes.
   * Update copyright-format URL to use HTTPS.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 10:08:41 +0100
diff --git a/debian/control b/debian/control
index 09858d3..b90700b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
libjson-c-dev,
libpcre3-dev,
libxml2-dev
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/librttopo.git/
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/librttopo.git
 Homepage: https://git.osgeo.org/gitea/rttopo/librttopo

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[librttopo] branch upstream updated (286ed32 -> fb1f9c9)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository librttopo.

  from  286ed32   Imported Upstream version 1.1.0~rc0
   new  fb1f9c9   New upstream version 1.1.0~rc1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 HOWTO_RELEASE |   4 +-
 NEWS.md   |   3 +
 README.md |   4 +-
 configure.ac  |  21 ++-
 headers/librttopo.h   |  17 +-
 headers/librttopo_geom.h.in   |   2 +-
 src/Makefile.am   |   4 +-
 src/box2d.c   |   3 +-
 src/bytebuffer.c  |   3 +-
 src/bytebuffer.h  |   2 +-
 src/g_box.c   |   3 +-
 src/g_serialized.c|   3 +-
 src/g_util.c  |   3 +-
 src/librttopo_geom_internal.h |   3 +-
 src/librttopo_internal.h  |   3 +-
 src/measures.c|   3 +-
 src/measures.h|   4 +-
 src/measures3d.c  |   5 +-
 src/measures3d.h  |   2 +-
 src/ptarray.c |   2 +-
 src/rtalgorithm.c |   3 +-
 src/rtcircstring.c|   3 +-
 src/rtcollection.c|   3 +-
 src/rtcompound.c  |   3 +-
 src/rtcurvepoly.c |   3 +-
 src/rtgeodetic.c  |   3 +-
 src/rtgeodetic.h  |   2 +-
 src/rtgeom.c  |   3 +-
 src/rtgeom_api.c  |  10 +-
 src/rtgeom_debug.c|   3 +-
 src/rtgeom_geos.c |  74 +
 src/rtgeom_geos.h |   2 +-
 src/rtgeom_geos_clean.c   |   4 +-
 src/rtgeom_geos_node.c|   5 +-
 src/rtgeom_geos_split.c   |   3 +-
 src/rtgeom_log.h  |   2 +-
 src/rtgeom_topo.c |  68 
 src/rthomogenize.c|   3 +-
 src/rtin_geojson.c|   2 +-
 src/rtin_twkb.c   |   3 +-
 src/rtin_wkb.c|   2 +-
 src/rtiterator.c  |   3 +-
 src/rtline.c  |   3 +-
 src/rtlinearreferencing.c |   3 +-
 src/rtmcurve.c|   3 +-
 src/rtmline.c |   3 +-
 src/rtmpoint.c|   3 +-
 src/rtmpoly.c |   3 +-
 src/rtmsurface.c  |   3 +-
 src/rtout_encoded_polyline.c  |   3 +-
 src/rtout_geojson.c   |   3 +-
 src/rtout_gml.c   |   3 +-
 src/rtout_kml.c   |   3 +-
 src/rtout_svg.c   |   3 +-
 src/rtout_twkb.c  |   3 +-
 src/rtout_twkb.h  |   4 +-
 src/rtout_wkb.c   |   3 +-
 src/rtout_wkt.c   |   3 +-
 src/rtout_x3d.c   |   3 +-
 src/rtpoint.c |   2 +-
 src/rtpoly.c  |   3 +-
 src/rtprint.c |   3 +-
 src/rtpsurface.c  |   3 +-
 src/rtspheroid.c  |   3 +-
 src/rtstroke.c|   3 +-
 src/rtt_tpsnap.c  | 350 --
 src/rttin.c   |   3 +-
 src/rttree.c  |   3 +-
 src/rttree.h  |   2 +-
 src/rttriangle.c  |   3 +-
 src/rtutil.c  | 102 ++--
 src/stringbuffer.c|   3 +-
 src/stringbuffer.h|   2 +-
 src/varint.c  |   3 +-
 src/varint.h  |   2 +-
 75 files changed, 420 insertions(+), 423 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[librttopo] 06/06: Set distribution to experimental.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librttopo.

commit 930387ca71834e81897c71519375ccc354739f62
Author: Bas Couwenberg 
Date:   Thu Jan 25 10:12:48 2018 +0100

Set distribution to experimental.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 407508f..74abcf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-librttopo (1.1.0~rc1-1) UNRELEASED; urgency=medium
+librttopo (1.1.0~rc1-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
   * Update URLs for move from gogs to gitea.
@@ -6,7 +6,7 @@ librttopo (1.1.0~rc1-1) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Mark packages as Multi-Arch: same.
 
- -- Bas Couwenberg   Thu, 25 Jan 2018 10:08:41 +0100
+ -- Bas Couwenberg   Thu, 25 Jan 2018 10:12:34 +0100
 
 librttopo (1.1.0~rc0-1~exp3) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/librttopo][upstream] New upstream version 1.1.0~rc1

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch upstream at Debian GIS Project / 
librttopo


Commits:
fb1f9c93 by Bas Couwenberg at 2018-01-25T10:08:34+01:00
New upstream version 1.1.0~rc1
- - - - -


30 changed files:

- HOWTO_RELEASE
- NEWS.md
- README.md
- configure.ac
- headers/librttopo.h
- headers/librttopo_geom.h.in
- src/Makefile.am
- src/box2d.c
- src/bytebuffer.c
- src/bytebuffer.h
- src/g_box.c
- src/g_serialized.c
- src/g_util.c
- src/librttopo_geom_internal.h
- src/librttopo_internal.h
- src/measures.c
- src/measures.h
- src/measures3d.c
- src/measures3d.h
- src/ptarray.c
- src/rtalgorithm.c
- src/rtcircstring.c
- src/rtcollection.c
- src/rtcompound.c
- src/rtcurvepoly.c
- src/rtgeodetic.c
- src/rtgeodetic.h
- src/rtgeom.c
- src/rtgeom_api.c
- src/rtgeom_debug.c


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/librttopo/commit/fb1f9c93f45b9e3b631f718774dedfb546d9aead

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/librttopo/commit/fb1f9c93f45b9e3b631f718774dedfb546d9aead
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[librttopo] branch master updated (0a985eb -> 930387c)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository librttopo.

  from  0a985eb   Update copyright-format URL to use HTTPS.
   new  fb1f9c9   New upstream version 1.1.0~rc1
   new  609e1af   Merge tag 'upstream/1.1.0_rc1'
   new  5ac2622   New upstream release candidate.
   new  f5b42e0   Bump Standards-Version to 4.1.3, no changes.
   new  02b31e9   Mark packages as Multi-Arch: same.
   new  930387c   Set distribution to experimental.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 HOWTO_RELEASE |   4 +-
 NEWS.md   |   3 +
 README.md |   4 +-
 configure.ac  |  21 ++-
 debian/changelog  |   8 +-
 debian/control|   4 +-
 headers/librttopo.h   |  17 +-
 headers/librttopo_geom.h.in   |   2 +-
 src/Makefile.am   |   4 +-
 src/box2d.c   |   3 +-
 src/bytebuffer.c  |   3 +-
 src/bytebuffer.h  |   2 +-
 src/g_box.c   |   3 +-
 src/g_serialized.c|   3 +-
 src/g_util.c  |   3 +-
 src/librttopo_geom_internal.h |   3 +-
 src/librttopo_internal.h  |   3 +-
 src/measures.c|   3 +-
 src/measures.h|   4 +-
 src/measures3d.c  |   5 +-
 src/measures3d.h  |   2 +-
 src/ptarray.c |   2 +-
 src/rtalgorithm.c |   3 +-
 src/rtcircstring.c|   3 +-
 src/rtcollection.c|   3 +-
 src/rtcompound.c  |   3 +-
 src/rtcurvepoly.c |   3 +-
 src/rtgeodetic.c  |   3 +-
 src/rtgeodetic.h  |   2 +-
 src/rtgeom.c  |   3 +-
 src/rtgeom_api.c  |  10 +-
 src/rtgeom_debug.c|   3 +-
 src/rtgeom_geos.c |  74 +
 src/rtgeom_geos.h |   2 +-
 src/rtgeom_geos_clean.c   |   4 +-
 src/rtgeom_geos_node.c|   5 +-
 src/rtgeom_geos_split.c   |   3 +-
 src/rtgeom_log.h  |   2 +-
 src/rtgeom_topo.c |  68 
 src/rthomogenize.c|   3 +-
 src/rtin_geojson.c|   2 +-
 src/rtin_twkb.c   |   3 +-
 src/rtin_wkb.c|   2 +-
 src/rtiterator.c  |   3 +-
 src/rtline.c  |   3 +-
 src/rtlinearreferencing.c |   3 +-
 src/rtmcurve.c|   3 +-
 src/rtmline.c |   3 +-
 src/rtmpoint.c|   3 +-
 src/rtmpoly.c |   3 +-
 src/rtmsurface.c  |   3 +-
 src/rtout_encoded_polyline.c  |   3 +-
 src/rtout_geojson.c   |   3 +-
 src/rtout_gml.c   |   3 +-
 src/rtout_kml.c   |   3 +-
 src/rtout_svg.c   |   3 +-
 src/rtout_twkb.c  |   3 +-
 src/rtout_twkb.h  |   4 +-
 src/rtout_wkb.c   |   3 +-
 src/rtout_wkt.c   |   3 +-
 src/rtout_x3d.c   |   3 +-
 src/rtpoint.c |   2 +-
 src/rtpoly.c  |   3 +-
 src/rtprint.c |   3 +-
 src/rtpsurface.c  |   3 +-
 src/rtspheroid.c  |   3 +-
 src/rtstroke.c|   3 +-
 src/rtt_tpsnap.c  | 350 --
 src/rttin.c   |   3 +-
 src/rttree.c  |   3 +-
 src/rttree.h  |   2 +-
 src/rttriangle.c  |   3 +-
 src/rtutil.c  | 102 ++--
 src/stringbuffer.c|   3 +-
 src/stringbuffer.h|   2 +-
 src/varint.c  |   3 +-
 src/varint.h  |   2 +-
 77 files changed, 428 insertions(+), 427 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[librttopo] 03/06: New upstream release candidate.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librttopo.

commit 5ac26220745725965d216ff507c61f5a5f47277e
Author: Bas Couwenberg 
Date:   Thu Jan 25 10:08:56 2018 +0100

New upstream release candidate.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ea57c2..a778ad8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-librttopo (1.1.0~rc0-1~exp4) UNRELEASED; urgency=medium
+librttopo (1.1.0~rc1-1) UNRELEASED; urgency=medium
 
+  * New upstream release candidate.
   * Update URLs for move from gogs to gitea.
   * Bump Standards-Version to 4.1.2, no changes.
   * Update copyright-format URL to use HTTPS.
 
- -- Bas Couwenberg   Fri, 22 Dec 2017 23:52:19 +0100
+ -- Bas Couwenberg   Thu, 25 Jan 2018 10:08:41 +0100
 
 librttopo (1.1.0~rc0-1~exp3) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[librttopo] 01/06: New upstream version 1.1.0~rc1

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librttopo.

commit fb1f9c93f45b9e3b631f718774dedfb546d9aead
Author: Bas Couwenberg 
Date:   Thu Jan 25 10:08:34 2018 +0100

New upstream version 1.1.0~rc1
---
 HOWTO_RELEASE |   4 +-
 NEWS.md   |   3 +
 README.md |   4 +-
 configure.ac  |  21 ++-
 headers/librttopo.h   |  17 +-
 headers/librttopo_geom.h.in   |   2 +-
 src/Makefile.am   |   4 +-
 src/box2d.c   |   3 +-
 src/bytebuffer.c  |   3 +-
 src/bytebuffer.h  |   2 +-
 src/g_box.c   |   3 +-
 src/g_serialized.c|   3 +-
 src/g_util.c  |   3 +-
 src/librttopo_geom_internal.h |   3 +-
 src/librttopo_internal.h  |   3 +-
 src/measures.c|   3 +-
 src/measures.h|   4 +-
 src/measures3d.c  |   5 +-
 src/measures3d.h  |   2 +-
 src/ptarray.c |   2 +-
 src/rtalgorithm.c |   3 +-
 src/rtcircstring.c|   3 +-
 src/rtcollection.c|   3 +-
 src/rtcompound.c  |   3 +-
 src/rtcurvepoly.c |   3 +-
 src/rtgeodetic.c  |   3 +-
 src/rtgeodetic.h  |   2 +-
 src/rtgeom.c  |   3 +-
 src/rtgeom_api.c  |  10 +-
 src/rtgeom_debug.c|   3 +-
 src/rtgeom_geos.c |  74 +
 src/rtgeom_geos.h |   2 +-
 src/rtgeom_geos_clean.c   |   4 +-
 src/rtgeom_geos_node.c|   5 +-
 src/rtgeom_geos_split.c   |   3 +-
 src/rtgeom_log.h  |   2 +-
 src/rtgeom_topo.c |  68 
 src/rthomogenize.c|   3 +-
 src/rtin_geojson.c|   2 +-
 src/rtin_twkb.c   |   3 +-
 src/rtin_wkb.c|   2 +-
 src/rtiterator.c  |   3 +-
 src/rtline.c  |   3 +-
 src/rtlinearreferencing.c |   3 +-
 src/rtmcurve.c|   3 +-
 src/rtmline.c |   3 +-
 src/rtmpoint.c|   3 +-
 src/rtmpoly.c |   3 +-
 src/rtmsurface.c  |   3 +-
 src/rtout_encoded_polyline.c  |   3 +-
 src/rtout_geojson.c   |   3 +-
 src/rtout_gml.c   |   3 +-
 src/rtout_kml.c   |   3 +-
 src/rtout_svg.c   |   3 +-
 src/rtout_twkb.c  |   3 +-
 src/rtout_twkb.h  |   4 +-
 src/rtout_wkb.c   |   3 +-
 src/rtout_wkt.c   |   3 +-
 src/rtout_x3d.c   |   3 +-
 src/rtpoint.c |   2 +-
 src/rtpoly.c  |   3 +-
 src/rtprint.c |   3 +-
 src/rtpsurface.c  |   3 +-
 src/rtspheroid.c  |   3 +-
 src/rtstroke.c|   3 +-
 src/rtt_tpsnap.c  | 350 --
 src/rttin.c   |   3 +-
 src/rttree.c  |   3 +-
 src/rttree.h  |   2 +-
 src/rttriangle.c  |   3 +-
 src/rtutil.c  | 102 ++--
 src/stringbuffer.c|   3 +-
 src/stringbuffer.h|   2 +-
 src/varint.c  |   3 +-
 src/varint.h  |   2 +-
 75 files changed, 420 insertions(+), 423 deletions(-)

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index f203112..c59f9d0 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -1,9 +1,7 @@
 - Set version in configure.ac
 - Tweak -version-info in src/Makefile.am
 - Run make distcheck, fix if needed
-- Commit all of the above
-- Regenerate ChangeLog (make cl) and commit again
-- Commit and push to repository, confirm bots are all happy
+- Commit all of the above, confirm bots are all happy
 - Add annotated tag: git tag -sa librttopo-
 - Push annotated tag to repository: git push  librttopo-
 - Create release artifacts: make dist
diff --git a/NEWS.md b/NEWS.md
index 952fdd7..5f515dc 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -6,6 +6,9 @@ -MM-DD
  - Support for tolerance/precision=0 added, -1 is the new value
for automatic computation of minimal tolerance.
 
+ - The getEdgeWithinBox2D backend callback needs to support a NULL
+   value as BBOX pointer (to return all edges)
+
  # New Features
 
  - Function `rtt_AddLineNoFace`, to add lines w/out determining new
diff --git a/README.md b/README.md
index ba94315..8e1d562 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ RT Topology Library
 
 | OSGeo | GitLab |
 |:---   |:---|
-| [![Build 
Status](https://drone.osgeo.kbt.io/api/badges/rttopo/librttopo/status.svg)] 
(https://drone.osgeo.kbt.io/rttopo/librttopo) | 
[![Gitlab-CI](https://gitlab.com/rttopo/rttopo/badges/master/build.svg)] 
(https://gitlab.com/rttopo/rttopo/commits/master) |
+| [![Build 
Status](https://drone.osgeo.org/api/badges/rttopo/librttopo/status.svg)] 
(https://drone.osgeo.org/rttopo/librttopo) | 
[![G

[Git][debian-gis-team/librttopo][pristine-tar] pristine-tar data for librttopo_1.1.0~rc1.orig.tar.gz

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch pristine-tar at Debian GIS Project / 
librttopo


Commits:
0b9aa512 by Bas Couwenberg at 2018-01-25T10:08:35+01:00
pristine-tar data for librttopo_1.1.0~rc1.orig.tar.gz

- - - - -


2 changed files:

- + librttopo_1.1.0~rc1.orig.tar.gz.delta
- + librttopo_1.1.0~rc1.orig.tar.gz.id


Changes:

=
librttopo_1.1.0~rc1.orig.tar.gz.delta
=
Binary files /dev/null and b/librttopo_1.1.0~rc1.orig.tar.gz.delta differ


=
librttopo_1.1.0~rc1.orig.tar.gz.id
=
--- /dev/null
+++ b/librttopo_1.1.0~rc1.orig.tar.gz.id
@@ -0,0 +1 @@
+0b5ce3c9ac6554714e5cd5f3e411f065ddf99599



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/librttopo/commit/0b9aa512028cfc6d82e383d8b70867517a43f513

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/librttopo/commit/0b9aa512028cfc6d82e383d8b70867517a43f513
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/librttopo] Pushed new tag upstream/1.1.0_rc1

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag upstream/1.1.0_rc1 at Debian GIS Project / 
librttopo

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/librttopo/tree/upstream/1.1.0_rc1
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[librttopo] tag debian/1.1.0_rc1-1_exp1 created (now 930387c)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.1.0_rc1-1_exp1
in repository librttopo.

at  930387c   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[librttopo] branch pristine-tar updated (4743af7 -> 0b9aa51)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository librttopo.

  from  4743af7   pristine-tar data for librttopo_1.1.0~rc0.orig.tar.gz
   new  0b9aa51   pristine-tar data for librttopo_1.1.0~rc1.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 librttopo_1.1.0~rc1.orig.tar.gz.delta | Bin 0 -> 4226 bytes
 librttopo_1.1.0~rc1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 librttopo_1.1.0~rc1.orig.tar.gz.delta
 create mode 100644 librttopo_1.1.0~rc1.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[librttopo] annotated tag upstream/1.1.0_rc1 created (now c91a2ad)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/1.1.0_rc1
in repository librttopo.

at  c91a2ad   (tag)
   tagging  fb1f9c93f45b9e3b631f718774dedfb546d9aead (commit)
  replaces  upstream/1.1.0_rc0
 tagged by  Bas Couwenberg
on  Thu Jan 25 10:08:35 2018 +0100

- Log -
Upstream version 1.1.0~rc1

Bas Couwenberg (1):
  New upstream version 1.1.0~rc1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[librttopo] 01/01: pristine-tar data for librttopo_1.1.0~rc1.orig.tar.gz

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository librttopo.

commit 0b9aa512028cfc6d82e383d8b70867517a43f513
Author: Bas Couwenberg 
Date:   Thu Jan 25 10:08:35 2018 +0100

pristine-tar data for librttopo_1.1.0~rc1.orig.tar.gz
---
 librttopo_1.1.0~rc1.orig.tar.gz.delta | Bin 0 -> 4226 bytes
 librttopo_1.1.0~rc1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/librttopo_1.1.0~rc1.orig.tar.gz.delta 
b/librttopo_1.1.0~rc1.orig.tar.gz.delta
new file mode 100644
index 000..2758a45
Binary files /dev/null and b/librttopo_1.1.0~rc1.orig.tar.gz.delta differ
diff --git a/librttopo_1.1.0~rc1.orig.tar.gz.id 
b/librttopo_1.1.0~rc1.orig.tar.gz.id
new file mode 100644
index 000..0bebfff
--- /dev/null
+++ b/librttopo_1.1.0~rc1.orig.tar.gz.id
@@ -0,0 +1 @@
+0b5ce3c9ac6554714e5cd5f3e411f065ddf99599

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librttopo.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/librttopo] Pushed new tag debian/1.1.0_rc1-1_exp1

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/1.1.0_rc1-1_exp1 at Debian GIS 
Project / librttopo

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/librttopo/tree/debian/1.1.0_rc1-1_exp1
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/librttopo][master] 6 commits: New upstream version 1.1.0~rc1

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / librttopo


Commits:
fb1f9c93 by Bas Couwenberg at 2018-01-25T10:08:34+01:00
New upstream version 1.1.0~rc1
- - - - -
609e1aff by Bas Couwenberg at 2018-01-25T10:08:37+01:00
Merge tag 'upstream/1.1.0_rc1'

Upstream version 1.1.0~rc1

- - - - -
5ac26220 by Bas Couwenberg at 2018-01-25T10:08:56+01:00
New upstream release candidate.

- - - - -
f5b42e05 by Bas Couwenberg at 2018-01-25T10:09:54+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
02b31e94 by Bas Couwenberg at 2018-01-25T10:10:59+01:00
Mark packages as Multi-Arch: same.

- - - - -
930387ca by Bas Couwenberg at 2018-01-25T10:12:48+01:00
Set distribution to experimental.

- - - - -


30 changed files:

- HOWTO_RELEASE
- NEWS.md
- README.md
- configure.ac
- debian/changelog
- debian/control
- headers/librttopo.h
- headers/librttopo_geom.h.in
- src/Makefile.am
- src/box2d.c
- src/bytebuffer.c
- src/bytebuffer.h
- src/g_box.c
- src/g_serialized.c
- src/g_util.c
- src/librttopo_geom_internal.h
- src/librttopo_internal.h
- src/measures.c
- src/measures.h
- src/measures3d.c
- src/measures3d.h
- src/ptarray.c
- src/rtalgorithm.c
- src/rtcircstring.c
- src/rtcollection.c
- src/rtcompound.c
- src/rtcurvepoly.c
- src/rtgeodetic.c
- src/rtgeodetic.h
- src/rtgeom.c


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/librttopo/compare/0a985eba0af0a4961c7a8ace577e2c05348617cf...930387ca71834e81897c71519375ccc354739f62

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/librttopo/compare/0a985eba0af0a4961c7a8ace577e2c05348617cf...930387ca71834e81897c71519375ccc354739f62
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Processing of librttopo_1.1.0~rc1-1~exp1_amd64.changes

2018-01-25 Thread Debian FTP Masters
librttopo_1.1.0~rc1-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  librttopo_1.1.0~rc1-1~exp1.dsc
  librttopo_1.1.0~rc1.orig.tar.gz
  librttopo_1.1.0~rc1-1~exp1.debian.tar.xz
  librttopo-dev_1.1.0~rc1-1~exp1_amd64.deb
  librttopo1-dbgsym_1.1.0~rc1-1~exp1_amd64.deb
  librttopo1_1.1.0~rc1-1~exp1_amd64.deb
  librttopo_1.1.0~rc1-1~exp1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


librttopo_1.1.0~rc1-1~exp1_amd64.changes ACCEPTED into experimental

2018-01-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 25 Jan 2018 10:12:34 +0100
Source: librttopo
Binary: librttopo1 librttopo-dev
Architecture: source amd64
Version: 1.1.0~rc1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 librttopo-dev - Tuscany Region topology library - Development files
 librttopo1 - Tuscany Region topology library
Changes:
 librttopo (1.1.0~rc1-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * Update URLs for move from gogs to gitea.
   * Bump Standards-Version to 4.1.3, no changes.
   * Update copyright-format URL to use HTTPS.
   * Mark packages as Multi-Arch: same.
Checksums-Sha1:
 1f1c64fdbef98757a1bd9f88c5d3d8754fb0579c 2138 librttopo_1.1.0~rc1-1~exp1.dsc
 39fbb3541f85bb4165ed90d43359d7ec7d54e164 301074 librttopo_1.1.0~rc1.orig.tar.gz
 6646918aa548e3785d0001dc2b328a5ab838f51b 7072 
librttopo_1.1.0~rc1-1~exp1.debian.tar.xz
 e6a4e9136f3b85c707c3ce38af43a1bcfddfae55 213260 
librttopo-dev_1.1.0~rc1-1~exp1_amd64.deb
 d345fbcfbe7a17adc9a596fd37ae9f31f9752181 494132 
librttopo1-dbgsym_1.1.0~rc1-1~exp1_amd64.deb
 f72d182c9d00c0b2d6013eeedadb6a6a856675c2 179296 
librttopo1_1.1.0~rc1-1~exp1_amd64.deb
 df39f35eb5beffc15e4bdc7f0653c3a8a9dd544f 6994 
librttopo_1.1.0~rc1-1~exp1_amd64.buildinfo
Checksums-Sha256:
 3cbc80b21d4aaec57d1adc909ae3cf37dc5ad4963cbd2397e97cd82e8bb7631d 2138 
librttopo_1.1.0~rc1-1~exp1.dsc
 ca7123e607c8bc10a30c2b2f4d36769b40f3d951920649ff9b5f5b11ec967597 301074 
librttopo_1.1.0~rc1.orig.tar.gz
 4937c660c6c6a93c4eb6e731f5ca81581cd526d0749e02d64ea0a01b5263c3f5 7072 
librttopo_1.1.0~rc1-1~exp1.debian.tar.xz
 b7c2ec1c130a3182becdd6481c86d22168fdf5bfd9d908874a4af9a0fd378be8 213260 
librttopo-dev_1.1.0~rc1-1~exp1_amd64.deb
 089ec078ab732ac9861b8b7f8bfeb315d6a41861f6ca4395458e1de5c7146b34 494132 
librttopo1-dbgsym_1.1.0~rc1-1~exp1_amd64.deb
 131f37f3281eb5d83bad07a3dfc2f9c275ae8b044c5a9768f31cd97b428a60c7 179296 
librttopo1_1.1.0~rc1-1~exp1_amd64.deb
 a23801e66d65a0a34089bd643765250d836f44bb68a86bcff051d4995b0d57a5 6994 
librttopo_1.1.0~rc1-1~exp1_amd64.buildinfo
Files:
 8319e0ac219a281d7ca11ae5833ca808 2138 science optional 
librttopo_1.1.0~rc1-1~exp1.dsc
 049ad5a956f02212b05464ccba6b5577 301074 science optional 
librttopo_1.1.0~rc1.orig.tar.gz
 a610ececa910586705b132eda064ff09 7072 science optional 
librttopo_1.1.0~rc1-1~exp1.debian.tar.xz
 698311e5a503386f5239cddb8ddde9c7 213260 libdevel optional 
librttopo-dev_1.1.0~rc1-1~exp1_amd64.deb
 a404cbe7e4f20a8327b6e40da75bb344 494132 debug optional 
librttopo1-dbgsym_1.1.0~rc1-1~exp1_amd64.deb
 a9c48714ddd112a7c33dd5fd78bfd08b 179296 libs optional 
librttopo1_1.1.0~rc1-1~exp1_amd64.deb
 1110615f4ff2f63b62c1544a1c783232 6994 science optional 
librttopo_1.1.0~rc1-1~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlppoG4ACgkQZ1DxCuiN
SvG3gg//X8TAT0Hz6b3v8o2+rkfXptijugS4VVG+w2FXmmZdZcxInKl8v3Z5HZAw
hlQaBX6KPnhLXoSOmD248hyFH8nYZ06YZcbor1SfrRILwmPdMotb9+rkuESbJ2cb
JTk3/xJsBYUCqFZ/Y4t9IyZgdScZ2eFV3jOxmPVui5IoyJBgsrHRrbtbKIYKmu2u
QF1OqDgMmepyKfGbYKgkd2tGnliRRhBwwCWr655lvOa5l1MGfHG/20aVjzfZPdTv
TWtAstmYO2W+eZs0h83nQnc3iHnsIkXmenC7R7JW24GmkHbIWRnkGxJZK3RGvQtC
lBGVnPl5+srE+OpR40CSnoWEYuNSRr499vDgHyaFBNWcHIYXzdv8cBt8FIbmIp2V
AW5CnYztjl3KeFZHmFUcl0Zjwd+xVSzYX6JZ5X6fmbFND00bQj2mE47HQWM4XZTx
B7xBz6r1zlsv9WW7LchazfH9M/nJaV42knKpAcC+SYPdAv4J0nR4X+IuizIkDR9a
8IUFCoXPdeQNp0QA/CuCIwJ+MgMaUPuwjSXoicdghimD2KQuI1Y9BJ0qzJZryfGC
WNfYbaybYgwx1BCRGysLJUa0QgH/1W8ZHLKVI2nv1haKfrcbaQR4CozTMFLft2fE
gWLKOLgm3qDDxRBN2PN1CGvB1PLeP2N0DSIemxAYLjAhHZa6c8s=
=MV4w
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


osgearth_2.9~rc2+dfsg-1~exp1_amd64.changes ACCEPTED into experimental

2018-01-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 25 Jan 2018 07:36:40 +0100
Source: osgearth
Binary: osgearth osgearth-data libosgearth5 libosgearthannotation5 
libosgearthfeatures5 libosgearthqt5-5 libosgearthsplat5 libosgearthsymbology5 
libosgearthutil5 openscenegraph-plugin-osgearth libosgearth-dev
Architecture: source amd64 all
Version: 2.9~rc2+dfsg-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libosgearth-dev - osgEarth development files
 libosgearth5 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph (shared 
l
 libosgearthannotation5 - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarth
 libosgearthfeatures5 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 libosgearthqt5-5 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 libosgearthsplat5 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 libosgearthsymbology5 - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarth
 libosgearthutil5 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 openscenegraph-plugin-osgearth - OpenSceneGraph plugins for osgEarth
 osgearth   - Dynamic 3D terrain rendering toolkit for OpenSceneGraph (binaries
 osgearth-data - Dynamic 3D terrain rendering toolkit for OpenSceneGraph (data)
Changes:
 osgearth (2.9~rc2+dfsg-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * Update Files-Excluded for osgEarth 2.9rc2.
   * Don't explicitly disable FastDXT driver, disabled upstream.
   * Drop spelling-errors.patch, applied upstream.
   * Update symbols for amd64.
Checksums-Sha1:
 1366697079339628bbb038ba1dbf76271fa4dbdc 3086 osgearth_2.9~rc2+dfsg-1~exp1.dsc
 589373dce8d1574f5c0f140a30e0ca3d031997e1 16661842 
osgearth_2.9~rc2+dfsg.orig.tar.gz
 7b69452cc598d9b80dd1e0df6e96e8d8eeb3d501 113572 
osgearth_2.9~rc2+dfsg-1~exp1.debian.tar.xz
 e1ebe77b900abd74cc3d023985e52e5bed290022 544592 
libosgearth-dev_2.9~rc2+dfsg-1~exp1_amd64.deb
 b57243f6c9058aee4e4c7ba7d50fe56cea31137b 22278252 
libosgearth5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 cef1802a2afdceb1db2bcf436052004a6327375e 1242440 
libosgearth5_2.9~rc2+dfsg-1~exp1_amd64.deb
 11bf00862670c19f856e52c57d53c329b5c9fc47 5699896 
libosgearthannotation5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 1e1e7c35d119d5484be8bacf27b83bf0ed46d55f 258800 
libosgearthannotation5_2.9~rc2+dfsg-1~exp1_amd64.deb
 d1481292dd9202e593dd8b49e188802b42c97e56 10551324 
libosgearthfeatures5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 6c06274550ff8b449ce080956e49ed80c8011a4e 421272 
libosgearthfeatures5_2.9~rc2+dfsg-1~exp1_amd64.deb
 3c565ead5225f2fa5695e8256569af7030d21deb 672564 
libosgearthqt5-5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 fa4598a10a71d5e25b0be9e3678fdc075efc3d77 32884 
libosgearthqt5-5_2.9~rc2+dfsg-1~exp1_amd64.deb
 01db0306110fbe47a2bafa18f65d23cc2e2bf567 3561956 
libosgearthsplat5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 4807093e2b64f6fc5b5abe2a6d509329bd50aca7 232356 
libosgearthsplat5_2.9~rc2+dfsg-1~exp1_amd64.deb
 17642a20d40ed06d7056d4b8193e11a6432cf263 10539052 
libosgearthsymbology5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 22494e864b4af2486619b7dc5b849cd2ab988df8 491676 
libosgearthsymbology5_2.9~rc2+dfsg-1~exp1_amd64.deb
 119c0cc043d838195ddfaed23fa0a58964a49642 14172904 
libosgearthutil5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 139d4bab69669311bf5fc8ccc52b264de2d9380e 699448 
libosgearthutil5_2.9~rc2+dfsg-1~exp1_amd64.deb
 3d066a99c32cf6546c0e0d767f54cb33f6e1f8b4 35071824 
openscenegraph-plugin-osgearth-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 882cee09bc878c8811a0b396aabff6851e6c27f4 4297868 
openscenegraph-plugin-osgearth_2.9~rc2+dfsg-1~exp1_amd64.deb
 1f08bf632a4f0dca162a11140bb0c0ed0a91ec41 4721856 
osgearth-data_2.9~rc2+dfsg-1~exp1_all.deb
 76c71c5eaca8caee135027a84a09b86de55c93d3 3517328 
osgearth-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 19d04a8acb9ca165a5c01faeb9965df378c0c2cb 27153 
osgearth_2.9~rc2+dfsg-1~exp1_amd64.buildinfo
 7e83149261c16732a4d9828feb405e7c28299ec8 210304 
osgearth_2.9~rc2+dfsg-1~exp1_amd64.deb
Checksums-Sha256:
 df5769fac25e2208aefb884820bc515e957f6b5153f542c6f0cbab00b56cddf1 3086 
osgearth_2.9~rc2+dfsg-1~exp1.dsc
 9acdeef61424cf554d1ba6f274a4e28cd6b52546ae6a9a51fbe9b6d35c57b355 16661842 
osgearth_2.9~rc2+dfsg.orig.tar.gz
 de8caf80d2437f92992ec4e22b59181258a78fc9fd4804aa29f4fb00cedee942 113572 
osgearth_2.9~rc2+dfsg-1~exp1.debian.tar.xz
 c7877fcdf1280b7c8f083cb8d4b9753dd275de45a29d15cce1326fad848355d5 544592 
libosgearth-dev_2.9~rc2+dfsg-1~exp1_amd64.deb
 3eb702b0ac6e0e15af3b617d1f6f02cd678bfd60adf93e992a698f04d37e40ad 22278252 
libosgearth5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 07516d74db95ee0f615a388ebaf7ab2225fdaff7cfcb23470195a078c36c73c6 1242440 
libosgearth5_2.9~rc2+dfsg-1~exp1_amd64.deb
 db937ac1eabdf1dc772916ae14b8b67903f9dbee8f76e239193636922522e3cb 5699896 
libosgearthannotation5-dbgsym_2.9~rc2+dfsg-1~exp1_amd64.deb
 9d0e65cce94acd

[otb] 04/11: Drop patches, included upstream.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit 9da376b194686f84099eace1405def2a01a7070f
Author: Bas Couwenberg 
Date:   Thu Jan 25 08:05:12 2018 +0100

Drop patches, included upstream.
---
 debian/changelog   |  1 +
 ...1499-add-a-if-else-to-support-ossimRpcSol.patch | 54 -
 ...UG-Mantis-1499-detect-Ossim-version-2.2.0.patch | 56 --
 debian/patches/series  |  2 -
 4 files changed, 1 insertion(+), 112 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f32ddb..8924cdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ otb (6.4.0~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release candidate.
   * Update copyright-format URL to use HTTPS.
+  * Drop patches, included upstream.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 07:50:01 +0100
 
diff --git 
a/debian/patches/0001-BUG-Mantis-1499-add-a-if-else-to-support-ossimRpcSol.patch
 
b/debian/patches/0001-BUG-Mantis-1499-add-a-if-else-to-support-ossimRpcSol.patch
deleted file mode 100644
index 2fdeac0..000
--- 
a/debian/patches/0001-BUG-Mantis-1499-add-a-if-else-to-support-ossimRpcSol.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From 8cad2e5d8265563ad8e03b044398a578a20bf7cf Mon Sep 17 00:00:00 2001
-From: Guillaume Pasero 
-Date: Fri, 15 Dec 2017 17:15:41 +0100
-Subject: BUG: Mantis-1499: add a if-else to support
- ossimRpcSolver::getRpcModel()
-

- Modules/Adapters/OSSIMAdapters/src/CMakeLists.txt  | 11 ++-
- Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx |  4 
- Modules/ThirdParty/Ossim/otb-module-init.cmake |  2 ++
- 3 files changed, 16 insertions(+), 1 deletion(-)
-
 a/Modules/Adapters/OSSIMAdapters/src/CMakeLists.txt
-+++ b/Modules/Adapters/OSSIMAdapters/src/CMakeLists.txt
-@@ -41,7 +41,16 @@ target_link_libraries(OTBOSSIMAdapters
-   ${OTBOssim_LIBRARIES}
-   ${OTBOssimPlugins_LIBRARIES}
-   ${OTBOpenThreads_LIBRARIES}
--
-   )
- 
- otb_module_target(OTBOSSIMAdapters)
-+
-+# add the OTB_OSSIM_VERSION definition
-+get_target_property(_OTBOSSIMAdapters_COMP_DEF OTBOSSIMAdapters 
COMPILE_DEFINITIONS)
-+if(_OTBOSSIMAdapters_COMP_DEF)
-+  set_target_properties(OTBOSSIMAdapters
-+PROPERTIES COMPILE_DEFINITIONS 
"${_OTBOSSIMAdapters_COMP_DEF};OTB_OSSIM_VERSION=${OTB_OSSIM_VERSION}")
-+else()
-+  set_target_properties(OTBOSSIMAdapters
-+PROPERTIES COMPILE_DEFINITIONS "OTB_OSSIM_VERSION=${OTB_OSSIM_VERSION}")
-+endif()
 a/Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx
-+++ b/Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx
-@@ -112,7 +112,11 @@ RPCSolverAdapter::Solve(const GCPsContai
-   rmsError = rpcSolver->getRmsError();
- 
-   // Retrieve the output RPC projection
-+#if OTB_OSSIM_VERSION < 20200
-   ossimRefPtr rpcProjection = 
dynamic_cast(rpcSolver->createRpcProjection()->getProjection());
-+#else
-+  ossimRefPtr rpcProjection = rpcSolver->getRpcModel();
-+#endif
- 
-   // Export the sensor model in an ossimKeywordlist
-   ossimKeywordlist geom_kwl;
 a/Modules/ThirdParty/Ossim/otb-module-init.cmake
-+++ b/Modules/ThirdParty/Ossim/otb-module-init.cmake
-@@ -19,3 +19,5 @@
- #
- 
- find_package ( Ossim REQUIRED )
-+
-+set(OTB_OSSIM_VERSION ${OSSIM_VERSION_NUMBER} CACHE INTERNAL "Ossim version 
detected by OTB" FORCE)
diff --git 
a/debian/patches/0001-BUG-Mantis-1499-detect-Ossim-version-2.2.0.patch 
b/debian/patches/0001-BUG-Mantis-1499-detect-Ossim-version-2.2.0.patch
deleted file mode 100644
index 7195cf4..000
--- a/debian/patches/0001-BUG-Mantis-1499-detect-Ossim-version-2.2.0.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From 85d25812fef825c2e095e8dad064fd94453ea0da Mon Sep 17 00:00:00 2001
-From: Guillaume Pasero 
-Date: Fri, 15 Dec 2017 17:13:31 +0100
-Subject: BUG: Mantis-1499: detect Ossim version 2.2.0
-

- CMake/FindOssim.cmake | 28 +++-
- 1 file changed, 23 insertions(+), 5 deletions(-)
-
 a/CMake/FindOssim.cmake
-+++ b/CMake/FindOssim.cmake
-@@ -35,14 +35,10 @@ find_path( OSSIM_INCLUDE_DIR
-NAMES ossim/init/ossimInit.h )
- 
- # Version checking
-+set(OSSIM_VERSION)
- if(EXISTS "${OSSIM_INCLUDE_DIR}/ossim/ossimVersion.h")
-   file(READ "${OSSIM_INCLUDE_DIR}/ossim/ossimVersion.h" 
_ossim_version_h_CONTENTS)
-   string(REGEX REPLACE ".*# *define OSSIM_VERSION *\"([0-9.]+)\".*" "\\1" 
OSSIM_VERSION "${_ossim_version_h_CONTENTS}")
--  string(REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9]+)" "\\1" 
OSSIM_MAJOR_VERSION_NUMBER "${OSSIM_VERSION}")
--  string(REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9]+)" "\\2" 
OSSIM_MINOR_VERSION_NUMBER "${OSSIM_VERSION}")
--  string(REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9]+)" "\\3" 
OSSIM_PATCH_VERSION_NUMBER "${OSSIM_VERSION}")
--  math(EXPR OSSIM_VERSION_NUMBER
--
"((${OSSIM_MAJOR_VERSION_NUMBER})*100+${OSSIM_MINOR_VERSION_NUMBER})*100+${OSS

[otb] 03/11: New upstream release candidate.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit 450f6e002add0bb3ebce00de1215a84babefee0a
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:53:07 2018 +0100

New upstream release candidate.
---
 debian/changelog   |   6 +-
 debian/control | 362 ++---
 debian/libotb-dev.install  |   4 +-
 ...libotbapplicationengine-6.2-1.lintian-overrides |   4 -
 ...stall => libotbapplicationengine-6.4-1.install} |   0
 ...libotbapplicationengine-6.4-1.lintian-overrides |   4 +
 ...mbols => libotbapplicationengine-6.4-1.symbols} |   2 +-
 debian/libotbcarto-6.2-1.lintian-overrides |   3 -
 ...rto-6.2-1.install => libotbcarto-6.4-1.install} |   0
 debian/libotbcarto-6.4-1.lintian-overrides |   3 +
 ...rto-6.2-1.symbols => libotbcarto-6.4-1.symbols} |   2 +-
 ...2-1.install => libotbcommandline-6.4-1.install} |   0
 ...2-1.symbols => libotbcommandline-6.4-1.symbols} |   2 +-
 ...libotbcommandlineparser-6.2-1.lintian-overrides |   3 -
 ...stall => libotbcommandlineparser-6.4-1.install} |   0
 ...libotbcommandlineparser-6.4-1.lintian-overrides |   3 +
 ...mbols => libotbcommandlineparser-6.4-1.symbols} |   2 +-
 ...on-6.2-1.install => libotbcommon-6.4-1.install} |   0
 ...on-6.2-1.symbols => libotbcommon-6.4-1.symbols} |   2 +-
 ...-1.install => libotbcurladapters-6.4-1.install} |   0
 ...-1.symbols => libotbcurladapters-6.4-1.symbols} |   2 +-
 ...edge-6.2-1.install => libotbedge-6.4-1.install} |   0
 ...edge-6.2-1.symbols => libotbedge-6.4-1.symbols} |   2 +-
 ...nstall => libotbextendedfilename-6.4-1.install} |   0
 ...ymbols => libotbextendedfilename-6.4-1.symbols} |   2 +-
 ...zzy-6.2-1.install => libotbfuzzy-6.4-1.install} |   0
 ...zzy-6.2-1.symbols => libotbfuzzy-6.4-1.symbols} |   2 +-
 ...-1.install => libotbgdaladapters-6.4-1.install} |   0
 ...-1.symbols => libotbgdaladapters-6.4-1.symbols} |   2 +-
 ...tbice-6.2-1.install => libotbice-6.4-1.install} |   0
 ...tbice-6.2-1.symbols => libotbice-6.4-1.symbols} |   2 +-
 ...6.2-1.install => libotbimagebase-6.4-1.install} |   0
 ...6.2-1.symbols => libotbimagebase-6.4-1.symbols} |   2 +-
 ...o-6.2-1.install => libotbimageio-6.4-1.install} |   0
 ...o-6.2-1.symbols => libotbimageio-6.4-1.symbols} |   2 +-
 ...stall => libotbimagemanipulation-6.4-1.install} |   0
 ...mbols => libotbimagemanipulation-6.4-1.symbols} |   2 +-
 ...bsq-6.2-1.install => libotbiobsq-6.4-1.install} |   0
 ...bsq-6.2-1.symbols => libotbiobsq-6.4-1.symbols} |   2 +-
 debian/libotbiogdal-6.2-1.lintian-overrides|   3 -
 ...al-6.2-1.install => libotbiogdal-6.4-1.install} |   0
 debian/libotbiogdal-6.4-1.lintian-overrides|   3 +
 ...al-6.2-1.symbols => libotbiogdal-6.4-1.symbols} |   2 +-
 debian/libotbiokml-6.2-1.lintian-overrides |   3 -
 ...kml-6.2-1.install => libotbiokml-6.4-1.install} |   0
 debian/libotbiokml-6.4-1.lintian-overrides |   3 +
 ...kml-6.2-1.symbols => libotbiokml-6.4-1.symbols} |   2 +-
 ...lum-6.2-1.install => libotbiolum-6.4-1.install} |   0
 ...lum-6.2-1.symbols => libotbiolum-6.4-1.symbols} |   2 +-
 ...r-6.2-1.install => libotbiomstar-6.4-1.install} |   0
 ...r-6.2-1.symbols => libotbiomstar-6.4-1.symbols} |   2 +-
 ...a-6.2-1.install => libotbioonera-6.4-1.install} |   0
 ...a-6.2-1.symbols => libotbioonera-6.4-1.symbols} |   2 +-
 ...rad-6.2-1.install => libotbiorad-6.4-1.install} |   0
 ...rad-6.2-1.symbols => libotbiorad-6.4-1.symbols} |   2 +-
 ...6.2-1.install => libotbiotilemap-6.4-1.install} |   0
 ...6.2-1.symbols => libotbiotilemap-6.4-1.symbols} |   2 +-
 ...pla-6.2-1.install => libotbmapla-6.4-1.install} |   0
 ...pla-6.2-1.symbols => libotbmapla-6.4-1.symbols} |   2 +-
 2-1.install => libotbmathparser-6.4-1.install} |   0
 2-1.symbols => libotbmathparser-6.4-1.symbols} |   2 +-
 ...-6.2-1.install => libotbmetadata-6.4-1.install} |   0
 ...-6.2-1.symbols => libotbmetadata-6.4-1.symbols} |   2 +-
 2-1.install => libotbmonteverdi-6.4-1.install} |   0
 2-1.symbols => libotbmonteverdi-6.4-1.symbols} |   2 +-
 install => libotbmonteverdicore-6.4-1.install} |   0
 symbols => libotbmonteverdicore-6.4-1.symbols} |   2 +-
 ...1.install => libotbmonteverdigui-6.4-1.install} |   0
 ...1.symbols => libotbmonteverdigui-6.4-1.symbols} |   2 +-
 ...all => libotbopenthreadsadapters-6.4-1.install} |   0
 ...otbopenthreadsadapters-6.4-1.lintian-overrides} |   2 +-
 ...ols => libotbopenthreadsadapters-6.4-1.symbols} |   2 +-
 ...1.install => libotbossimadapters-6.4-1.install} |   0
 ...1.symbols => libotbossimadapters-6.4-1.symbols} |   2 +-
 ...-1.install => libotbossimplugins-6.4-1.install} |   0
 ...-1.symbols => libotbossimplugins-6.4-1.symbols} |   2 +-
 ...2-1.install => libotbpolarimetry-6.4-1.install} |   0
 ...2-1.symbols => libotbpolarimetry-6.4-1.symbols} |   2 +-
 2-1.install => libotbprojection-6.4-1.ins

[otb] branch master updated (d564942 -> e376cb2)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository otb.

  from  d564942   Update copyright-format URL to use HTTPS.
   new  47b8955   New upstream version 6.4.0~rc1+dfsg
   new  b1a200f   Merge tag 'upstream/6.4.0_rc1+dfsg'
   new  450f6e0   New upstream release candidate.
   new  9da376b   Drop patches, included upstream.
   new  7543586   Enable Python 3 wrapper.
   new  d1fc021   Update symbols for amd64.
   new  59172a1   Bump Standards-Version to 4.1.3, no changes.
   new  0d257d0   Update lintian override for spelling-error-in-binary 
false positive.
   new  0f6b87f   Add patch to fix spelling errors.
   new  4d4652a   Add manpages for new executables.
   new  e376cb2   Set distribution to experimental.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMake/CTestCustom.cmake.in |   5 +-
 CMake/FindOssim.cmake  |  28 +-
 CMake/UseSWIGLocal.cmake   |   4 -
 CMakeLists.txt |  18 +-
 Examples/Application/ApplicationExample.cxx| 112 +--
 Examples/Application/test/CMakeLists.txt   |   2 +-
 .../ClassificationMapRegularizationExample.cxx |   2 -
 Examples/DataRepresentation/Image/Image4.cxx   |  10 +-
 .../Path/PolyLineParametricPath1.cxx   |   2 +-
 .../SimpleDisparityMapEstimationExample.cxx|   4 +-
 .../RightAngleDetectionExample.cxx |   2 +-
 Examples/FeatureExtraction/SURFExample.cxx |   2 +-
 Examples/IO/MetadataExample.cxx|   2 +-
 .../Iterators/ImageLinearIteratorWithIndex2.cxx|   4 +-
 Examples/Iterators/ImageRegionIterator.cxx |   4 +-
 .../EstimateAffineTransformationExample.cxx|   2 +-
 Examples/Patented/SIFTDisparityMapEstimation.cxx   |   2 +-
 Examples/Patented/SIFTExample.cxx  |   2 +-
 Examples/Patented/SIFTFastExample.cxx  |   2 +-
 .../Projections/GeometriesProjectionExample.cxx|   2 +-
 Examples/Projections/SensorModelExample.cxx|   4 +-
 .../Projections/VectorDataExtractROIExample.cxx|   8 +-
 .../Projections/VectorDataProjectionExample.cxx|   2 +-
 Examples/Registration/ImageRegistration1.cxx   |   2 +-
 Examples/Registration/ImageRegistration2.cxx   |   2 +-
 Examples/Registration/ImageRegistration5.cxx   |   6 +-
 Examples/Registration/ImageRegistration9.cxx   |   2 +-
 .../src/otbGeometriesToGeometriesFilter.cxx|   7 +-
 Modules/Adapters/OSSIMAdapters/src/CMakeLists.txt  |  11 +-
 .../OSSIMAdapters/src/otbRPCSolverAdapter.cxx  |   4 +
 Modules/Adapters/QtAdapters/src/otbQtAdapters.cxx  |  13 +-
 .../AppChangeDetection/app/CMakeLists.txt  |   5 -
 .../AppClassification/app/CMakeLists.txt   |  37 +-
 .../app/otbComputePolylineFeatureFromImage.cxx |   6 +-
 .../app/otbKMeansClassification.cxx|   2 +
 .../AppClassification/app/otbTrainRegression.cxx   |  94 +-
 .../app/otbTrainVectorClassifier.cxx   |   6 +-
 .../Applications/AppDescriptors/app/CMakeLists.txt |   9 -
 .../app/otbHomologousPointsExtraction.cxx  |   2 +-
 .../AppDimensionalityReduction/app/CMakeLists.txt  |   7 -
 Modules/Applications/AppEdge/app/CMakeLists.txt|   9 -
 .../AppEdge/app/otbLineSegmentDetection.cxx|   2 +-
 .../Applications/AppFiltering/app/CMakeLists.txt   |  11 +-
 .../AppFiltering/app/otbContrastEnhancement.cxx| 995 +
 .../Applications/AppFiltering/app/otbSmoothing.cxx | 101 ++-
 Modules/Applications/AppFiltering/otb-module.cmake |   3 +
 .../Applications/AppFiltering/test/CMakeLists.txt  |  55 ++
 Modules/Applications/AppFusion/app/CMakeLists.txt  |   8 -
 .../AppHyperspectral/app/CMakeLists.txt|   7 -
 .../app/otbVertexComponentAnalysis.cxx |  29 +-
 .../Applications/AppImageUtils/app/CMakeLists.txt  |  23 +-
 .../AppImageUtils/app/otbConcatenateImages.cxx |  10 +-
 .../Applications/AppImageUtils/app/otbConvert.cxx  |   7 +-
 .../AppImageUtils/app/otbDownloadSRTMTiles.cxx |   2 +-
 .../AppImageUtils/app/otbDynamicConvert.cxx| 534 +++
 .../AppImageUtils/app/otbReadImageInfo.cxx |   4 +-
 .../Applications/AppImageUtils/app/otbRescale.cxx  |   2 +-
 .../AppImageUtils/app/otbSplitImage.cxx|  15 +-
 .../AppImageUtils/app/otbTileFusion.cxx|   4 +-
 .../Applications/AppImageUtils/test/CMakeLists.txt |  47 +-
 Modules/Applications/AppIndices/app/CMakeLists.txt |   6 -
 Modules/Applications/AppKMZ/app/CMakeLists.txt |   4 -
 .../Applications/AppMathParser/app/CMakeLists.txt  |   8 -
 .../Applications/AppMathParser/app/otbBandM

[otb] 07/11: Bump Standards-Version to 4.1.3, no changes.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit 59172a1011a70400d3881fba19655b7ef20dc6c1
Author: Bas Couwenberg 
Date:   Thu Jan 25 09:55:50 2018 +0100

Bump Standards-Version to 4.1.3, no changes.
---
 debian/changelog  | 1 +
 debian/control| 2 +-
 debian/control.in | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d1e3be1..2efa452 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ otb (6.4.0~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Drop patches, included upstream.
   * Enable Python 3 wrapper.
   * Update symbols for amd64.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 07:50:01 +0100
 
diff --git a/debian/control b/debian/control
index 6808c4e..6eb2929 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Build-Depends: debhelper (>= 9),
python3-dev,
python3-numpy,
swig
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/otb.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/otb.git
 Homepage: http://www.orfeo-toolbox.org/
diff --git a/debian/control.in b/debian/control.in
index 0b4f851..46dd99f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -44,7 +44,7 @@ Build-Depends: debhelper (>= 9),
python3-dev,
python3-numpy,
swig
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/otb.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/otb.git
 Homepage: http://www.orfeo-toolbox.org/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[otb] 05/11: Enable Python 3 wrapper.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit 7543586bdb56cfa192eacc8d31120063a87ae9a7
Author: Bas Couwenberg 
Date:   Thu Jan 25 08:09:45 2018 +0100

Enable Python 3 wrapper.
---
 debian/changelog|  1 +
 debian/control  | 23 +--
 debian/control.in   | 23 +--
 debian/python3-otb.install  |  3 +++
 debian/rules|  9 +++--
 debian/source.lintian-overrides |  3 ---
 6 files changed, 53 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8924cdb..62253f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ otb (6.4.0~rc1+dfsg-1) UNRELEASED; urgency=medium
   * New upstream release candidate.
   * Update copyright-format URL to use HTTPS.
   * Drop patches, included upstream.
+  * Enable Python 3 wrapper.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 07:50:01 +0100
 
diff --git a/debian/control b/debian/control
index b931749..6808c4e 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,8 @@ Build-Depends: debhelper (>= 9),
pkg-kde-tools,
python-dev,
python-numpy,
+   python3-dev,
+   python3-numpy,
swig
 Standards-Version: 4.1.2
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/otb.git
@@ -918,13 +920,30 @@ Depends: libotb-apps (= ${binary:Version}),
  ${misc:Depends},
  python,
  dh-python
-Description: ORFEO Toolbox Python API for applications
+Description: ORFEO Toolbox Python API for applications (Python 2)
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains the Python API that can be used to create Python
+ This package contains the Python 2 API that can be used to create Python
+ versions of existing OTB applications provided by the libotb-apps package.
+
+Package: python3-otb
+Architecture: any
+Section: python
+Depends: libotb-apps (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
+ python3,
+ dh-python
+Description: ORFEO Toolbox Python API for applications (Python 3)
+ ORFEO Toolbox (OTB) is distributed as an open source library of image
+ processing algorithms. OTB is based on the medical image processing library
+ ITK and offers particular functionalities for remote sensing image processing
+ in general and for high spatial resolution images in particular.
+ .
+ This package contains the Python 3 API that can be used to create Python
  versions of existing OTB applications provided by the libotb-apps package.
 
 Package: libotb
diff --git a/debian/control.in b/debian/control.in
index 0b9505f..0b4f851 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -41,6 +41,8 @@ Build-Depends: debhelper (>= 9),
pkg-kde-tools,
python-dev,
python-numpy,
+   python3-dev,
+   python3-numpy,
swig
 Standards-Version: 4.1.2
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/otb.git
@@ -918,13 +920,30 @@ Depends: libotb-apps (= ${binary:Version}),
  ${misc:Depends},
  python,
  dh-python
-Description: ORFEO Toolbox Python API for applications
+Description: ORFEO Toolbox Python API for applications (Python 2)
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains the Python API that can be used to create Python
+ This package contains the Python 2 API that can be used to create Python
+ versions of existing OTB applications provided by the libotb-apps package.
+
+Package: python3-otb
+Architecture: any
+Section: python
+Depends: libotb-apps (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
+ python3,
+ dh-python
+Description: ORFEO Toolbox Python API for applications (Python 3)
+ ORFEO Toolbox (OTB) is distributed as an open source library of image
+ processing algorithms. OTB is based on the medical image processing library
+ ITK and offers particular functionalities for remote sensing image processing
+ in general and for high spatial resolution images in particular.
+ .
+ This package contains the Python 3 API that can be used to create Python
  versions of existing OTB applications provided by the libotb-apps package.
 
 Package: libotb
diff --git a/debian/python3-otb.install b/debian/python3-otb.install

[otb] 01/01: pristine-tar data for otb_6.4.0~rc1+dfsg.orig.tar.xz

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository otb.

commit 1eb3c3aba137bc1a87e640d83bf944a5fb2ea5e3
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:49:52 2018 +0100

pristine-tar data for otb_6.4.0~rc1+dfsg.orig.tar.xz
---
 otb_6.4.0~rc1+dfsg.orig.tar.xz.delta | Bin 0 -> 251356 bytes
 otb_6.4.0~rc1+dfsg.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/otb_6.4.0~rc1+dfsg.orig.tar.xz.delta 
b/otb_6.4.0~rc1+dfsg.orig.tar.xz.delta
new file mode 100644
index 000..72180d1
Binary files /dev/null and b/otb_6.4.0~rc1+dfsg.orig.tar.xz.delta differ
diff --git a/otb_6.4.0~rc1+dfsg.orig.tar.xz.id 
b/otb_6.4.0~rc1+dfsg.orig.tar.xz.id
new file mode 100644
index 000..035e4fc
--- /dev/null
+++ b/otb_6.4.0~rc1+dfsg.orig.tar.xz.id
@@ -0,0 +1 @@
+143b8157d88b85e8e3d24fc3559a0636bc60fb5e

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[otb] 08/11: Update lintian override for spelling-error-in-binary false positive.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit 0d257d08a313b0e120b1fce6a3a1087e2557e76b
Author: Bas Couwenberg 
Date:   Thu Jan 25 09:57:48 2018 +0100

Update lintian override for spelling-error-in-binary false positive.
---
 debian/changelog | 1 +
 debian/libotb-apps.lintian-overrides | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2efa452..67f163f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ otb (6.4.0~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Enable Python 3 wrapper.
   * Update symbols for amd64.
   * Bump Standards-Version to 4.1.3, no changes.
+  * Update lintian override for spelling-error-in-binary false positive.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 07:50:01 +0100
 
diff --git a/debian/libotb-apps.lintian-overrides 
b/debian/libotb-apps.lintian-overrides
index 45e09d5..bf50467 100644
--- a/debian/libotb-apps.lintian-overrides
+++ b/debian/libotb-apps.lintian-overrides
@@ -1,3 +1,4 @@
 # False positive, string not included in source.
 libotb-apps: spelling-error-in-binary * Verticies Vertices
+libotb-apps: spelling-error-in-binary * onthe on the
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[otb] 10/11: Add manpages for new executables.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit 4d4652ac04190aaccb204a4ae9609482de38a545
Author: Bas Couwenberg 
Date:   Thu Jan 25 10:50:49 2018 +0100

Add manpages for new executables.
---
 debian/changelog |  1 +
 debian/manpages/otbcli_ContrastEnhancement.1 | 92 
 debian/manpages/otbcli_DynamicConvert.1  | 71 +
 debian/manpages/otbgui_ContrastEnhancement.1 | 92 
 debian/manpages/otbgui_DynamicConvert.1  | 71 +
 debian/otb-bin-qt.manpages   |  2 +
 debian/otb-bin.manpages  |  2 +
 7 files changed, 331 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d9ff975..e924df3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ otb (6.4.0~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.1.3, no changes.
   * Update lintian override for spelling-error-in-binary false positive.
   * Add patch to fix spelling errors.
+  * Add manpages for new executables.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 07:50:01 +0100
 
diff --git a/debian/manpages/otbcli_ContrastEnhancement.1 
b/debian/manpages/otbcli_ContrastEnhancement.1
new file mode 100644
index 000..faa9d79
--- /dev/null
+++ b/debian/manpages/otbcli_ContrastEnhancement.1
@@ -0,0 +1,92 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.5.
+.TH OTBCLI_CONTRASTENHANCEMENT "1" "January 2018" "otbcli_ContrastEnhancement 
6.4.0" "User Commands"
+.SH NAME
+otbcli_ContrastEnhancement \- OTB ContrastEnhancement application
+.SH DESCRIPTION
+This is the Contrast Enhancement (ContrastEnhancement) application, version 
6.4.0
+.PP
+This application is the implementation of the histogram equalization 
algorithm. It can be used to enhance contrast in an image or to reduce the 
dynamic of the image without losing too much contrast. It offers several 
options as a no data value, a contrast limitation factor, a local version of 
the algorithm and also a mode to equalized the luminance of the image.
+.PP
+Parameters:
+.PP
+\fB\-in\fR   Input Image  (mandatory)
+.TP
+\fB\-out\fR  [pixel] Output Image  
[pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) 
(mandatory)
+.TP
+\fB\-bins\fR
+  Number of bin  (mandatory, default value is 256)
+.TP
+\fB\-hfact\fR
+  Contrast Limitation  (optional, off by default)
+.TP
+\fB\-nodata\fR
+  Nodata Value  (optional, off by default)
+.TP
+\fB\-spatial\fR
+ Spatial parameters for the histogram computation 
[local/global] (mandatory, default value is local)
+.TP
+\fB\-spatial\fR.local.h
+  Thumbnail height in pixel  (mandatory, default value is 256)
+.TP
+\fB\-spatial\fR.local.w
+  Thumbnail width in pixel  (mandatory, default value is 256)
+.TP
+\fB\-minmax\fR
+ Minimum and maximum definition [auto/manuel] (mandatory, 
default value is auto)
+.TP
+\fB\-minmax\fR.auto.global
+Global  (optional, off by default)
+.TP
+\fB\-minmax\fR.manuel.min
+  Minimum  (optional, off by default)
+.TP
+\fB\-minmax\fR.manuel.max
+  Maximum  (optional, off by default)
+.TP
+\fB\-mode\fR
+ What to equalized [each/lum] (mandatory, default value is 
each)
+.TP
+\fB\-mode\fR.lum.red
+  Red Channel
+.TP
+\fB\-mode\fR.lum.red.ch
+  Red Channel  (mandatory, default value is 0)
+.TP
+\fB\-mode\fR.lum.red.coef
+  Value for luminance computation  (mandatory, default value is 
0.21)
+.TP
+\fB\-mode\fR.lum.green
+  Green Channel
+.TP
+\fB\-mode\fR.lum.green.ch
+  Greenen Channel  (mandatory, default value is 1)
+.TP
+\fB\-mode\fR.lum.green.coef 
+Value for luminance computation  (mandatory, default value is 0.71)
+.TP
+\fB\-mode\fR.lum.blue
+  Blue Channel
+.TP
+\fB\-mode\fR.lum.blue.ch
+  Blue Channel  (mandatory, default value is 2)
+.TP
+\fB\-mode\fR.lum.blue.coef
+  Value for luminance computation  (mandatory, default value is 
0.08)
+.TP
+\fB\-ram\fR
+  Available RAM (Mb)  (optional, off by default, default value 
is 128)
+.TP
+\fB\-inxml\fR
+ Load otb application from xml file  (optional, off by default)
+.TP
+\fB\-progress\fR
+Report progress
+.TP
+\fB\-help\fR
+Display long help (empty list), or help for given parameters 
keys
+.PP
+Use \fB\-help\fR param1 [... paramN] to see detailed documentation of those 
parameters.
+.SH EXAMPLES
+Local contrast enhancement by luminance
+.PP
+otbcli_ContrastEnhancement \-in couleurs.tif \-out equalizedcouleurs.tif float 
\-bins 256 \-spatial.local.w 500 \-spatial.local.h 500 \-mode lum
diff --git a/debian/manpages/otbcli_DynamicConvert.1 
b/debian/manpages/otbcli_DynamicConvert.1
new file mode 100644
index 000..4610284
--- /dev/null
+++ b/debian/manpages/otb

[otb] annotated tag upstream/6.4.0_rc1+dfsg created (now b7a72e0)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/6.4.0_rc1+dfsg
in repository otb.

at  b7a72e0   (tag)
   tagging  47b8955ccb7882dfccf4cf245c210363099b1ee3 (commit)
  replaces  upstream/6.2.0+dfsg
 tagged by  Bas Couwenberg
on  Thu Jan 25 07:49:53 2018 +0100

- Log -
Upstream version 6.4.0~rc1+dfsg

Bas Couwenberg (1):
  New upstream version 6.4.0~rc1+dfsg

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[otb] 11/11: Set distribution to experimental.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit e376cb24285037dfe4e04197620fa800b9ed70ff
Author: Bas Couwenberg 
Date:   Thu Jan 25 11:02:33 2018 +0100

Set distribution to experimental.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e924df3..2bc4f49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-otb (6.4.0~rc1+dfsg-1) UNRELEASED; urgency=medium
+otb (6.4.0~rc1+dfsg-1~exp1) experimental; urgency=medium
 
   * Team upload.
   * New upstream release candidate.
@@ -11,7 +11,7 @@ otb (6.4.0~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Add patch to fix spelling errors.
   * Add manpages for new executables.
 
- -- Bas Couwenberg   Thu, 25 Jan 2018 07:50:01 +0100
+ -- Bas Couwenberg   Thu, 25 Jan 2018 11:02:16 +0100
 
 otb (6.2.0+dfsg-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[otb] 02/11: Merge tag 'upstream/6.4.0_rc1+dfsg'

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit b1a200fe871d391d0211c975059cec221a7ff239
Merge: d564942 47b8955
Author: Bas Couwenberg 
Date:   Thu Jan 25 07:49:54 2018 +0100

Merge tag 'upstream/6.4.0_rc1+dfsg'

Upstream version 6.4.0~rc1+dfsg

 CMake/CTestCustom.cmake.in |   5 +-
 CMake/FindOssim.cmake  |  28 +-
 CMake/UseSWIGLocal.cmake   |   4 -
 CMakeLists.txt |  18 +-
 Examples/Application/ApplicationExample.cxx| 112 +--
 Examples/Application/test/CMakeLists.txt   |   2 +-
 .../ClassificationMapRegularizationExample.cxx |   2 -
 Examples/DataRepresentation/Image/Image4.cxx   |  10 +-
 .../Path/PolyLineParametricPath1.cxx   |   2 +-
 .../SimpleDisparityMapEstimationExample.cxx|   4 +-
 .../RightAngleDetectionExample.cxx |   2 +-
 Examples/FeatureExtraction/SURFExample.cxx |   2 +-
 Examples/IO/MetadataExample.cxx|   2 +-
 .../Iterators/ImageLinearIteratorWithIndex2.cxx|   4 +-
 Examples/Iterators/ImageRegionIterator.cxx |   4 +-
 .../EstimateAffineTransformationExample.cxx|   2 +-
 Examples/Patented/SIFTDisparityMapEstimation.cxx   |   2 +-
 Examples/Patented/SIFTExample.cxx  |   2 +-
 Examples/Patented/SIFTFastExample.cxx  |   2 +-
 .../Projections/GeometriesProjectionExample.cxx|   2 +-
 Examples/Projections/SensorModelExample.cxx|   4 +-
 .../Projections/VectorDataExtractROIExample.cxx|   8 +-
 .../Projections/VectorDataProjectionExample.cxx|   2 +-
 Examples/Registration/ImageRegistration1.cxx   |   2 +-
 Examples/Registration/ImageRegistration2.cxx   |   2 +-
 Examples/Registration/ImageRegistration5.cxx   |   6 +-
 Examples/Registration/ImageRegistration9.cxx   |   2 +-
 .../src/otbGeometriesToGeometriesFilter.cxx|   7 +-
 Modules/Adapters/OSSIMAdapters/src/CMakeLists.txt  |  11 +-
 .../OSSIMAdapters/src/otbRPCSolverAdapter.cxx  |   4 +
 Modules/Adapters/QtAdapters/src/otbQtAdapters.cxx  |  13 +-
 .../AppChangeDetection/app/CMakeLists.txt  |   5 -
 .../AppClassification/app/CMakeLists.txt   |  37 +-
 .../app/otbComputePolylineFeatureFromImage.cxx |   6 +-
 .../app/otbKMeansClassification.cxx|   2 +
 .../AppClassification/app/otbTrainRegression.cxx   |  94 +-
 .../app/otbTrainVectorClassifier.cxx   |   6 +-
 .../Applications/AppDescriptors/app/CMakeLists.txt |   9 -
 .../app/otbHomologousPointsExtraction.cxx  |   2 +-
 .../AppDimensionalityReduction/app/CMakeLists.txt  |   7 -
 Modules/Applications/AppEdge/app/CMakeLists.txt|   9 -
 .../AppEdge/app/otbLineSegmentDetection.cxx|   2 +-
 .../Applications/AppFiltering/app/CMakeLists.txt   |  11 +-
 .../AppFiltering/app/otbContrastEnhancement.cxx| 995 +
 .../Applications/AppFiltering/app/otbSmoothing.cxx | 101 ++-
 Modules/Applications/AppFiltering/otb-module.cmake |   3 +
 .../Applications/AppFiltering/test/CMakeLists.txt  |  55 ++
 Modules/Applications/AppFusion/app/CMakeLists.txt  |   8 -
 .../AppHyperspectral/app/CMakeLists.txt|   7 -
 .../app/otbVertexComponentAnalysis.cxx |  29 +-
 .../Applications/AppImageUtils/app/CMakeLists.txt  |  23 +-
 .../AppImageUtils/app/otbConcatenateImages.cxx |  10 +-
 .../Applications/AppImageUtils/app/otbConvert.cxx  |   7 +-
 .../AppImageUtils/app/otbDownloadSRTMTiles.cxx |   2 +-
 .../AppImageUtils/app/otbDynamicConvert.cxx| 534 +++
 .../AppImageUtils/app/otbReadImageInfo.cxx |   4 +-
 .../Applications/AppImageUtils/app/otbRescale.cxx  |   2 +-
 .../AppImageUtils/app/otbSplitImage.cxx|  15 +-
 .../AppImageUtils/app/otbTileFusion.cxx|   4 +-
 .../Applications/AppImageUtils/test/CMakeLists.txt |  47 +-
 Modules/Applications/AppIndices/app/CMakeLists.txt |   6 -
 Modules/Applications/AppKMZ/app/CMakeLists.txt |   4 -
 .../Applications/AppMathParser/app/CMakeLists.txt  |   8 -
 .../Applications/AppMathParser/app/otbBandMath.cxx |  39 +-
 .../Applications/AppMathParserX/app/CMakeLists.txt |   7 -
 .../AppMathParserX/app/otbBandMathX.cxx| 137 ++-
 Modules/Applications/AppMoments/app/CMakeLists.txt |   6 -
 .../AppMoments/app/otbLocalStatisticExtraction.cxx |   2 -
 .../Applications/AppMorphology/app/CMakeLists.txt  |   7 -
 .../app/otbBinaryMorphologicalOperation.cxx| 122 +--
 .../app/otbGrayScaleMorphologicalOperation.cxx |   2 -
 .../app/otbMorphologicalClassification.cxx | 100 ++-
 .../otbMorphologicalMultiScaleDecomposition.cxx|   1 -
 .../app/otbMorphologicalProfilesAnalysis.cxx   |   1 -
 .../AppOpticalCalibration/app/CMakeLists.txt   |   7 -
 .../Applications/AppProjection/app/CMakeLists.txt  |  15 -
 .../a

[Git][debian-gis-team/otb][upstream] New upstream version 6.4.0~rc1+dfsg

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch upstream at Debian GIS Project / otb


Commits:
47b8955c by Bas Couwenberg at 2018-01-25T07:49:31+01:00
New upstream version 6.4.0~rc1+dfsg
- - - - -


30 changed files:

- CMake/CTestCustom.cmake.in
- CMake/FindOssim.cmake
- CMake/UseSWIGLocal.cmake
- CMakeLists.txt
- Examples/Application/ApplicationExample.cxx
- Examples/Application/test/CMakeLists.txt
- Examples/Classification/ClassificationMapRegularizationExample.cxx
- Examples/DataRepresentation/Image/Image4.cxx
- Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx
- Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx
- Examples/FeatureExtraction/RightAngleDetectionExample.cxx
- Examples/FeatureExtraction/SURFExample.cxx
- Examples/IO/MetadataExample.cxx
- Examples/Iterators/ImageLinearIteratorWithIndex2.cxx
- Examples/Iterators/ImageRegionIterator.cxx
- Examples/Patented/EstimateAffineTransformationExample.cxx
- Examples/Patented/SIFTDisparityMapEstimation.cxx
- Examples/Patented/SIFTExample.cxx
- Examples/Patented/SIFTFastExample.cxx
- Examples/Projections/GeometriesProjectionExample.cxx
- Examples/Projections/SensorModelExample.cxx
- Examples/Projections/VectorDataExtractROIExample.cxx
- Examples/Projections/VectorDataProjectionExample.cxx
- Examples/Registration/ImageRegistration1.cxx
- Examples/Registration/ImageRegistration2.cxx
- Examples/Registration/ImageRegistration5.cxx
- Examples/Registration/ImageRegistration9.cxx
- Modules/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
- Modules/Adapters/OSSIMAdapters/src/CMakeLists.txt
- Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/otb/commit/47b8955ccb7882dfccf4cf245c210363099b1ee3

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/otb/commit/47b8955ccb7882dfccf4cf245c210363099b1ee3
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/otb] Pushed new tag debian/6.2.0+dfsg-2

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/6.2.0+dfsg-2 at Debian GIS Project 
/ otb

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/otb/tree/debian/6.2.0+dfsg-2
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/otb][pristine-tar] pristine-tar data for otb_6.4.0~rc1+dfsg.orig.tar.xz

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch pristine-tar at Debian GIS Project / otb


Commits:
1eb3c3ab by Bas Couwenberg at 2018-01-25T07:49:52+01:00
pristine-tar data for otb_6.4.0~rc1+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + otb_6.4.0~rc1+dfsg.orig.tar.xz.delta
- + otb_6.4.0~rc1+dfsg.orig.tar.xz.id


Changes:

=
otb_6.4.0~rc1+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/otb_6.4.0~rc1+dfsg.orig.tar.xz.delta differ


=
otb_6.4.0~rc1+dfsg.orig.tar.xz.id
=
--- /dev/null
+++ b/otb_6.4.0~rc1+dfsg.orig.tar.xz.id
@@ -0,0 +1 @@
+143b8157d88b85e8e3d24fc3559a0636bc60fb5e



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/otb/commit/1eb3c3aba137bc1a87e640d83bf944a5fb2ea5e3

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/otb/commit/1eb3c3aba137bc1a87e640d83bf944a5fb2ea5e3
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[otb] tag debian/6.4.0_rc1+dfsg-1_exp1 created (now e376cb2)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/6.4.0_rc1+dfsg-1_exp1
in repository otb.

at  e376cb2   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[otb] 09/11: Add patch to fix spelling errors.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit 0f6b87f9a32f8381f08c3a526c4a01eb0791a4b1
Author: Bas Couwenberg 
Date:   Thu Jan 25 09:59:46 2018 +0100

Add patch to fix spelling errors.
---
 debian/changelog |  1 +
 debian/patches/series|  1 +
 debian/patches/spelling-errors.patch | 17 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67f163f..d9ff975 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ otb (6.4.0~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Update symbols for amd64.
   * Bump Standards-Version to 4.1.3, no changes.
   * Update lintian override for spelling-error-in-binary false positive.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 07:50:01 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..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 000..d181d5d
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling errors.
+ * allows to -> allows ing
+Author: Bas Couwenberg 
+Forwarded: https://bugs.orfeo-toolbox.org/view.php?id=1509
+Applied-Upstream: 
https://git.orfeo-toolbox.org/otb.git/commit/ee6ea7c1f34825a7853306ad82bfde5846f85ba9
+
+--- a/Modules/Applications/AppProjection/app/otbOrthoRectification.cxx
 b/Modules/Applications/AppProjection/app/otbOrthoRectification.cxx
+@@ -91,7 +91,7 @@ private:
+   {
+ SetName("OrthoRectification");
+ std::ostringstream oss;
+-oss << "This application allows to ortho-rectify optical and radar images 
from supported sensors." << std::endl;
++oss << "This application allows ortho-rectifying optical and radar images 
from supported sensors." << std::endl;
+ SetDescription(oss.str());
+ // Documentation
+ SetDocName("Ortho-rectification");

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[otb] branch pristine-tar updated (2394257 -> 1eb3c3a)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository otb.

  from  2394257   pristine-tar data for otb_6.2.0+dfsg.orig.tar.xz
   new  1eb3c3a   pristine-tar data for otb_6.4.0~rc1+dfsg.orig.tar.xz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 otb_6.4.0~rc1+dfsg.orig.tar.xz.delta | Bin 0 -> 251356 bytes
 otb_6.4.0~rc1+dfsg.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 otb_6.4.0~rc1+dfsg.orig.tar.xz.delta
 create mode 100644 otb_6.4.0~rc1+dfsg.orig.tar.xz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/otb] Pushed new tag upstream/6.4.0_rc1+dfsg

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag upstream/6.4.0_rc1+dfsg at Debian GIS 
Project / otb

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/otb/tree/upstream/6.4.0_rc1+dfsg
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/otb] Pushed new tag debian/6.4.0_rc1+dfsg-1_exp1

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/6.4.0_rc1+dfsg-1_exp1 at Debian GIS 
Project / otb

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/otb/tree/debian/6.4.0_rc1+dfsg-1_exp1
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[otb] branch upstream updated (a778cec -> 47b8955)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository otb.

  from  a778cec   New upstream version 6.2.0+dfsg
   new  47b8955   New upstream version 6.4.0~rc1+dfsg

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMake/CTestCustom.cmake.in |   5 +-
 CMake/FindOssim.cmake  |  28 +-
 CMake/UseSWIGLocal.cmake   |   4 -
 CMakeLists.txt |  18 +-
 Examples/Application/ApplicationExample.cxx| 112 +--
 Examples/Application/test/CMakeLists.txt   |   2 +-
 .../ClassificationMapRegularizationExample.cxx |   2 -
 Examples/DataRepresentation/Image/Image4.cxx   |  10 +-
 .../Path/PolyLineParametricPath1.cxx   |   2 +-
 .../SimpleDisparityMapEstimationExample.cxx|   4 +-
 .../RightAngleDetectionExample.cxx |   2 +-
 Examples/FeatureExtraction/SURFExample.cxx |   2 +-
 Examples/IO/MetadataExample.cxx|   2 +-
 .../Iterators/ImageLinearIteratorWithIndex2.cxx|   4 +-
 Examples/Iterators/ImageRegionIterator.cxx |   4 +-
 .../EstimateAffineTransformationExample.cxx|   2 +-
 Examples/Patented/SIFTDisparityMapEstimation.cxx   |   2 +-
 Examples/Patented/SIFTExample.cxx  |   2 +-
 Examples/Patented/SIFTFastExample.cxx  |   2 +-
 .../Projections/GeometriesProjectionExample.cxx|   2 +-
 Examples/Projections/SensorModelExample.cxx|   4 +-
 .../Projections/VectorDataExtractROIExample.cxx|   8 +-
 .../Projections/VectorDataProjectionExample.cxx|   2 +-
 Examples/Registration/ImageRegistration1.cxx   |   2 +-
 Examples/Registration/ImageRegistration2.cxx   |   2 +-
 Examples/Registration/ImageRegistration5.cxx   |   6 +-
 Examples/Registration/ImageRegistration9.cxx   |   2 +-
 .../src/otbGeometriesToGeometriesFilter.cxx|   7 +-
 Modules/Adapters/OSSIMAdapters/src/CMakeLists.txt  |  11 +-
 .../OSSIMAdapters/src/otbRPCSolverAdapter.cxx  |   4 +
 Modules/Adapters/QtAdapters/src/otbQtAdapters.cxx  |  13 +-
 .../AppChangeDetection/app/CMakeLists.txt  |   5 -
 .../AppClassification/app/CMakeLists.txt   |  37 +-
 .../app/otbComputePolylineFeatureFromImage.cxx |   6 +-
 .../app/otbKMeansClassification.cxx|   2 +
 .../AppClassification/app/otbTrainRegression.cxx   |  94 +-
 .../app/otbTrainVectorClassifier.cxx   |   6 +-
 .../Applications/AppDescriptors/app/CMakeLists.txt |   9 -
 .../app/otbHomologousPointsExtraction.cxx  |   2 +-
 .../AppDimensionalityReduction/app/CMakeLists.txt  |   7 -
 Modules/Applications/AppEdge/app/CMakeLists.txt|   9 -
 .../AppEdge/app/otbLineSegmentDetection.cxx|   2 +-
 .../Applications/AppFiltering/app/CMakeLists.txt   |  11 +-
 .../AppFiltering/app/otbContrastEnhancement.cxx| 995 +
 .../Applications/AppFiltering/app/otbSmoothing.cxx | 101 ++-
 Modules/Applications/AppFiltering/otb-module.cmake |   3 +
 .../Applications/AppFiltering/test/CMakeLists.txt  |  55 ++
 Modules/Applications/AppFusion/app/CMakeLists.txt  |   8 -
 .../AppHyperspectral/app/CMakeLists.txt|   7 -
 .../app/otbVertexComponentAnalysis.cxx |  29 +-
 .../Applications/AppImageUtils/app/CMakeLists.txt  |  23 +-
 .../AppImageUtils/app/otbConcatenateImages.cxx |  10 +-
 .../Applications/AppImageUtils/app/otbConvert.cxx  |   7 +-
 .../AppImageUtils/app/otbDownloadSRTMTiles.cxx |   2 +-
 .../AppImageUtils/app/otbDynamicConvert.cxx| 534 +++
 .../AppImageUtils/app/otbReadImageInfo.cxx |   4 +-
 .../Applications/AppImageUtils/app/otbRescale.cxx  |   2 +-
 .../AppImageUtils/app/otbSplitImage.cxx|  15 +-
 .../AppImageUtils/app/otbTileFusion.cxx|   4 +-
 .../Applications/AppImageUtils/test/CMakeLists.txt |  47 +-
 Modules/Applications/AppIndices/app/CMakeLists.txt |   6 -
 Modules/Applications/AppKMZ/app/CMakeLists.txt |   4 -
 .../Applications/AppMathParser/app/CMakeLists.txt  |   8 -
 .../Applications/AppMathParser/app/otbBandMath.cxx |  39 +-
 .../Applications/AppMathParserX/app/CMakeLists.txt |   7 -
 .../AppMathParserX/app/otbBandMathX.cxx| 137 ++-
 Modules/Applications/AppMoments/app/CMakeLists.txt |   6 -
 .../AppMoments/app/otbLocalStatisticExtraction.cxx |   2 -
 .../Applications/AppMorphology/app/CMakeLists.txt  |   7 -
 .../app/otbBinaryMorphologicalOperation.cxx| 122 +--
 .../app/otbGrayScaleMorphologicalOperation.cxx |   2 -
 .../app/otbMorphologicalClassification.cxx | 100 ++-
 .../otbMorphologicalMultiScaleDecomposition.cxx|   1 -
 .../app/otbMorphologicalProfilesAn

[Git][debian-gis-team/otb][master] 11 commits: New upstream version 6.4.0~rc1+dfsg

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / otb


Commits:
47b8955c by Bas Couwenberg at 2018-01-25T07:49:31+01:00
New upstream version 6.4.0~rc1+dfsg
- - - - -
b1a200fe by Bas Couwenberg at 2018-01-25T07:49:54+01:00
Merge tag 'upstream/6.4.0_rc1+dfsg'

Upstream version 6.4.0~rc1+dfsg

- - - - -
450f6e00 by Bas Couwenberg at 2018-01-25T07:53:07+01:00
New upstream release candidate.

- - - - -
9da376b1 by Bas Couwenberg at 2018-01-25T08:05:12+01:00
Drop patches, included upstream.

- - - - -
7543586b by Bas Couwenberg at 2018-01-25T09:52:00+01:00
Enable Python 3 wrapper.

- - - - -
d1fc0214 by Bas Couwenberg at 2018-01-25T12:05:05+01:00
Update symbols for amd64.

- - - - -
59172a10 by Bas Couwenberg at 2018-01-25T12:05:06+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
0d257d08 by Bas Couwenberg at 2018-01-25T12:05:06+01:00
Update lintian override for spelling-error-in-binary false positive.

- - - - -
0f6b87f9 by Bas Couwenberg at 2018-01-25T12:05:38+01:00
Add patch to fix spelling errors.

- - - - -
4d4652ac by Bas Couwenberg at 2018-01-25T12:05:40+01:00
Add manpages for new executables.

- - - - -
e376cb24 by Bas Couwenberg at 2018-01-25T12:05:40+01:00
Set distribution to experimental.

- - - - -


30 changed files:

- CMake/CTestCustom.cmake.in
- CMake/FindOssim.cmake
- CMake/UseSWIGLocal.cmake
- CMakeLists.txt
- Examples/Application/ApplicationExample.cxx
- Examples/Application/test/CMakeLists.txt
- Examples/Classification/ClassificationMapRegularizationExample.cxx
- Examples/DataRepresentation/Image/Image4.cxx
- Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx
- Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx
- Examples/FeatureExtraction/RightAngleDetectionExample.cxx
- Examples/FeatureExtraction/SURFExample.cxx
- Examples/IO/MetadataExample.cxx
- Examples/Iterators/ImageLinearIteratorWithIndex2.cxx
- Examples/Iterators/ImageRegionIterator.cxx
- Examples/Patented/EstimateAffineTransformationExample.cxx
- Examples/Patented/SIFTDisparityMapEstimation.cxx
- Examples/Patented/SIFTExample.cxx
- Examples/Patented/SIFTFastExample.cxx
- Examples/Projections/GeometriesProjectionExample.cxx
- Examples/Projections/SensorModelExample.cxx
- Examples/Projections/VectorDataExtractROIExample.cxx
- Examples/Projections/VectorDataProjectionExample.cxx
- Examples/Registration/ImageRegistration1.cxx
- Examples/Registration/ImageRegistration2.cxx
- Examples/Registration/ImageRegistration5.cxx
- Examples/Registration/ImageRegistration9.cxx
- Modules/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
- Modules/Adapters/OSSIMAdapters/src/CMakeLists.txt
- Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/otb/compare/d564942ba526b7790bbae8bd220c9ae6f3af50dd...e376cb24285037dfe4e04197620fa800b9ed70ff

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/otb/compare/d564942ba526b7790bbae8bd220c9ae6f3af50dd...e376cb24285037dfe4e04197620fa800b9ed70ff
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Processing of otb_6.4.0~rc1+dfsg-1~exp1_amd64.changes

2018-01-25 Thread Debian FTP Masters
otb_6.4.0~rc1+dfsg-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  otb_6.4.0~rc1+dfsg-1~exp1.dsc
  otb_6.4.0~rc1+dfsg.orig.tar.xz
  otb_6.4.0~rc1+dfsg-1~exp1.debian.tar.xz
  libotb-apps-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotb-apps_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotb-dev_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotb_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbapplicationengine-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbapplicationengine-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbcarto-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbcarto-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbcommandline-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbcommandline-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbcommandlineparser-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbcommandlineparser-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbcommon-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbcommon-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbcurladapters-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbcurladapters-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbedge-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbedge-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbextendedfilename-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbextendedfilename-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbfuzzy-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbfuzzy-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbgdaladapters-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbgdaladapters-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbice-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbice-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbimagebase-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbimagebase-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbimageio-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbimageio-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbimagemanipulation-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbimagemanipulation-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiobsq-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiobsq-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiogdal-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiogdal-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiokml-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiokml-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiolum-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiolum-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiomstar-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiomstar-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbioonera-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbioonera-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiorad-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiorad-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiotilemap-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbiotilemap-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmapla-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmapla-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmathparser-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmathparser-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmetadata-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmetadata-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmonteverdi-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmonteverdi-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmonteverdicore-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmonteverdicore-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmonteverdigui-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbmonteverdigui-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbopenthreadsadapters-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbopenthreadsadapters-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbossimadapters-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbossimadapters-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbossimplugins-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbossimplugins-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbpolarimetry-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbpolarimetry-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbprojection-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbprojection-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbqtadapters-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbqtadapters-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbqtwidget-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbqtwidget-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbrcc8-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbrcc8-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbsampling-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbsampling-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbsiftfast-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbsiftfast-6.4-1_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  libotbstatistics-6.4-1-dbgsym_6.4.0~rc1+dfsg-1~exp1_amd64.deb
  

otb_6.4.0~rc1+dfsg-1~exp1_amd64.changes is NEW

2018-01-25 Thread Debian FTP Masters
binary:libotbapplicationengine-6.4-1 is NEW.
binary:libotbcarto-6.4-1 is NEW.
binary:libotbcommandline-6.4-1 is NEW.
binary:libotbcommandlineparser-6.4-1 is NEW.
binary:libotbcommon-6.4-1 is NEW.
binary:libotbcurladapters-6.4-1 is NEW.
binary:libotbedge-6.4-1 is NEW.
binary:libotbextendedfilename-6.4-1 is NEW.
binary:libotbfuzzy-6.4-1 is NEW.
binary:libotbgdaladapters-6.4-1 is NEW.
binary:libotbice-6.4-1 is NEW.
binary:libotbimagebase-6.4-1 is NEW.
binary:libotbimageio-6.4-1 is NEW.
binary:libotbimagemanipulation-6.4-1 is NEW.
binary:libotbiobsq-6.4-1 is NEW.
binary:libotbiogdal-6.4-1 is NEW.
binary:libotbiokml-6.4-1 is NEW.
binary:libotbiolum-6.4-1 is NEW.
binary:libotbiomstar-6.4-1 is NEW.
binary:libotbioonera-6.4-1 is NEW.
binary:libotbiorad-6.4-1 is NEW.
binary:libotbiotilemap-6.4-1 is NEW.
binary:libotbmapla-6.4-1 is NEW.
binary:libotbmathparser-6.4-1 is NEW.
binary:libotbmetadata-6.4-1 is NEW.
binary:libotbmonteverdi-6.4-1 is NEW.
binary:libotbmonteverdicore-6.4-1 is NEW.
binary:libotbmonteverdigui-6.4-1 is NEW.
binary:libotbopenthreadsadapters-6.4-1 is NEW.
binary:libotbossimadapters-6.4-1 is NEW.
binary:libotbossimplugins-6.4-1 is NEW.
binary:libotbpolarimetry-6.4-1 is NEW.
binary:libotbprojection-6.4-1 is NEW.
binary:libotbqtadapters-6.4-1 is NEW.
binary:libotbqtwidget-6.4-1 is NEW.
binary:libotbrcc8-6.4-1 is NEW.
binary:libotbsampling-6.4-1 is NEW.
binary:libotbsiftfast-6.4-1 is NEW.
binary:libotbstatistics-6.4-1 is NEW.
binary:libotbstreaming-6.4-1 is NEW.
binary:libotbsupervised-6.4-1 is NEW.
binary:libotbtestkernel-6.4-1 is NEW.
binary:libotbtransform-6.4-1 is NEW.
binary:libotbvectordatabase-6.4-1 is NEW.
binary:libotbvectordataio-6.4-1 is NEW.
binary:libotbwavelet-6.4-1 is NEW.
binary:python3-otb is NEW.
binary:libotbstreaming-6.4-1 is NEW.
binary:libotbrcc8-6.4-1 is NEW.
binary:libotbmapla-6.4-1 is NEW.
binary:libotbmonteverdigui-6.4-1 is NEW.
binary:libotbfuzzy-6.4-1 is NEW.
binary:libotbossimplugins-6.4-1 is NEW.
binary:libotbossimadapters-6.4-1 is NEW.
binary:python3-otb is NEW.
binary:libotbtransform-6.4-1 is NEW.
binary:libotbiomstar-6.4-1 is NEW.
binary:libotbiorad-6.4-1 is NEW.
binary:libotbmetadata-6.4-1 is NEW.
binary:libotbioonera-6.4-1 is NEW.
binary:libotbqtwidget-6.4-1 is NEW.
binary:libotbiogdal-6.4-1 is NEW.
binary:libotbmonteverdicore-6.4-1 is NEW.
binary:libotbtestkernel-6.4-1 is NEW.
binary:libotbvectordataio-6.4-1 is NEW.
binary:libotbimagebase-6.4-1 is NEW.
binary:libotbiokml-6.4-1 is NEW.
binary:libotbiotilemap-6.4-1 is NEW.
binary:libotbextendedfilename-6.4-1 is NEW.
binary:libotbsupervised-6.4-1 is NEW.
binary:libotbsiftfast-6.4-1 is NEW.
binary:libotbcommandlineparser-6.4-1 is NEW.
binary:libotbapplicationengine-6.4-1 is NEW.
binary:libotbimagemanipulation-6.4-1 is NEW.
binary:libotbvectordatabase-6.4-1 is NEW.
binary:libotbcommon-6.4-1 is NEW.
binary:libotbmonteverdi-6.4-1 is NEW.
binary:libotbimageio-6.4-1 is NEW.
binary:libotbqtadapters-6.4-1 is NEW.
binary:libotbopenthreadsadapters-6.4-1 is NEW.
binary:libotbprojection-6.4-1 is NEW.
binary:libotbpolarimetry-6.4-1 is NEW.
binary:libotbwavelet-6.4-1 is NEW.
binary:libotbcarto-6.4-1 is NEW.
binary:libotbsampling-6.4-1 is NEW.
binary:libotbmathparser-6.4-1 is NEW.
binary:libotbstatistics-6.4-1 is NEW.
binary:libotbgdaladapters-6.4-1 is NEW.
binary:libotbedge-6.4-1 is NEW.
binary:libotbice-6.4-1 is NEW.
binary:libotbcommandline-6.4-1 is NEW.
binary:libotbiobsq-6.4-1 is NEW.
binary:libotbiolum-6.4-1 is NEW.
binary:libotbcurladapters-6.4-1 is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Butterfly & Torpedo Shrimps

2018-01-25 Thread Bonesca Im & Export BV
 
[
]( http://r.newsletter.bonescamail.nl/track/click/y7z34etm5aoatrd ) 
 
SPECIAL OFFER TORPEDO & BUTTERFLY SHRIMPS
 
VARIETY: BREADED VANNAMEI PTO
SIZE FOR BOTH : 26/30
PACKING FOR BOTH: 10 X 1 KILO
ORIGIN : VIETNAM
SHRIMPS - BREADING : 45 % - 55 %
 
1 BOX € 6,75
10 BOX € 6,35
MIXPALET € 6,15
PALET (54 BOX) € 6,05
 
3 PALETS € 5,99 PER KILO!!!    











 
This email was sent to pkg-grass-devel@lists.alioth.debian.org
You received this email because you are registered with Bonesca Import en 
Export BV
 
[ Unsubscribe here ]( http://r.newsletter.bonescamail.nl/8jzrs3pemoatrg.html )  

Sent by
[  ]( http://r.newsletter.bonescamail.nl/track/click/y7z34etmxqoatrd )     
© 2018 Bonesca Import en Export BV  

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[netcdf] branch master updated (1e93495 -> bfd4e3c)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository netcdf.

  from  1e93495   Update copyright-format URL to use HTTPS.
   new  c449008   New upstream version 4.6.0
   new  1223d49   Merge tag 'upstream/4.6.0'
   new  f364b37   New upstream release.
   new  30bfc9f   Update copyright years for Unidata.
   new  15f2845   Drop cross.patch, applied upstream. Refresh remaining 
patches.
   new  b6abe3c   Bump Standards-Version to 4.1.3, no changes.
   new  166a632   Update symbols for 4.6.0.
   new  bfd4e3c   Set distribution to unstable.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 4 -
 .travis.yml|50 +-
 CMakeLists.txt |64 +-
 Makefile.am|94 +-
 Makefile.in|95 +-
 RELEASE_NOTES.md   |10 +
 cf |45 +-
 cf.cmake   |56 +-
 config.h.cmake.in  | 9 +
 config.h.in|21 +-
 configure  |   672 +-
 configure.ac   |   183 +-
 dap4_test/Makefile.am  |14 +-
 dap4_test/Makefile.in  |93 +-
 dap4_test/test_data.c  | 2 +
 dap4_test/test_data.sh |18 +-
 dap4_test/test_meta.sh |21 +-
 dap4_test/test_parse.sh|12 +-
 dap4_test/test_raw.sh  | 8 +-
 dap4_test/tst_raw.sh   | 2 -
 debian/changelog   | 9 +-
 debian/control | 2 +-
 debian/copyright   | 2 +-
 debian/libnetcdf13.symbols |50 +-
 debian/patches/cross.patch |35 -
 debian/patches/hdf5-library-path.patch | 4 +-
 debian/patches/link-private.patch  | 2 +-
 debian/patches/series  | 1 -
 debian/patches/tst_fileinfo-link-hdf5.patch| 2 +-
 docs/Doxyfile.developer| 2 +-
 docs/Doxyfile.in   |17 +-
 docs/FAQ.md| 6 +-
 docs/Makefile.am   |14 +-
 docs/Makefile.in   |19 +-
 docs/all-error-codes.md| 6 +-
 docs/auth.md   |36 +-
 docs/cmake_faq.md  |69 -
 docs/filters.md|   420 +
 docs/guide.dox | 1 +
 docs/images/Makefile.in| 5 +-
 docs/install.md|32 +-
 docs/mainpage.dox  | 4 +-
 docs/old/netcdf-c.texi | 6 +-
 docs/static-pages/software.html|  7354 ++--
 docs/tutorial.dox  |11 +
 docs/windows-binaries.md   |26 +-
 examples/C/CMakeLists.txt  |10 +-
 examples/C/Makefile.am |49 +-
 examples/C/Makefile.in |   367 +-
 examples/C/filter_example.c|   309 +
 examples/C/hdf5plugins/CMakeLists.txt  |37 +
 examples/C/hdf5plugins/H5Zbzip2.c  |   181 +
 examples/C/hdf5plugins/Makefile.am |28 +
 {liblib => examples/C/hdf5plugins}/Makefile.in |   168 +-
 examples/C/hdf5plugins/blocksort.c |  1094 +
 examples/C/hdf5plugins/bzip2.nc|   Bin 0 -> 11503 bytes
 examples/C/hdf5plugins/bzlib.c |  1572 +
 examples/C/hdf5plugins/bzlib.h |   282 +
 examples/C/hdf5plugins/bzlib_private.h |   509 +
 examples/C/hdf5plugins/compress.c  |   672 +
 examples/C/hdf5plugins/crctable.c  |   104 +
 examples/C/hdf5plugins/decompress.c|   646 +
 examples/C/hdf5plugins/h5bzip2.h   |30 +
 examples/C/hdf5plugins/huffman.c   |   205 +
 examples/C/hdf5plugins/randtable.c |84 +
 examples

[Git][debian-gis-team/netcdf][master] 8 commits: New upstream version 4.6.0

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / netcdf


Commits:
c4490089 by Bas Couwenberg at 2018-01-25T19:23:00+01:00
New upstream version 4.6.0
- - - - -
1223d49b by Bas Couwenberg at 2018-01-25T19:23:15+01:00
Merge tag 'upstream/4.6.0'

Upstream version 4.6.0

- - - - -
f364b37e by Bas Couwenberg at 2018-01-25T19:23:49+01:00
New upstream release.

- - - - -
30bfc9fe by Bas Couwenberg at 2018-01-25T19:30:49+01:00
Update copyright years for Unidata.

- - - - -
15f28453 by Bas Couwenberg at 2018-01-25T19:31:51+01:00
Drop cross.patch, applied upstream. Refresh remaining patches.

- - - - -
b6abe3cd by Bas Couwenberg at 2018-01-25T19:32:25+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
166a632e by Bas Couwenberg at 2018-01-25T19:42:33+01:00
Update symbols for 4.6.0.

- - - - -
bfd4e3cc by Bas Couwenberg at 2018-01-25T19:42:34+01:00
Set distribution to unstable.

- - - - -


30 changed files:

- .gitignore
- .travis.yml
- CMakeLists.txt
- Makefile.am
- Makefile.in
- RELEASE_NOTES.md
- cf
- cf.cmake
- config.h.cmake.in
- config.h.in
- configure
- configure.ac
- dap4_test/Makefile.am
- dap4_test/Makefile.in
- dap4_test/test_data.c
- dap4_test/test_data.sh
- dap4_test/test_meta.sh
- dap4_test/test_parse.sh
- dap4_test/test_raw.sh
- dap4_test/tst_raw.sh
- debian/changelog
- debian/control
- debian/copyright
- debian/libnetcdf13.symbols
- − debian/patches/cross.patch
- debian/patches/hdf5-library-path.patch
- debian/patches/link-private.patch
- debian/patches/series
- debian/patches/tst_fileinfo-link-hdf5.patch
- docs/Doxyfile.developer


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf/compare/1e9349577eb84a845984e9ea7205dbc531f0d9d1...bfd4e3cc87c0b723d1a1de06ed001f3443813330

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf/compare/1e9349577eb84a845984e9ea7205dbc531f0d9d1...bfd4e3cc87c0b723d1a1de06ed001f3443813330
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[netcdf] 06/08: Bump Standards-Version to 4.1.3, no changes.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit b6abe3cd14dd8981836d55a74ebad3a310dc3dc8
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:32:25 2018 +0100

Bump Standards-Version to 4.1.3, no changes.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cd8437d..3377666 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ netcdf (1:4.6.0-1) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Update copyright years for Unidata.
   * Drop cross.patch, applied upstream. Refresh remaining patches.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 19:23:38 +0100
 
diff --git a/debian/control b/debian/control
index 7786ebc..d7805d6 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9.20160114),
libjs-jquery,
libhdf5-dev (>= 1.8.6-1~),
libcurl4-gnutls-dev | libcurl-ssl-dev
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/netcdf.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/netcdf.git
 Homepage: http://www.unidata.ucar.edu/software/netcdf/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] annotated tag upstream/4.6.0 created (now 5ec4a5b)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/4.6.0
in repository netcdf.

at  5ec4a5b   (tag)
   tagging  c4490089fdb1a7d461274e11784188c3688f33f4 (commit)
  replaces  upstream/4.5.0
 tagged by  Bas Couwenberg
on  Thu Jan 25 19:23:14 2018 +0100

- Log -
Upstream version 4.6.0

Bas Couwenberg (1):
  New upstream version 4.6.0

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] 07/08: Update symbols for 4.6.0.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 166a632ec3abc90d56c0f0ad16e542988090d36c
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:42:17 2018 +0100

Update symbols for 4.6.0.
---
 debian/changelog   |  1 +
 debian/libnetcdf13.symbols | 50 +-
 2 files changed, 28 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3377666..6ee6652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ netcdf (1:4.6.0-1) UNRELEASED; urgency=medium
   * Update copyright years for Unidata.
   * Drop cross.patch, applied upstream. Refresh remaining patches.
   * Bump Standards-Version to 4.1.3, no changes.
+  * Update symbols for 4.6.0.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 19:23:38 +0100
 
diff --git a/debian/libnetcdf13.symbols b/debian/libnetcdf13.symbols
index e611cfa..ecba08f 100644
--- a/debian/libnetcdf13.symbols
+++ b/debian/libnetcdf13.symbols
@@ -55,6 +55,7 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC4_def_var_deflate@Base 4.1.3
  NC4_def_var_endian@Base 4.1.3
  NC4_def_var_fill@Base 4.1.3
+ NC4_def_var_filter@Base 4.6.0
  NC4_def_var_fletcher32@Base 4.1.3
  NC4_def_vlen@Base 4.1.3
  NC4_del_att@Base 4.1.3
@@ -118,7 +119,6 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC4_set_var_chunk_cache@Base 4.1.3
  NC4_show_metadata@Base 4.1.3
  NC4_sync@Base 4.1.3
- NC4_test_netcdf4@Base 4.4.1
  NC4_var_par_access@Base 4.1.3
  NCD2_close@Base 4.3.3
  NCD2_def_compound@Base 4.4.1
@@ -131,6 +131,7 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NCD2_def_var_deflate@Base 4.4.1
  NCD2_def_var_endian@Base 4.4.1
  NCD2_def_var_fill@Base 4.4.1
+ NCD2_def_var_filter@Base 4.6.0
  NCD2_def_var_fletcher32@Base 4.4.1
  NCD2_def_vlen@Base 4.4.1
  NCD2_del_att@Base 4.4.1
@@ -220,7 +221,6 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NCD4_get_vars@Base 4.5.0
  NCD4_globalstate@Base 4.5.0
  NCD4_groupFor@Base 4.5.0
- NCD4_hostport@Base 4.5.0
  NCD4_infermode@Base 4.5.0
  NCD4_initialize@Base 4.5.0
  NCD4_inq_dim@Base 4.5.0
@@ -228,26 +228,18 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NCD4_makeFQN@Base 4.5.0
  NCD4_makeName@Base 4.5.0
  NCD4_metabuild@Base 4.5.0
- NCD4_mktmp@Base 4.5.0
  NCD4_moveto@Base 4.5.0
  NCD4_newmeta@Base 4.5.0
  NCD4_open@Base 4.5.0
  NCD4_parse@Base 4.5.0
  NCD4_parseFQN@Base 4.5.0
- NCD4_parseproxy@Base 4.5.0
  NCD4_ping@Base 4.5.0
  NCD4_print@Base 4.5.0
  NCD4_printElems@Base 4.5.0
  NCD4_printstring@Base 4.5.0
  NCD4_processdata@Base 4.5.0
- NCD4_rcdefault@Base 4.5.0
- NCD4_rcfree@Base 4.5.0
- NCD4_rcload@Base 4.5.0
- NCD4_rclookup@Base 4.5.0
- NCD4_rcprocess@Base 4.5.0
  NCD4_readDAP@Base 4.5.0
  NCD4_readDMR@Base 4.5.0
- NCD4_readfile@Base 4.5.0
  NCD4_reclaimMeta@Base 4.5.0
  NCD4_reportcurlerror@Base 4.5.0
  NCD4_set_flags_perfetch@Base 4.5.0
@@ -271,18 +263,26 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC_RESERVED_ATT_LIST@Base 4.4.1
  NC_RESERVED_SPECIAL_LIST@Base 4.4.1
  NC_RESERVED_VARATT_LIST@Base 4.4.1
+ NC__testurl@Base 4.6.0
  NC_argc@Base 4.4.0
  NC_argv@Base 4.4.0
  NC_atomictypelen@Base 4.1.3
  NC_atomictypename@Base 4.1.3
+ NC_authclear@Base 4.6.0
+ NC_authsetup@Base 4.6.0
+ NC_backslashEscape@Base 4.6.0
+ NC_backslashUnescape@Base 4.6.0
  NC_calcsize@Base 3.6.1
+ NC_check_file_type@Base 4.6.0
  NC_check_id@Base 3.6.1
  NC_check_name@Base 3.6.1
  NC_check_vlen@Base 3.6.1
  NC_check_vlens@Base 4.5.0
+ NC_combinehostport@Base 4.6.0
  NC_coord_one@Base 4.3.3
  NC_coord_zero@Base 4.3.3
  NC_create@Base 4.1.3
+ NC_entityescape@Base 4.6.0
  NC_finalized@Base 4.4.0
  NC_findattr@Base 3.6.1
  NC_findvar@Base 3.6.1
@@ -297,12 +297,23 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC_hashmapGetVar@Base 4.4.1
  NC_hashmapRemoveDim@Base 4.4.1
  NC_hashmapRemoveVar@Base 4.4.1
+ NC_hashmap_verify@Base 4.6.0
  NC_initialized@Base 4.4.0
  NC_inq_recvar@Base 4.4.0
  NC_inq_var_all@Base 4.4.1
+ NC_isLittleEndian@Base 4.6.0
  NC_is_recvar@Base 4.3.3
  NC_lookupvar@Base 3.6.1
+ NC_mktmp@Base 4.6.0
  NC_open@Base 4.1.3
+ NC_parsecredentials@Base 4.6.0
+ NC_parsefilterspec@Base 4.6.0
+ NC_parseproxy@Base 4.6.0
+ NC_rcclear@Base 4.6.0
+ NC_rcload@Base 4.6.0
+ NC_rclookup@Base 4.6.0
+ NC_readfile@Base 4.6.0
+ NC_set_rcfile@Base 4.6.0
  NC_sync@Base 3.6.1
  NC_testurl@Base 4.1.3
  NC_urlmodel@Base 4.1.3
@@ -449,6 +460,7 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  definedimsets@Base 4.3.3
  definedimsettrans@Base 4.3.3
  del_from_NCList@Base 4.1.3
+ delete_existing_dimscale_dataset@Base 4.6.0
  dimimprint@Base 4.3.3
  dimnameanon@Base 4.1.3
  dumpalign@Base 4.1.3
@@ -610,7 +622,6 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  nc4_var_del@Base 4.5.0
  nc4_vararray_add@Base 4.5.0
  nc4typelen@Base 4.0.1
- nc4verify@Base 4.5.0
  nc__create@Base 3.6.1
  nc__create_mp@Base 3.6.1
  nc__enddef@Base 3.6.1
@@ -637,6 +648,7 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  nc_def_var_deflate@Base 4.0.1
  nc_def_var_endian@Base 4.0.1
  nc_def_var_fill@Base 4.0.1
+ nc_def_var_filter@Base 4.

[netcdf] branch pristine-tar updated (c490d66 -> ed4ec6b)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository netcdf.

  from  c490d66   pristine-tar data for netcdf_4.5.0.orig.tar.gz
   new  ed4ec6b   pristine-tar data for netcdf_4.6.0.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 netcdf_4.6.0.orig.tar.gz.delta | Bin 0 -> 65785 bytes
 netcdf_4.6.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 netcdf_4.6.0.orig.tar.gz.delta
 create mode 100644 netcdf_4.6.0.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] branch upstream updated (90bd7fd -> c449008)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository netcdf.

  from  90bd7fd   New upstream version 4.5.0
   new  c449008   New upstream version 4.6.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 4 -
 .travis.yml|50 +-
 CMakeLists.txt |64 +-
 Makefile.am|94 +-
 Makefile.in|95 +-
 RELEASE_NOTES.md   |10 +
 cf |45 +-
 cf.cmake   |56 +-
 config.h.cmake.in  | 9 +
 config.h.in|21 +-
 configure  |   672 +-
 configure.ac   |   183 +-
 dap4_test/Makefile.am  |14 +-
 dap4_test/Makefile.in  |93 +-
 dap4_test/test_data.c  | 2 +
 dap4_test/test_data.sh |18 +-
 dap4_test/test_meta.sh |21 +-
 dap4_test/test_parse.sh|12 +-
 dap4_test/test_raw.sh  | 8 +-
 dap4_test/tst_raw.sh   | 2 -
 docs/Doxyfile.developer| 2 +-
 docs/Doxyfile.in   |17 +-
 docs/FAQ.md| 6 +-
 docs/Makefile.am   |14 +-
 docs/Makefile.in   |19 +-
 docs/all-error-codes.md| 6 +-
 docs/auth.md   |36 +-
 docs/cmake_faq.md  |69 -
 docs/filters.md|   420 +
 docs/guide.dox | 1 +
 docs/images/Makefile.in| 5 +-
 docs/install.md|32 +-
 docs/mainpage.dox  | 4 +-
 docs/old/netcdf-c.texi | 6 +-
 docs/static-pages/software.html|  7354 ++--
 docs/tutorial.dox  |11 +
 docs/windows-binaries.md   |26 +-
 examples/C/CMakeLists.txt  |10 +-
 examples/C/Makefile.am |49 +-
 examples/C/Makefile.in |   367 +-
 examples/C/filter_example.c|   309 +
 examples/C/hdf5plugins/CMakeLists.txt  |37 +
 examples/C/hdf5plugins/H5Zbzip2.c  |   181 +
 examples/C/hdf5plugins/Makefile.am |28 +
 {liblib => examples/C/hdf5plugins}/Makefile.in |   168 +-
 examples/C/hdf5plugins/blocksort.c |  1094 +
 examples/C/hdf5plugins/bzip2.nc|   Bin 0 -> 11503 bytes
 examples/C/hdf5plugins/bzlib.c |  1572 +
 examples/C/hdf5plugins/bzlib.h |   282 +
 examples/C/hdf5plugins/bzlib_private.h |   509 +
 examples/C/hdf5plugins/compress.c  |   672 +
 examples/C/hdf5plugins/crctable.c  |   104 +
 examples/C/hdf5plugins/decompress.c|   646 +
 examples/C/hdf5plugins/h5bzip2.h   |30 +
 examples/C/hdf5plugins/huffman.c   |   205 +
 examples/C/hdf5plugins/randtable.c |84 +
 examples/C/run_examples.sh |24 +
 examples/C/run_examples4.sh|39 +
 examples/C/run_filter.sh   |29 +
 examples/CDL/CMakeLists.txt|11 +-
 examples/CDL/Makefile.am   |16 +-
 examples/CDL/Makefile.in   |64 +-
 examples/CDL/create_sample_files.sh|18 -
 examples/CDL/do_comps.sh   |22 +
 examples/CMakeLists.txt| 5 -
 examples/Makefile.in   | 5 +-
 h5_test/CMakeLists.txt | 8 +-
 h5_test/Makefile.am|10 +-
 h5_test/Makefile.in|64 +-
 h5_test/tst_h_atts3.c  | 2 -
 h5_test/tst_h_atts4.c  | 2 -
 h5_test/tst_h_dimscales.c  | 

[Git][debian-gis-team/netcdf][pristine-tar] pristine-tar data for netcdf_4.6.0.orig.tar.gz

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch pristine-tar at Debian GIS Project / 
netcdf


Commits:
ed4ec6ba by Bas Couwenberg at 2018-01-25T19:23:14+01:00
pristine-tar data for netcdf_4.6.0.orig.tar.gz

- - - - -


2 changed files:

- + netcdf_4.6.0.orig.tar.gz.delta
- + netcdf_4.6.0.orig.tar.gz.id


Changes:

=
netcdf_4.6.0.orig.tar.gz.delta
=
Binary files /dev/null and b/netcdf_4.6.0.orig.tar.gz.delta differ


=
netcdf_4.6.0.orig.tar.gz.id
=
--- /dev/null
+++ b/netcdf_4.6.0.orig.tar.gz.id
@@ -0,0 +1 @@
+22d1f08a6e3ccb85dbd4c7a7b95cb4636e2a1d55



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf/commit/ed4ec6ba45d101185df21407adfd52d1ec868e0f

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf/commit/ed4ec6ba45d101185df21407adfd52d1ec868e0f
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[netcdf] 02/08: Merge tag 'upstream/4.6.0'

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 1223d49bc219450ff3affc7fecf7118b101837d3
Merge: 1e93495 c449008
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:23:15 2018 +0100

Merge tag 'upstream/4.6.0'

Upstream version 4.6.0

 .gitignore | 4 -
 .travis.yml|50 +-
 CMakeLists.txt |64 +-
 Makefile.am|94 +-
 Makefile.in|95 +-
 RELEASE_NOTES.md   |10 +
 cf |45 +-
 cf.cmake   |56 +-
 config.h.cmake.in  | 9 +
 config.h.in|21 +-
 configure  |   672 +-
 configure.ac   |   183 +-
 dap4_test/Makefile.am  |14 +-
 dap4_test/Makefile.in  |93 +-
 dap4_test/test_data.c  | 2 +
 dap4_test/test_data.sh |18 +-
 dap4_test/test_meta.sh |21 +-
 dap4_test/test_parse.sh|12 +-
 dap4_test/test_raw.sh  | 8 +-
 dap4_test/tst_raw.sh   | 2 -
 docs/Doxyfile.developer| 2 +-
 docs/Doxyfile.in   |17 +-
 docs/FAQ.md| 6 +-
 docs/Makefile.am   |14 +-
 docs/Makefile.in   |19 +-
 docs/all-error-codes.md| 6 +-
 docs/auth.md   |36 +-
 docs/cmake_faq.md  |69 -
 docs/filters.md|   420 +
 docs/guide.dox | 1 +
 docs/images/Makefile.in| 5 +-
 docs/install.md|32 +-
 docs/mainpage.dox  | 4 +-
 docs/old/netcdf-c.texi | 6 +-
 docs/static-pages/software.html|  7354 ++--
 docs/tutorial.dox  |11 +
 docs/windows-binaries.md   |26 +-
 examples/C/CMakeLists.txt  |10 +-
 examples/C/Makefile.am |49 +-
 examples/C/Makefile.in |   367 +-
 examples/C/filter_example.c|   309 +
 examples/C/hdf5plugins/CMakeLists.txt  |37 +
 examples/C/hdf5plugins/H5Zbzip2.c  |   181 +
 examples/C/hdf5plugins/Makefile.am |28 +
 {liblib => examples/C/hdf5plugins}/Makefile.in |   168 +-
 examples/C/hdf5plugins/blocksort.c |  1094 +
 examples/C/hdf5plugins/bzip2.nc|   Bin 0 -> 11503 bytes
 examples/C/hdf5plugins/bzlib.c |  1572 +
 examples/C/hdf5plugins/bzlib.h |   282 +
 examples/C/hdf5plugins/bzlib_private.h |   509 +
 examples/C/hdf5plugins/compress.c  |   672 +
 examples/C/hdf5plugins/crctable.c  |   104 +
 examples/C/hdf5plugins/decompress.c|   646 +
 examples/C/hdf5plugins/h5bzip2.h   |30 +
 examples/C/hdf5plugins/huffman.c   |   205 +
 examples/C/hdf5plugins/randtable.c |84 +
 examples/C/run_examples.sh |24 +
 examples/C/run_examples4.sh|39 +
 examples/C/run_filter.sh   |29 +
 examples/CDL/CMakeLists.txt|11 +-
 examples/CDL/Makefile.am   |16 +-
 examples/CDL/Makefile.in   |64 +-
 examples/CDL/create_sample_files.sh|18 -
 examples/CDL/do_comps.sh   |22 +
 examples/CMakeLists.txt| 5 -
 examples/Makefile.in   | 5 +-
 h5_test/CMakeLists.txt | 8 +-
 h5_test/Makefile.am|10 +-
 h5_test/Makefile.in|64 +-
 h5_test/tst_h_atts3.c  | 2 -
 h5_test/tst_h_atts4.c  | 2 -
 h5_test/tst_h_dimscales.c  |10 +-
 h5_test/tst_h_dimscales1.c |45 +-
 h5_test/tst_h_files.c  | 3 +-
 h5_test/tst_h_filte

[Git][debian-gis-team/netcdf][upstream] New upstream version 4.6.0

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch upstream at Debian GIS Project / netcdf


Commits:
c4490089 by Bas Couwenberg at 2018-01-25T19:23:00+01:00
New upstream version 4.6.0
- - - - -


30 changed files:

- .gitignore
- .travis.yml
- CMakeLists.txt
- Makefile.am
- Makefile.in
- RELEASE_NOTES.md
- cf
- cf.cmake
- config.h.cmake.in
- config.h.in
- configure
- configure.ac
- dap4_test/Makefile.am
- dap4_test/Makefile.in
- dap4_test/test_data.c
- dap4_test/test_data.sh
- dap4_test/test_meta.sh
- dap4_test/test_parse.sh
- dap4_test/test_raw.sh
- dap4_test/tst_raw.sh
- docs/Doxyfile.developer
- docs/Doxyfile.in
- docs/FAQ.md
- docs/Makefile.am
- docs/Makefile.in
- docs/all-error-codes.md
- docs/auth.md
- − docs/cmake_faq.md
- + docs/filters.md
- docs/guide.dox


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf/commit/c4490089fdb1a7d461274e11784188c3688f33f4

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf/commit/c4490089fdb1a7d461274e11784188c3688f33f4
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[netcdf] 05/08: Drop cross.patch, applied upstream. Refresh remaining patches.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 15f28453d4f7bfb328b4d04bdf9e8059e2415fb7
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:31:51 2018 +0100

Drop cross.patch, applied upstream. Refresh remaining patches.
---
 debian/changelog|  1 +
 debian/patches/cross.patch  | 35 -
 debian/patches/hdf5-library-path.patch  |  4 ++--
 debian/patches/link-private.patch   |  2 +-
 debian/patches/series   |  1 -
 debian/patches/tst_fileinfo-link-hdf5.patch |  2 +-
 6 files changed, 5 insertions(+), 40 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b36192b..cd8437d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ netcdf (1:4.6.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update copyright-format URL to use HTTPS.
   * Update copyright years for Unidata.
+  * Drop cross.patch, applied upstream. Refresh remaining patches.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 19:23:38 +0100
 
diff --git a/debian/patches/cross.patch b/debian/patches/cross.patch
deleted file mode 100644
index 40b50a0..000
--- a/debian/patches/cross.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: Fix cross build from source.
-Author: Helmut Grohne 
-Bug-Debian: https://bugs.debian.org/885845
-Bug: https://github.com/Unidata/netcdf-c/issues/753
-Applied-Upstream: 
https://github.com/Unidata/netcdf-c/commit/2281f3e133ace03521b1368ca8c6d7a1e3e813dc
-
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -93,7 +93,6 @@ INCLUDE(${CMAKE_ROOT}/Modules/CheckTypeS
- INCLUDE(${CMAKE_ROOT}/Modules/CheckFunctionExists.cmake)
- INCLUDE(${CMAKE_ROOT}/Modules/CheckCXXSourceCompiles.cmake)
- INCLUDE(${CMAKE_ROOT}/Modules/CheckCSourceCompiles.cmake)
--INCLUDE(${CMAKE_ROOT}/Modules/CheckCSourceRuns.cmake)
- INCLUDE(${CMAKE_ROOT}/Modules/TestBigEndian.cmake)
- INCLUDE(${CMAKE_ROOT}/Modules/CheckSymbolExists.cmake)
- INCLUDE(${CMAKE_ROOT}/Modules/GetPrerequisites.cmake)
-@@ -1194,14 +1193,12 @@ MARK_AS_ADVANCED(ENABLE_SHARED_LIBRARY_V
- SET(SIGNED_TEST_SOURCE "\n
-   #include \n
-   int main(void) {\n
--char is_signed = (char) - 1;\n
--if(is_signed < 0)\n
--  return 1;\n
--else\n
--  return 0;\n
-+char error_if_char_is_signed[((char)-1) < 0 ? -1 : 1];\n
-+error_if_char_is_signed[0] = 0;
-+return 0;\n
- }\n")
- 
--CHECK_C_SOURCE_RUNS("${SIGNED_TEST_SOURCE}" __CHAR_UNSIGNED__)
-+CHECK_C_SOURCE_COMPILES("${SIGNED_TEST_SOURCE}" __CHAR_UNSIGNED__)
- 
- # Library include checks
- CHECK_INCLUDE_FILE("math.h"  HAVE_MATH_H)
diff --git a/debian/patches/hdf5-library-path.patch 
b/debian/patches/hdf5-library-path.patch
index 190d927..38129ba 100644
--- a/debian/patches/hdf5-library-path.patch
+++ b/debian/patches/hdf5-library-path.patch
@@ -7,7 +7,7 @@ Forwarded: not-needed
 
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -747,7 +747,7 @@ IF(USE_HDF5 OR ENABLE_NETCDF_4)
+@@ -755,7 +755,7 @@ IF(USE_HDF5 OR ENABLE_NETCDF_4)
SET(USE_ZLIB ON)
INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIRS})
  
@@ -16,7 +16,7 @@ Forwarded: not-needed
IF(NOT HAVE_HDF5_H)
  MESSAGE(FATAL_ERROR "Compiling a test with hdf5 failed. Either hdf5.h 
cannot be found, or the log messages should be checked for another reason.")
ELSE(NOT HAVE_HDF5_H)
-@@ -1813,6 +1813,17 @@ SET(libdir ${CMAKE_INSTALL_PREFIX}/${CMA
+@@ -1825,6 +1825,17 @@ SET(libdir ${CMAKE_INSTALL_PREFIX}/${CMA
  SET(includedir ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR})
  SET(CC ${CMAKE_C_COMPILER})
  
diff --git a/debian/patches/link-private.patch 
b/debian/patches/link-private.patch
index 393a8af..d1425e2 100644
--- a/debian/patches/link-private.patch
+++ b/debian/patches/link-private.patch
@@ -3,7 +3,7 @@ Author: Nico Schlömer 
 
 --- a/liblib/CMakeLists.txt
 +++ b/liblib/CMakeLists.txt
-@@ -84,7 +84,7 @@ IF(TLL_LIBS)
+@@ -92,7 +92,7 @@ IF(TLL_LIBS)
LIST(REMOVE_DUPLICATES TLL_LIBS)
  ENDIF()
  
diff --git a/debian/patches/series b/debian/patches/series
index 7c9f290..bf960a3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,3 @@ privacy-breach-logo.patch
 hdf5-library-path.patch
 tst_fileinfo-link-hdf5.patch
 reproducible-settings.patch
-cross.patch
diff --git a/debian/patches/tst_fileinfo-link-hdf5.patch 
b/debian/patches/tst_fileinfo-link-hdf5.patch
index 74e593a..b3c32e8 100644
--- a/debian/patches/tst_fileinfo-link-hdf5.patch
+++ b/debian/patches/tst_fileinfo-link-hdf5.patch
@@ -8,7 +8,7 @@ Forwarded: not-needed
 
 --- a/ncdump/CMakeLists.txt
 +++ b/ncdump/CMakeLists.txt
-@@ -68,6 +68,21 @@ IF(ENABLE_TESTS)
+@@ -52,6 +52,21 @@ IF(ENABLE_TESTS)
IF(USE_NETCDF4)
  ADD_EXECUTABLE(tst_fileinfo tst_fileinfo.c)
  TARGET_LINK_LIBRARIES(tst_fileinfo netcdf)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git


[Git][debian-gis-team/netcdf] Pushed new tag upstream/4.6.0

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag upstream/4.6.0 at Debian GIS Project / 
netcdf

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf/tree/upstream/4.6.0
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/netcdf] Pushed new tag debian/1%4.6.0-1

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/1%4.6.0-1 at Debian GIS Project / 
netcdf

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf/tree/debian/1%254.6.0-1
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[netcdf] 08/08: Set distribution to unstable.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit bfd4e3cc87c0b723d1a1de06ed001f3443813330
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:32:40 2018 +0100

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6ee6652..fb20116 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-netcdf (1:4.6.0-1) UNRELEASED; urgency=medium
+netcdf (1:4.6.0-1) unstable; urgency=medium
 
   * New upstream release.
   * Update copyright-format URL to use HTTPS.
@@ -7,7 +7,7 @@ netcdf (1:4.6.0-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.1.3, no changes.
   * Update symbols for 4.6.0.
 
- -- Bas Couwenberg   Thu, 25 Jan 2018 19:23:38 +0100
+ -- Bas Couwenberg   Thu, 25 Jan 2018 19:32:27 +0100
 
 netcdf (1:4.5.0-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] tag debian/1%4.6.0-1 created (now bfd4e3c)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1%4.6.0-1
in repository netcdf.

at  bfd4e3c   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] 01/01: pristine-tar data for netcdf_4.6.0.orig.tar.gz

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository netcdf.

commit ed4ec6ba45d101185df21407adfd52d1ec868e0f
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:23:14 2018 +0100

pristine-tar data for netcdf_4.6.0.orig.tar.gz
---
 netcdf_4.6.0.orig.tar.gz.delta | Bin 0 -> 65785 bytes
 netcdf_4.6.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/netcdf_4.6.0.orig.tar.gz.delta b/netcdf_4.6.0.orig.tar.gz.delta
new file mode 100644
index 000..ed5f56c
Binary files /dev/null and b/netcdf_4.6.0.orig.tar.gz.delta differ
diff --git a/netcdf_4.6.0.orig.tar.gz.id b/netcdf_4.6.0.orig.tar.gz.id
new file mode 100644
index 000..eb2710a
--- /dev/null
+++ b/netcdf_4.6.0.orig.tar.gz.id
@@ -0,0 +1 @@
+22d1f08a6e3ccb85dbd4c7a7b95cb4636e2a1d55

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] 04/08: Update copyright years for Unidata.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 30bfc9fe1cdf4e2c491877554ca4684c05068b1c
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:30:49 2018 +0100

Update copyright years for Unidata.
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 53a51db..b36192b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ netcdf (1:4.6.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update copyright-format URL to use HTTPS.
+  * Update copyright years for Unidata.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 19:23:38 +0100
 
diff --git a/debian/copyright b/debian/copyright
index ec93719..dd3df6c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: University Corporation for Atmospheric 
Research/Unidata
 Source: https://github.com/Unidata/netcdf-c/releases
 
 Files: *
-Copyright: 1988-2017, University Corporation for Atmospheric Research/Unidata
+Copyright: 1988-2018, University Corporation for Atmospheric Research/Unidata
   2003, 2014, Northwestern University and Argonne National Laboratory
 2009, OPeNDAP, Inc
 License: NetCDF

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] 03/08: New upstream release.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit f364b37ec18706971f011b0f61676cffe1d5721c
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:23:49 2018 +0100

New upstream release.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1068936..53a51db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-netcdf (1:4.5.0-3) UNRELEASED; urgency=medium
+netcdf (1:4.6.0-1) UNRELEASED; urgency=medium
 
+  * New upstream release.
   * Update copyright-format URL to use HTTPS.
 
- -- Bas Couwenberg   Sat, 20 Jan 2018 22:25:57 +0100
+ -- Bas Couwenberg   Thu, 25 Jan 2018 19:23:38 +0100
 
 netcdf (1:4.5.0-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Processing of netcdf_4.6.0-1_amd64.changes

2018-01-25 Thread Debian FTP Masters
netcdf_4.6.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  netcdf_4.6.0-1.dsc
  netcdf_4.6.0.orig.tar.gz
  netcdf_4.6.0-1.debian.tar.xz
  libnetcdf-dev_4.6.0-1_amd64.deb
  libnetcdf13-dbgsym_4.6.0-1_amd64.deb
  libnetcdf13_4.6.0-1_amd64.deb
  netcdf-bin-dbgsym_4.6.0-1_amd64.deb
  netcdf-bin_4.6.0-1_amd64.deb
  netcdf-doc_4.6.0-1_all.deb
  netcdf_4.6.0-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


netcdf_4.6.0-1_amd64.changes ACCEPTED into unstable

2018-01-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 25 Jan 2018 19:32:27 +0100
Source: netcdf
Binary: netcdf-doc libnetcdf13 libnetcdf-dev netcdf-bin
Architecture: source amd64 all
Version: 1:4.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libnetcdf-dev - creation, access, and sharing of scientific data
 libnetcdf13 - Interface for scientific data access to large binary data
 netcdf-bin - Programs for reading and writing NetCDF files
 netcdf-doc - Documentation for NetCDF
Changes:
 netcdf (1:4.6.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update copyright-format URL to use HTTPS.
   * Update copyright years for Unidata.
   * Drop cross.patch, applied upstream. Refresh remaining patches.
   * Bump Standards-Version to 4.1.3, no changes.
   * Update symbols for 4.6.0.
Checksums-Sha1:
 247ef4dcbc4fd12e8f0377fb2f6e881df83de223 2344 netcdf_4.6.0-1.dsc
 644de01aa1b63c8fc96a478d2580c2e94cf09cb7 18155830 netcdf_4.6.0.orig.tar.gz
 2bad17e0d4660a4193a3cd836a3a6ffbaff2e235 24972 netcdf_4.6.0-1.debian.tar.xz
 413967860ea82aa5524940d379da9190d2559d9c 80164 libnetcdf-dev_4.6.0-1_amd64.deb
 ea3da04879a26078e0d1d943cb340b707f2d0168 1073160 
libnetcdf13-dbgsym_4.6.0-1_amd64.deb
 f2de3c825a14be5ab818a7bec50eb080cd34fa0a 379540 libnetcdf13_4.6.0-1_amd64.deb
 27efc11a86dbc30062111da35ff13756924166e4 424272 
netcdf-bin-dbgsym_4.6.0-1_amd64.deb
 2693abce2dbb4fb52f2b15f5f358a3246985dd6e 229052 netcdf-bin_4.6.0-1_amd64.deb
 051a386e92628161a3a0baa83ed83b3f59545013 2361240 netcdf-doc_4.6.0-1_all.deb
 434885779da5a4ff2db33e0d72002579f257a7ff 10119 netcdf_4.6.0-1_amd64.buildinfo
Checksums-Sha256:
 51e9c3765f701e7b68a8737ab6fb7238fce0e8ac449037d4fbd7e81ecdec060d 2344 
netcdf_4.6.0-1.dsc
 6d740356399aac12290650325a05aec2fe92c1905df10761b2b0100994197725 18155830 
netcdf_4.6.0.orig.tar.gz
 ba3c671867f63328d0285a9f4c87b99ea5f0ca23b78969af7be14ebb33c46dd7 24972 
netcdf_4.6.0-1.debian.tar.xz
 be7ad78fab82d2fb7d0153477eebf344b7a0cdb14b7fd8f0f885c080bcd35c34 80164 
libnetcdf-dev_4.6.0-1_amd64.deb
 f07adc50c82a0ac69765c41b46c06ce9a02f1e60db981c227f649eb36061be19 1073160 
libnetcdf13-dbgsym_4.6.0-1_amd64.deb
 73755a05fb087e164f5717919e089632af3bbabeb3783344a2f0a80ec26b3f76 379540 
libnetcdf13_4.6.0-1_amd64.deb
 fc72a15191f93dc7d306957a985cd54cd7528919241e92d9f86249ee180db52e 424272 
netcdf-bin-dbgsym_4.6.0-1_amd64.deb
 55ae6277ab23aadf0213afc3b69ab82078a97106065a3667ffb0c9c9664d9553 229052 
netcdf-bin_4.6.0-1_amd64.deb
 7a21eec04e0326376506cb1de237cc1a6947af58cb331c5add2d2177cd31ff48 2361240 
netcdf-doc_4.6.0-1_all.deb
 37de8357e449560f175c3623ea0babf95a0778f57f0d56ce1cda19a7486f4bce 10119 
netcdf_4.6.0-1_amd64.buildinfo
Files:
 ce289b428ed65c92e2d640a54a1d9e75 2344 science optional netcdf_4.6.0-1.dsc
 a0268d3afe99cf202986b6dbe86c2f04 18155830 science optional 
netcdf_4.6.0.orig.tar.gz
 8a3ada736e4b2884a1eedc4b2f8ee49f 24972 science optional 
netcdf_4.6.0-1.debian.tar.xz
 e28623cc5ff8340370a9b4ba2e27dc7f 80164 libdevel optional 
libnetcdf-dev_4.6.0-1_amd64.deb
 1040015df26948c6e31c049f8b4617b9 1073160 debug optional 
libnetcdf13-dbgsym_4.6.0-1_amd64.deb
 40c629409e0da6d0c8e7d796eaeb4902 379540 libs optional 
libnetcdf13_4.6.0-1_amd64.deb
 edf0e4fc75ba5948c95079d933ff7c4d 424272 debug optional 
netcdf-bin-dbgsym_4.6.0-1_amd64.deb
 72a14c6b2c96613c961e52d2a4d4aa8d 229052 science optional 
netcdf-bin_4.6.0-1_amd64.deb
 b5efd918765c64b0327f4ea9bfa716f2 2361240 doc optional 
netcdf-doc_4.6.0-1_all.deb
 efd99307b7b941687cdaa99aa95b02ea 10119 science optional 
netcdf_4.6.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlpqJtwACgkQZ1DxCuiN
SvEBUBAAk324A8lrDUqMx5WOx+UxJHzXTr8Gm+8B9rcSsqRYtuqAh+7z6QEoqu59
SLAKVjQbW7e0Fk7M2+C8YYx1IBugojkKl9FjHqpwCj6O/LIpDxJuSSK37DUderR/
KJ2waSoxKcvE+R2AmvyOUriU+nbsd9ERsTeIn9pBn3RC7Vb4ao2emxbTAmSCXm11
cDQPkUvrZEymBZ0CbYQP/om0dndperUtuZSmQdaF0NsUsFCbapHiSPo8abtuoNKo
rwADm5JcCE8QwQfYFH9PWCdOvf/TTj/B8rQHomps4unFiIv7CqWOtvB3awo82/6c
e8BnbpDMGiAMpQhUni56Me5TFeW2MloNP9utdpXnRHKgOWJe5XIqkjr+uaGECtdu
YXaIl7zr/1Th05OWuUgjXemKei3btyfD2yMSzY8Chyg3+5XxwyRC/gDe/pwHlORV
Nx9q5J5gU3iiX8DQSJifkkx/gLJBss1Lhh83UgPA4HHOP5uUU1mrpTJhjhbnAQJQ
WDq4xS8Hxg0DM2tdYzNg2H044xremeQU/q1Br7TyPLIgqUjyVsR4ipscCC9uuef+
Akr1OcguUnUtzkaFhE/jFCsbtnGQzs1CiL7+cI9rqDCtpPFgTCuBpxL5VFpwgyIy
bH4v6eQtZ5ClWBd0gdCeE56gzDyqZR0/RtA9/st3ThurzZmD7r0=
=U5EU
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[nco] 02/08: Merge tag 'upstream/4.7.2'

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nco.

commit 2e37e337a9bf6c09eca16073e6d88d24944230e1
Merge: 7bcf9ac 0afd562
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:53:36 2018 +0100

Merge tag 'upstream/4.7.2'

Upstream version 4.7.2

 CMakeLists.txt|  121 +-
 bld/Makefile  |5 +-
 bld/nco.spec  |   11 +-
 bld/nco_dst.pl|   30 +-
 bm/NCO_bm.pm  |2 +-
 bm/nco_bm.pl  |2 +-
 cmake/README.md   |  173 +++
 cmake/bld.bat |  305 +
 cmake/build.bat   |1 +
 cmake/clone.bat   |   13 +
 cmake/dep.bat |  122 ++
 cmake/in.nc.txt   | 2760 +
 cmake/in_grp.nc.txt   |  603 ++
 configure |   20 +-
 configure.ac  |4 +-
 configure.eg  |  217 ++--
 data/in.cdl   |   27 +-
 data/ncclimo  |  147 +--
 data/ncremap  |  141 ++-
 doc/ANNOUNCE  |  141 ++-
 doc/ChangeLog |   90 ++
 doc/VERSION   |2 +-
 doc/debian.txt|  162 +--
 doc/index.shtml   |   63 +-
 doc/nco.texi  |  336 --
 man/ncap.1|2 +-
 man/ncap2.1   |2 +-
 man/ncatted.1 |2 +-
 man/ncbo.1|2 +-
 man/ncclimo.1 |2 +-
 man/ncecat.1  |2 +-
 man/nces.1|2 +-
 man/ncflint.1 |2 +-
 man/ncks.1|2 +-
 man/nco.1 |2 +-
 man/ncpdq.1   |2 +-
 man/ncra.1|2 +-
 man/ncrcat.1  |2 +-
 man/ncremap.1 |5 +-
 man/ncrename.1|2 +-
 man/ncwa.1|2 +-
 src/nco++/Makefile.old|2 +-
 src/nco++/fmc_all_cls.cc  |   19 +-
 src/nco++/fmc_all_cls.hh  |3 +-
 src/nco++/fmc_cls.hh  |2 +-
 src/nco++/fmc_gsl_cls.cc  |2 +-
 src/nco++/fmc_gsl_cls.hh  |2 +-
 src/nco++/libnco++.hh |2 +-
 src/nco++/ncap2.cc|2 +-
 src/nco++/ncap2_utl.cc|2 +-
 src/nco++/ncoGrammer.g|2 +-
 src/nco++/nco_gsl.c   |2 +-
 src/nco++/nco_gsl.h   |2 +-
 src/nco++/prs_cls.cc  |2 +-
 src/nco++/prs_cls.hh  |2 +-
 src/nco++/sdo_utl.cc  |2 +-
 src/nco++/sdo_utl.hh  |2 +-
 src/nco/libnco.h  |2 +-
 src/nco/mpncbo.c  |2 +-
 src/nco/mpncecat.c|2 +-
 src/nco/mpncflint.c   |2 +-
 src/nco/mpncpdq.c |2 +-
 src/nco/mpncra.c  |2 +-
 src/nco/mpncwa.c  |2 +-
 src/nco/ncap.c|2 +-
 src/nco/ncap.h|2 +-
 src/nco/ncap_utl.c|2 +-
 src/nco/ncap_yacc.y   |2 +-
 src/nco/ncatted.c |2 +-
 src/nco/ncbo.c|2 +-
 src/nco/ncecat.c  |2 +-
 src/nco/ncflint.c |2 +-
 src/nco/ncks.c|2 +-
 src/nco/nco.h |6 +-
 src/nco/nco_att_utl.c |2 +-
 src/nco/nco_att_utl.h |2 +-
 src/nco/nco_aux.c |2 +-
 src/nco/nco_aux.h |2 +-
 src/nco/nco_bnr.c |2 +-
 src/nco/nco_bnr.h |2 +-
 src/nco/nco_cln_utl.c |   13 +-
 src/nco/nco_cln_utl.h |   12 +-
 src/nco/nco_cnf_dmn.c |2 +-
 src/nco/nco_cnf_dmn.h |2 +-
 src/nco/nco_cnf_typ.c |2 +-
 src/nco/nco_cnf_typ.h |2 +-
 src/nco/nco_cnk.c |2 +-
 src/nco/nco_cnk.h |2 +-
 src/nco/nco_cnv_arm.c |2 +-
 src/nco/nco_cnv_arm.h |2 +-
 src/nco/nco_cnv_csm.c |2 +-
 src/nco/nco_cnv_csm.h |2 +-
 src/nco/nco_ctl.c |4 +-
 src/nco/nco_ctl.h |2 +-
 src/nco/nco_dbg.c |2 +-
 src/nco/nco_dbg.h |2 +-
 src/nco/nco_dmn_utl.c |2 +-
 src/nco/nco_dmn_utl.h |2 +-
 src/nco/nco_fl_utl.c  |2 +-
 src/nco/nco_fl_utl.h  |2 +-
 src/nco/nco_grp_trv.c |2 +-
 src/nco/nco_grp_trv.h |2 +-
 src/nco/nco_grp_utl.c |   80 +-
 src/nco/nco_grp_utl.h |2 +-
 src/nco/nco_lmt.c |2 +-
 src/nco/nco_lmt.h |2 +-
 src/nco/nco_lst_utl.c |2 +-
 src/nco/nco_lst_utl.h |2 +-
 src/nco/nco_md5.c |2 +-
 src/nco/nco_md5.h |2 +-
 src/nco/nco_mmr.c |2 +-
 src/nco/nco_mmr.h |2 +-
 src/nco/nco_mpi.h |2 +-
 src/nco/nco_msa.c |2 +-
 src/nco/nco_msa.h |2 +-
 src/nco/nco_mss_val.c |2 +-
 src/nco/nco_mss_val.h |2 +-
 src/nco/nco_mta.c |2 +-
 src/nco/nco_mta.h |2 +-
 src/nco/nco_netcdf.c  |   14 +-
 src/nco/nco_netcdf.h  |7 +-
 src/nco/nco_omp.c |2 +-
 src/nco/nco_omp.h |2 +-
 src/nco/nco_pck.c |2 +-
 src/nco/nco_pck.h 

[nco] 07/08: Strip trailing whitespace from changelog file.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nco.

commit da772185c2be1f0ab35ce0f4549d494d8188f81e
Author: Bas Couwenberg 
Date:   Thu Jan 25 20:11:27 2018 +0100

Strip trailing whitespace from changelog file.
---
 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 622059f..4a9bfd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ nco (4.7.2-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.1.3, no changes.
   * Update copyright years for Charlie Zender.
   * Add lintian overrides for binary-without-manpage.
+  * Strip trailing whitespace from changelog file.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 19:53:43 +0100
 
@@ -444,7 +445,7 @@ nco (3.1.8-1) experimental; urgency=low
   * ncap2 methods work, nascent _FillValue support
   * Add psd.nco example for ncap2
   * Fix in.nc and tst path issues in make check
-  * Change long description
+  * Change long description
   * Remove unused make command in control
   * Change section from "math" to "science" in control and doc-base
   * Remove ncap_lex.c, ncap_yacc.[ch] from tarball

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/nco.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[nco] branch pristine-tar updated (17bbef5 -> a4526f2)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository nco.

  from  17bbef5   pristine-tar data for nco_4.7.1.orig.tar.gz
   new  a4526f2   pristine-tar data for nco_4.7.2.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nco_4.7.2.orig.tar.gz.delta | Bin 0 -> 15233 bytes
 nco_4.7.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 nco_4.7.2.orig.tar.gz.delta
 create mode 100644 nco_4.7.2.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/nco.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[nco] 01/01: pristine-tar data for nco_4.7.2.orig.tar.gz

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository nco.

commit a4526f2cd6443022e237d586e66fddc323113e7d
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:53:02 2018 +0100

pristine-tar data for nco_4.7.2.orig.tar.gz
---
 nco_4.7.2.orig.tar.gz.delta | Bin 0 -> 15233 bytes
 nco_4.7.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/nco_4.7.2.orig.tar.gz.delta b/nco_4.7.2.orig.tar.gz.delta
new file mode 100644
index 000..09f8666
Binary files /dev/null and b/nco_4.7.2.orig.tar.gz.delta differ
diff --git a/nco_4.7.2.orig.tar.gz.id b/nco_4.7.2.orig.tar.gz.id
new file mode 100644
index 000..2d8375d
--- /dev/null
+++ b/nco_4.7.2.orig.tar.gz.id
@@ -0,0 +1 @@
+e72c95df9d6fde0715ccd7266895d7984d49b36b

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/nco.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[nco] tag debian/4.7.2-1 created (now b98e00d)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/4.7.2-1
in repository nco.

at  b98e00d   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/nco.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/nco][upstream] New upstream version 4.7.2

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch upstream at Debian GIS Project / nco


Commits:
0afd562d by Bas Couwenberg at 2018-01-25T19:52:59+01:00
New upstream version 4.7.2
- - - - -


15 changed files:

- CMakeLists.txt
- bld/Makefile
- bld/nco.spec
- bld/nco_dst.pl
- bm/NCO_bm.pm
- bm/nco_bm.pl
- + cmake/README.md
- + cmake/bld.bat
- cmake/build.bat
- + cmake/clone.bat
- + cmake/dep.bat
- + cmake/in.nc.txt
- + cmake/in_grp.nc.txt
- configure
- configure.ac


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/commit/0afd562d5a59c5803550b337c17f6b93d133bfb9

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/commit/0afd562d5a59c5803550b337c17f6b93d133bfb9
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/nco] Pushed new tag upstream/4.7.2

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag upstream/4.7.2 at Debian GIS Project / nco

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/tree/upstream/4.7.2
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[nco] 03/08: New upstream release.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nco.

commit e55c43ffa66dac537ec5096c329b00ee7f63281e
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:53:53 2018 +0100

New upstream release.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4b66477..cc2ba7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-nco (4.7.1-2) UNRELEASED; urgency=medium
+nco (4.7.2-1) UNRELEASED; urgency=medium
 
+  * New upstream release.
   * Update copyright-format URL to use HTTPS.
 
- -- Bas Couwenberg   Sat, 20 Jan 2018 22:22:59 +0100
+ -- Bas Couwenberg   Thu, 25 Jan 2018 19:53:43 +0100
 
 nco (4.7.1-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/nco.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[nco] branch master updated (7bcf9ac -> b98e00d)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository nco.

  from  7bcf9ac   Update copyright-format URL to use HTTPS.
   new  0afd562   New upstream version 4.7.2
   new  2e37e33   Merge tag 'upstream/4.7.2'
   new  e55c43f   New upstream release.
   new  47ef9f6   Bump Standards-Version to 4.1.3, no changes.
   new  c61460e   Update copyright years for Charlie Zender.
   new  80dac6a   Add lintian overrides for binary-without-manpage.
   new  da77218   Strip trailing whitespace from changelog file.
   new  b98e00d   Set distribution to unstable.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt|  121 +-
 bld/Makefile  |5 +-
 bld/nco.spec  |   11 +-
 bld/nco_dst.pl|   30 +-
 bm/NCO_bm.pm  |2 +-
 bm/nco_bm.pl  |2 +-
 cmake/README.md   |  173 +++
 cmake/bld.bat |  305 +
 cmake/build.bat   |1 +
 cmake/clone.bat   |   13 +
 cmake/dep.bat |  122 ++
 cmake/in.nc.txt   | 2760 +
 cmake/in_grp.nc.txt   |  603 ++
 configure |   20 +-
 configure.ac  |4 +-
 configure.eg  |  217 ++--
 data/in.cdl   |   27 +-
 data/ncclimo  |  147 +--
 data/ncremap  |  141 ++-
 debian/changelog  |   11 +-
 debian/control|2 +-
 debian/copyright  |2 +-
 debian/lintian-overrides  |6 +
 doc/ANNOUNCE  |  141 ++-
 doc/ChangeLog |   90 ++
 doc/VERSION   |2 +-
 doc/debian.txt|  162 +--
 doc/index.shtml   |   63 +-
 doc/nco.texi  |  336 --
 man/ncap.1|2 +-
 man/ncap2.1   |2 +-
 man/ncatted.1 |2 +-
 man/ncbo.1|2 +-
 man/ncclimo.1 |2 +-
 man/ncecat.1  |2 +-
 man/nces.1|2 +-
 man/ncflint.1 |2 +-
 man/ncks.1|2 +-
 man/nco.1 |2 +-
 man/ncpdq.1   |2 +-
 man/ncra.1|2 +-
 man/ncrcat.1  |2 +-
 man/ncremap.1 |5 +-
 man/ncrename.1|2 +-
 man/ncwa.1|2 +-
 src/nco++/Makefile.old|2 +-
 src/nco++/fmc_all_cls.cc  |   19 +-
 src/nco++/fmc_all_cls.hh  |3 +-
 src/nco++/fmc_cls.hh  |2 +-
 src/nco++/fmc_gsl_cls.cc  |2 +-
 src/nco++/fmc_gsl_cls.hh  |2 +-
 src/nco++/libnco++.hh |2 +-
 src/nco++/ncap2.cc|2 +-
 src/nco++/ncap2_utl.cc|2 +-
 src/nco++/ncoGrammer.g|2 +-
 src/nco++/nco_gsl.c   |2 +-
 src/nco++/nco_gsl.h   |2 +-
 src/nco++/prs_cls.cc  |2 +-
 src/nco++/prs_cls.hh  |2 +-
 src/nco++/sdo_utl.cc  |2 +-
 src/nco++/sdo_utl.hh  |2 +-
 src/nco/libnco.h  |2 +-
 src/nco/mpncbo.c  |2 +-
 src/nco/mpncecat.c|2 +-
 src/nco/mpncflint.c   |2 +-
 src/nco/mpncpdq.c |2 +-
 src/nco/mpncra.c  |2 +-
 src/nco/mpncwa.c  |2 +-
 src/nco/ncap.c|2 +-
 src/nco/ncap.h|2 +-
 src/nco/ncap_utl.c|2 +-
 src/nco/ncap_yacc.y   |2 +-
 src/nco/ncatted.c |2 +-
 src/nco/ncbo.c|2 +-
 src/nco/ncecat.c  |2 +-
 src/nco/ncflint.c |2 +-
 src/nco/ncks.c|2 +-
 src/nco/nco.h |6 +-
 src/nco/nco_att_utl.c |2 +-
 src/nco/nco_att_utl.h |2 +-
 src/nco/nco_aux.c |2 +-
 src/nco/nco_aux.h |2 +-
 src/nco/nco_bnr.c |2 +-
 src/nco/nco_bnr.h |2 +-
 src/nco/nco_cln_utl.c |   13 +-
 src/nco/nco_cln_utl.h |   12 +-
 src/nco/nco_cnf_dmn.c |2 +-
 src/nco/nco_cnf_dmn.h |2 +-
 src/nco/nco_cnf_typ.c |2 +-
 src/nco/nco_cnf_typ.h |2 +-
 src/nco/nco_cnk.c |2 +-
 src/nco/nco_cnk.h |2 +-
 src/nco/nco_cnv_arm.c |2 +-
 src/nco/nco_cnv_arm.h |2 +-
 src/nco/nco_cnv_csm.c |2 +-
 src/nco/nco_cnv_csm.h |2 +-
 src/nco/nco_ctl.c |4 +-
 src/nco/nco_ctl.h |2 +-
 src/nco/nco_dbg.c |2 +-
 src/nco/nco_dbg.h |2 +-
 src/nco/nco_dmn_utl.c |2 +-
 src/nco/nco_dmn_utl.h |2 +-
 src/nco/nco_fl_utl.c  |2 +-
 src/nco/nco_fl_utl.h  |2 +-
 src/nco/nco_grp_trv.c |2 +-
 src/nco/nco_grp_trv.h |2 +-
 src/nco/nco_grp_utl.c |   80 +-
 src/nco/nco_grp_utl.h |2 +-
 src/nco/nco_lmt.c

[nco] annotated tag upstream/4.7.2 created (now 624f6de)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/4.7.2
in repository nco.

at  624f6de   (tag)
   tagging  0afd562d5a59c5803550b337c17f6b93d133bfb9 (commit)
  replaces  upstream/4.7.1
 tagged by  Bas Couwenberg
on  Thu Jan 25 19:53:02 2018 +0100

- Log -
Upstream version 4.7.2

Bas Couwenberg (1):
  New upstream version 4.7.2

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/nco.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[nco] branch upstream updated (189b14f -> 0afd562)

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository nco.

  from  189b14f   New upstream version 4.7.1
   new  0afd562   New upstream version 4.7.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt|  121 +-
 bld/Makefile  |5 +-
 bld/nco.spec  |   11 +-
 bld/nco_dst.pl|   30 +-
 bm/NCO_bm.pm  |2 +-
 bm/nco_bm.pl  |2 +-
 cmake/README.md   |  173 +++
 cmake/bld.bat |  305 +
 cmake/build.bat   |1 +
 cmake/clone.bat   |   13 +
 cmake/dep.bat |  122 ++
 cmake/in.nc.txt   | 2760 +
 cmake/in_grp.nc.txt   |  603 ++
 configure |   20 +-
 configure.ac  |4 +-
 configure.eg  |  217 ++--
 data/in.cdl   |   27 +-
 data/ncclimo  |  147 +--
 data/ncremap  |  141 ++-
 debian/changelog  |6 +
 doc/ANNOUNCE  |  141 ++-
 doc/ChangeLog |   90 ++
 doc/VERSION   |2 +-
 doc/debian.txt|  162 +--
 doc/index.shtml   |   63 +-
 doc/nco.texi  |  336 --
 man/ncap.1|2 +-
 man/ncap2.1   |2 +-
 man/ncatted.1 |2 +-
 man/ncbo.1|2 +-
 man/ncclimo.1 |2 +-
 man/ncecat.1  |2 +-
 man/nces.1|2 +-
 man/ncflint.1 |2 +-
 man/ncks.1|2 +-
 man/nco.1 |2 +-
 man/ncpdq.1   |2 +-
 man/ncra.1|2 +-
 man/ncrcat.1  |2 +-
 man/ncremap.1 |5 +-
 man/ncrename.1|2 +-
 man/ncwa.1|2 +-
 src/nco++/Makefile.old|2 +-
 src/nco++/fmc_all_cls.cc  |   19 +-
 src/nco++/fmc_all_cls.hh  |3 +-
 src/nco++/fmc_cls.hh  |2 +-
 src/nco++/fmc_gsl_cls.cc  |2 +-
 src/nco++/fmc_gsl_cls.hh  |2 +-
 src/nco++/libnco++.hh |2 +-
 src/nco++/ncap2.cc|2 +-
 src/nco++/ncap2_utl.cc|2 +-
 src/nco++/ncoGrammer.g|2 +-
 src/nco++/nco_gsl.c   |2 +-
 src/nco++/nco_gsl.h   |2 +-
 src/nco++/prs_cls.cc  |2 +-
 src/nco++/prs_cls.hh  |2 +-
 src/nco++/sdo_utl.cc  |2 +-
 src/nco++/sdo_utl.hh  |2 +-
 src/nco/libnco.h  |2 +-
 src/nco/mpncbo.c  |2 +-
 src/nco/mpncecat.c|2 +-
 src/nco/mpncflint.c   |2 +-
 src/nco/mpncpdq.c |2 +-
 src/nco/mpncra.c  |2 +-
 src/nco/mpncwa.c  |2 +-
 src/nco/ncap.c|2 +-
 src/nco/ncap.h|2 +-
 src/nco/ncap_utl.c|2 +-
 src/nco/ncap_yacc.y   |2 +-
 src/nco/ncatted.c |2 +-
 src/nco/ncbo.c|2 +-
 src/nco/ncecat.c  |2 +-
 src/nco/ncflint.c |2 +-
 src/nco/ncks.c|2 +-
 src/nco/nco.h |6 +-
 src/nco/nco_att_utl.c |2 +-
 src/nco/nco_att_utl.h |2 +-
 src/nco/nco_aux.c |2 +-
 src/nco/nco_aux.h |2 +-
 src/nco/nco_bnr.c |2 +-
 src/nco/nco_bnr.h |2 +-
 src/nco/nco_cln_utl.c |   13 +-
 src/nco/nco_cln_utl.h |   12 +-
 src/nco/nco_cnf_dmn.c |2 +-
 src/nco/nco_cnf_dmn.h |2 +-
 src/nco/nco_cnf_typ.c |2 +-
 src/nco/nco_cnf_typ.h |2 +-
 src/nco/nco_cnk.c |2 +-
 src/nco/nco_cnk.h |2 +-
 src/nco/nco_cnv_arm.c |2 +-
 src/nco/nco_cnv_arm.h |2 +-
 src/nco/nco_cnv_csm.c |2 +-
 src/nco/nco_cnv_csm.h |2 +-
 src/nco/nco_ctl.c |4 +-
 src/nco/nco_ctl.h |2 +-
 src/nco/nco_dbg.c |2 +-
 src/nco/nco_dbg.h |2 +-
 src/nco/nco_dmn_utl.c |2 +-
 src/nco/nco_dmn_utl.h |2 +-
 src/nco/nco_fl_utl.c  |2 +-
 src/nco/nco_fl_utl.h  |2 +-
 src/nco/nco_grp_trv.c |2 +-
 src/nco/nco_grp_trv.h |2 +-
 src/nco/nco_grp_utl.c |   80 +-
 src/nco/nco_grp_utl.h |2 +-
 src/nco/nco_lmt.c |2 +-
 src/nco/nco_lmt.h |2 +-
 src/nco/nco_lst_utl.c |2 +-
 src/nco/nco_lst_utl.h |2 +-
 src/nco/nco_md5.c |2 +-
 src/nco/nco_md5.h |2 +-
 src/nco/nco_mmr.c |2 +-
 src/nco/nco_mmr.h |2 +-
 src/nco/nco_mpi.h |2 +-
 src/nco/nco_msa.c |2 +-
 src/nco/nco_msa.h |2 +-
 src/nco/nco_mss_val.c |2 +-
 src/nco/nco_mss_val.h |2 +-
 src/nco/nco_mta.c |2 +-
 src/nco/nco_mta.h |2 +-
 src/nco/nco_

[Git][debian-gis-team/nco][pristine-tar] pristine-tar data for nco_4.7.2.orig.tar.gz

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch pristine-tar at Debian GIS Project / nco


Commits:
a4526f2c by Bas Couwenberg at 2018-01-25T19:53:02+01:00
pristine-tar data for nco_4.7.2.orig.tar.gz

- - - - -


2 changed files:

- + nco_4.7.2.orig.tar.gz.delta
- + nco_4.7.2.orig.tar.gz.id


Changes:

=
nco_4.7.2.orig.tar.gz.delta
=
Binary files /dev/null and b/nco_4.7.2.orig.tar.gz.delta differ


=
nco_4.7.2.orig.tar.gz.id
=
--- /dev/null
+++ b/nco_4.7.2.orig.tar.gz.id
@@ -0,0 +1 @@
+e72c95df9d6fde0715ccd7266895d7984d49b36b



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/commit/a4526f2cd6443022e237d586e66fddc323113e7d

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/commit/a4526f2cd6443022e237d586e66fddc323113e7d
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[nco] 06/08: Add lintian overrides for binary-without-manpage.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nco.

commit 80dac6a8654d985e94b8371872c70b2d39380950
Author: Bas Couwenberg 
Date:   Thu Jan 25 20:03:46 2018 +0100

Add lintian overrides for binary-without-manpage.
---
 debian/changelog | 1 +
 debian/lintian-overrides | 6 ++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d723605..622059f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ nco (4.7.2-1) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Update copyright years for Charlie Zender.
+  * Add lintian overrides for binary-without-manpage.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 19:53:43 +0100
 
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
index 73dcb29..6c98041 100644
--- a/debian/lintian-overrides
+++ b/debian/lintian-overrides
@@ -1,3 +1,9 @@
 # False positive, string not included in source
 nco: spelling-error-in-binary usr/bin/nc* ment meant
 
+# ncdiff is symlinked to ncbo
+nco: binary-without-manpage usr/bin/ncdiff
+
+# ncea is symlinked to ncra
+nco: binary-without-manpage usr/bin/ncea
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/nco.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[nco] 04/08: Bump Standards-Version to 4.1.3, no changes.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nco.

commit 47ef9f6d07ae2d7213d22d613ab4ef849d0c6297
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:54:10 2018 +0100

Bump Standards-Version to 4.1.3, no changes.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cc2ba7e..333befd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ nco (4.7.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 19:53:43 +0100
 
diff --git a/debian/control b/debian/control
index 06cfc70..252871e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9),
libudunits2-dev,
libdap-dev,
texinfo
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/nco.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/nco.git
 Homepage: http://nco.sourceforge.net/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/nco.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/nco][master] 8 commits: New upstream version 4.7.2

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / nco


Commits:
0afd562d by Bas Couwenberg at 2018-01-25T19:52:59+01:00
New upstream version 4.7.2
- - - - -
2e37e337 by Bas Couwenberg at 2018-01-25T19:53:36+01:00
Merge tag 'upstream/4.7.2'

Upstream version 4.7.2

- - - - -
e55c43ff by Bas Couwenberg at 2018-01-25T19:53:53+01:00
New upstream release.

- - - - -
47ef9f6d by Bas Couwenberg at 2018-01-25T19:54:10+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
c61460ee by Bas Couwenberg at 2018-01-25T19:55:56+01:00
Update copyright years for Charlie Zender.

- - - - -
80dac6a8 by Bas Couwenberg at 2018-01-25T20:03:46+01:00
Add lintian overrides for binary-without-manpage.

- - - - -
da772185 by Bas Couwenberg at 2018-01-25T20:11:37+01:00
Strip trailing whitespace from changelog file.

- - - - -
b98e00de by Bas Couwenberg at 2018-01-25T20:11:37+01:00
Set distribution to unstable.

- - - - -


15 changed files:

- CMakeLists.txt
- bld/Makefile
- bld/nco.spec
- bld/nco_dst.pl
- bm/NCO_bm.pm
- bm/nco_bm.pl
- + cmake/README.md
- + cmake/bld.bat
- cmake/build.bat
- + cmake/clone.bat
- + cmake/dep.bat
- + cmake/in.nc.txt
- + cmake/in_grp.nc.txt
- configure
- configure.ac


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/compare/7bcf9ac66332158ee3769e64e5b27630d783c87f...b98e00de6d9bcf08cfe0d07051026bca9e9ea2e8

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/compare/7bcf9ac66332158ee3769e64e5b27630d783c87f...b98e00de6d9bcf08cfe0d07051026bca9e9ea2e8
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[Git][debian-gis-team/nco] Pushed new tag debian/4.7.2-1

2018-01-25 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/4.7.2-1 at Debian GIS Project / nco

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nco/tree/debian/4.7.2-1
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[nco] 05/08: Update copyright years for Charlie Zender.

2018-01-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nco.

commit c61460ee1eca2e334163a5bea1c51fe892cf140a
Author: Bas Couwenberg 
Date:   Thu Jan 25 19:55:56 2018 +0100

Update copyright years for Charlie Zender.
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 333befd..d723605 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ nco (4.7.2-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
+  * Update copyright years for Charlie Zender.
 
  -- Bas Couwenberg   Thu, 25 Jan 2018 19:53:43 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 5b921b3..f14f6a3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Charlie Zender 
 Source: https://github.com/nco/nco/releases
 
 Files: *
-Copyright: 1995-2017, Charlie Zender
+Copyright: 1995-2018, Charlie Zender
 Comment: Charlie Zender wrote most of NCO and holds all NCO copyrights. 
  He licenses NCO under the GNU GPL3 (see file COPYING).
  Advance permission must be sought from him for any usage or 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/nco.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


  1   2   >