[saga] 01/01: Add patch to fix spelling errors.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository saga.

commit 54d3d222d1c6399751fce28f8cd03a095d93552f
Author: Bas Couwenberg 
Date:   Sat Oct 15 02:40:17 2016 +0200

Add patch to fix spelling errors.
---
 debian/changelog |   7 +++
 debian/patches/series|   1 +
 debian/patches/spelling-errors.patch | 106 +++
 debian/saga_cmd.pod  |   2 +-
 debian/saga_gui.pod  |   2 +-
 5 files changed, 116 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 321561a..4e685a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+saga (2.3.1+dfsg-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add patch to fix spelling errors.
+
+ -- Johan Van de Wauw   Sat, 15 Oct 2016 02:04:02 +0200
+
 saga (2.3.1+dfsg-2) unstable; urgency=medium
 
   [ Bas Couwenberg ]
diff --git a/debian/patches/series b/debian/patches/series
index ec78be2..3ca6c72 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ Use-debian-version-of-libsvm.patch
 Use-pkg-config-for-Debian-version-of-dxflib.patch
 disable-imagery_isocluster.patch
 Fix_projections_gcc6.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch 
b/debian/patches/spelling-errors.patch
new file mode 100644
index 000..7801182
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,106 @@
+Description: Fix spelling errors.
+ * minium   -> minimum
+ * coodinate-> coordinate
+ * contributers -> contributors
+ * ins't-> isn't
+Author: Bas Couwenberg 
+
+--- a/src/modules/grid/grid_filter/Filter_Multi_Dir_Lee.cpp
 b/src/modules/grid/grid_filter/Filter_Multi_Dir_Lee.cpp
+@@ -190,7 +190,7 @@ CFilter_Multi_Dir_Lee::CFilter_Multi_Dir
+   Set_Author(_TL("Copyrights (c) 2003 by Andre Ringeler"));
+ 
+   Set_Description (_TW(
+-  "The module searches for the minium variance within 16 
directions "
++  "The module searches for the minimum variance within 16 
directions "
+   "and applies a Lee Filter in the direction of minimum variance. 
The "
+   "filter is edge-preserving and can be used to remove speckle 
noise "
+   "from SAR images or to smooth DTMs. Applied to DTMs, this 
filter "
+--- a/src/modules/terrain_analysis/ta_hydrology/Flow_RecursiveDown.cpp
 b/src/modules/terrain_analysis/ta_hydrology/Flow_RecursiveDown.cpp
+@@ -128,7 +128,7 @@ CFlow_RecursiveDown::CFlow_RecursiveDown
+ 
+   Parameters.Add_Value(
+   NULL, "MINDQV"  , _TL("DEMON - Min. DQV"),
+-  _TL("DEMON - Minium Drainage Quota Volume (DQV) for traced flow 
tubes"),
++  _TL("DEMON - Minimum Drainage Quota Volume (DQV) for traced 
flow tubes"),
+   PARAMETER_TYPE_Double   ,   0.0, 0.0, true, 1.0, true
+   );
+ 
+--- a/src/saga_core/saga_gui/res/saga.bra.txt
 b/src/saga_core/saga_gui/res/saga.bra.txt
+@@ -1216,7 +1216,7 @@ TEXT TRANSLATION
+ "DEM without Sinks"   "MDE sem skins"
+ "DEMON"   "DEMON"
+ "DEMON - Min. DQV""DEMON - Min. DQV"
+-"DEMON - Minium Drainage Quota Volume (DQV) for traced flow tubes""DEMON 
- Volume m�nimo de drenagem do contigente (DQV) para tubos de fluxo rastreados"
++"DEMON - Minimum Drainage Quota Volume (DQV) for traced flow tubes"   "DEMON 
- Volume m�nimo de drenagem do contigente (DQV) para tubos de fluxo rastreados"
+ "DESCRIPTION" "Descri��o"
+ "DIFF_MEAN"   "DIFF_MEAN"
+ "DN"  "DN"
+--- a/src/saga_core/saga_gui/res/saga.ger.txt
 b/src/saga_core/saga_gui/res/saga.ger.txt
+@@ -1216,7 +1216,7 @@ TEXT TRANSLATION
+ "DEM without Sinks"   ""
+ "DEMON"   "DEMON"
+ "DEMON - Min. DQV"""
+-"DEMON - Minium Drainage Quota Volume (DQV) for traced flow tubes""DEMON 
- Minimales Abflussquotenvolumen (DQV) f�r aufgezeichnete Flie�r�hren"
++"DEMON - Minimum Drainage Quota Volume (DQV) for traced flow tubes"   "DEMON 
- Minimales Abflussquotenvolumen (DQV) f�r aufgezeichnete Flie�r�hren"
+ "DESCRIPTION" "BESCHREIBUNG"
+ "DIFF_MEAN"   "DIFFERENZ_DURCHSCHNITT"
+ "DN"  ""
+--- a/src/saga_core/saga_gui/res/saga.lng.txt
 b/src/saga_core/saga_gui/res/saga.lng.txt
+@@ -1216,7 +1216,7 @@ TEXT TRANSLATION
+ "DEM without Sinks"   ""
+ "DEMON"   ""
+ "DEMON - Min. DQV"""
+-"DEMON - Minium Drainage Quota Volume (DQV) for traced flow tubes"""
++"DEMON - Minimum Drainage Quota Volume (DQV) for traced flow tubes"   ""
+ "DESCRIPTION" ""
+ "DIFF_MEAN"   ""
+ "DN"  ""
+--- a/src/modules/projection/pj_proj4/crs_grid_geogcoords.cpp
 b/src/modules/projection/pj_proj4/crs_grid_geogcoords.cpp
+@@ -79,7 +79,7 @@ CCRS_Grid_GeogCoords::CCRS_Grid_GeogCoor
+   Set_Description (_TW(
+   "Creates for a given grid geographic coordinate 

[saga] branch master updated (2a3d2f6 -> 54d3d22)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository saga.

  from  2a3d2f6   releasing package saga version 2.3.1+dfsg-2
   new  54d3d22   Add patch to fix spelling errors.

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:
 debian/changelog |   7 +++
 debian/patches/series|   1 +
 debian/patches/spelling-errors.patch | 106 +++
 debian/saga_cmd.pod  |   2 +-
 debian/saga_gui.pod  |   2 +-
 5 files changed, 116 insertions(+), 2 deletions(-)
 create mode 100644 debian/patches/spelling-errors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/saga.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


[pdal] branch master updated (f076782 -> 02bddba)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository pdal.

  from  f076782   Set distribution to unstable.
   new  02bddba   Add patch to fix 'specification' typo.

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:
 debian/changelog|  6 ++
 debian/patches/series   |  1 +
 debian/patches/specification-typo.patch | 14 ++
 3 files changed, 21 insertions(+)
 create mode 100644 debian/patches/specification-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pdal.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


[pdal] 01/01: Add patch to fix 'specification' typo.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pdal.

commit 02bddba966c2d261e5cfb8cebd6c5d18d9e3a052
Author: Bas Couwenberg 
Date:   Sat Oct 15 00:50:52 2016 +0200

Add patch to fix 'specification' typo.
---
 debian/changelog|  6 ++
 debian/patches/series   |  1 +
 debian/patches/specification-typo.patch | 14 ++
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7dbfeb4..79244aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pdal (1.3.0-2) UNRELEASED; urgency=medium
+
+  * Add patch to fix 'specification' typo.
+
+ -- Bas Couwenberg   Sat, 15 Oct 2016 00:26:24 +0200
+
 pdal (1.3.0-1) unstable; urgency=medium
 
   * Update symbols for other architectures.
diff --git a/debian/patches/series b/debian/patches/series
index ffd5b44..9f84edc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ privacy-breach.patch
 disable-sphinxcontrib-bibtex.patch
 use-mathjax-package.patch
 spelling-errors.patch
+specification-typo.patch
diff --git a/debian/patches/specification-typo.patch 
b/debian/patches/specification-typo.patch
new file mode 100644
index 000..d3fed79
--- /dev/null
+++ b/debian/patches/specification-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'specificiation' typo, replace with 'specification'.
+Author: Bas Couwenberg 
+
+--- a/kernels/info/InfoKernel.cpp
 b/kernels/info/InfoKernel.cpp
+@@ -406,7 +406,7 @@ MetadataNode InfoKernel::dumpQuery(Point
+ else
+ count = 0;
+ if (count == 0)
+-throw pdal_error("Invalid location specificiation. "
++throw pdal_error("Invalid location specification. "
+ "--query=\"X,Y[/count]\"");
+ 
+ auto seps = [](char c){ return (c == ',' || c == '|' || c == ' '); };

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pdal.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


[merkaartor] 01/01: Add patch to fix 'performance' typo.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository merkaartor.

commit 8dc9178775ada6c3e4e8496443963a8c154f9d1f
Author: Bas Couwenberg 
Date:   Fri Oct 14 22:48:49 2016 +0200

Add patch to fix 'performance' typo.
---
 debian/changelog  |  6 ++
 debian/patches/performance-typo.patch | 14 ++
 debian/patches/series |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7c0a0b5..89a3d01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+merkaartor (0.18.3+ds-2) UNRELEASED; urgency=medium
+
+  * Add patch to fix 'performance' typo.
+
+ -- Bas Couwenberg   Fri, 14 Oct 2016 22:35:54 +0200
+
 merkaartor (0.18.3+ds-1) unstable; urgency=medium
 
   * New upstream release (from modified release tag).
diff --git a/debian/patches/performance-typo.patch 
b/debian/patches/performance-typo.patch
new file mode 100644
index 000..018f55c
--- /dev/null
+++ b/debian/patches/performance-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'performace' typo, replace with 'performance'.
+Author: Bas Couwenberg 
+
+--- a/CHANGELOG
 b/CHANGELOG
+@@ -911,7 +911,7 @@ v0.05 15 nov 2006
+ * FIX : use the same step to zoom in and out
+ * FIX : calculate correct bounding box
+ * FIX : always update tagview and fix memory leak
+-* FIX : performace improvements
++* FIX : performance improvements
+ * ADD : oneway markers
+ * ADD : reverse way/road action
+ * ADD : traffic direction combobox in road properties
diff --git a/debian/patches/series b/debian/patches/series
index 618e4c2..3147705 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 qmake-config-nostrip.patch
 no-git-version.patch
+performance-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/merkaartor.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


[merkaartor] branch master updated (15898db -> 8dc9178)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository merkaartor.

  from  15898db   Set distribution to unstable.
   new  8dc9178   Add patch to fix 'performance' typo.

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:
 debian/changelog  |  6 ++
 debian/patches/performance-typo.patch | 14 ++
 debian/patches/series |  1 +
 3 files changed, 21 insertions(+)
 create mode 100644 debian/patches/performance-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/merkaartor.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


[mapnik] 01/02: Simplify hardening-no-fortify-functions lintian override comment.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 08731cb8be50b55351009c0b2726c062a9ce996e
Author: Bas Couwenberg 
Date:   Sat Oct 8 15:27:02 2016 +0200

Simplify hardening-no-fortify-functions lintian override comment.
---
 debian/libmapnik3.0.lintian-overrides | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/libmapnik3.0.lintian-overrides 
b/debian/libmapnik3.0.lintian-overrides
index b230dea..7996361 100644
--- a/debian/libmapnik3.0.lintian-overrides
+++ b/debian/libmapnik3.0.lintian-overrides
@@ -1,6 +1,4 @@
 # Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
 #  Fortify Source functions: no, only unprotected functions found!
-# unprotected: memmove
-# unprotected: memcpy
 libmapnik3.0: hardening-no-fortify-functions usr/lib/mapnik/*/input/*.input
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mapnik.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


[mapnik] 02/02: Add patch to fix 'dependencies' typo.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit 218e3fefea313cb7c64e26917dbe9d451af853fc
Author: Bas Couwenberg 
Date:   Fri Oct 14 22:33:29 2016 +0200

Add patch to fix 'dependencies' typo.
---
 debian/changelog   |  6 ++
 debian/manpages/mapnik-config.1|  2 +-
 debian/patches/dependencies-typo.patch | 25 +
 debian/patches/series  |  1 +
 4 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ca722ac..f554d44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.12+ds-2) UNRELEASED; urgency=medium
+
+  * Add patch to fix 'dependencies' typo.
+
+ -- Bas Couwenberg   Fri, 14 Oct 2016 21:53:45 +0200
+
 mapnik (3.0.12+ds-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/manpages/mapnik-config.1 b/debian/manpages/mapnik-config.1
index 9e4fd38..3fa42ce 100644
--- a/debian/manpages/mapnik-config.1
+++ b/debian/manpages/mapnik-config.1
@@ -21,7 +21,7 @@ Display Mapnik prefix or, alternatively, temporarily set the 
Mapnik prefix to \f
 Print library linking information.
 .TP
 .B \-\-dep\-libs
-Print library linking information for Mapnik depedencies.
+Print library linking information for Mapnik dependencies.
 .TP
 .B \-\-ldflags
 Print library paths (\-L) information.
diff --git a/debian/patches/dependencies-typo.patch 
b/debian/patches/dependencies-typo.patch
new file mode 100644
index 000..ca433d1
--- /dev/null
+++ b/debian/patches/dependencies-typo.patch
@@ -0,0 +1,25 @@
+Description: Fix 'depedencies' typo, replace with 'dependencies'.
+Author: Bas Couwenberg 
+
+--- a/CHANGELOG.md
 b/CHANGELOG.md
+@@ -459,7 +459,7 @@ Released June 3rd, 2013
+ 
+ Summary: The 2.2.0 release is primarily a performance and stability release. 
The code line represents development in the master branch since the release of 
2.1.0 in Aug 2012 and therefore includes nearly a year of bug-fixes and 
optimizations. Nearly 500 new tests have been added bring the total coverage to 
925. Shapefile and PostGIS datasources have benefited from numerous stability 
fixes, 64 bit integer support has been added to support OSM data in the grid 
renderer and in attribute fi [...]
+ 
+-- Removed 3 depedencies without loosing any functionality: `ltdl`, `cairomm` 
and `libsigc++` (#1804,#806,#1681)
++- Removed 3 dependencies without loosing any functionality: `ltdl`, `cairomm` 
and `libsigc++` (#1804,#806,#1681)
+ 
+ - Added 64 bit integer support in expressions, feature ids, and the 
grid_renderer (#1661,#1662,#1662)
+ 
+--- a/utils/mapnik-config/build.py
 b/utils/mapnik-config/build.py
+@@ -159,7 +159,7 @@ configuration = {
+ "mapnik_bundled_icu_data":mapnik_bundled_icu_data,
+ }
+ 
+-## if we are statically linking depedencies
++## if we are statically linking dependencies
+ ## then they do not need to be reported in ldflags
+ #if env['RUNTIME_LINK'] == 'static':
+ #configuration['ldflags'] = ''
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..99a9462
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+dependencies-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mapnik.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


[mapnik] branch master updated (5ddae00 -> 218e3fe)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik.

  from  5ddae00   Move from experimental to unstable.
   new  08731cb   Simplify hardening-no-fortify-functions lintian override 
comment.
   new  218e3fe   Add patch to fix 'dependencies' typo.

The 2 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   |  6 ++
 debian/libmapnik3.0.lintian-overrides  |  2 --
 debian/manpages/mapnik-config.1|  2 +-
 debian/patches/dependencies-typo.patch | 25 +
 debian/patches/series  |  1 +
 5 files changed, 33 insertions(+), 3 deletions(-)
 create mode 100644 debian/patches/dependencies-typo.patch
 create mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mapnik.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


Bug#840784: RM: libgdal-grass [arm64 armel armhf i386 mips64el powerpc ppc64el hurd-i386 kfreebsd-amd64 kfreebsd-i386] -- ROM; blocks removal of grass (whose motif dependencies are not available)

2016-10-14 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
Control: block 840783 by -1

Please remove libgdal-grass from the various architectures where the
motif dependencies for grass are not available (see: #840394) to unblock
the removal of grass.

Kind Regards,

Bas

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


Bug#840785: RM: qgis [arm64 armel armhf i386 mips64el powerpc ppc64el hurd-i386 kfreebsd-amd64 kfreebsd-i386] -- ROM; blocks removal of grass (whose motif dependencies are not available)

2016-10-14 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
Control: block 840783 by -1

Please remove qgis from the various architectures where the motif
dependencies for grass are not available (see: #840394) to unblock
the removal of grass.

Kind Regards,

Bas

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


Bug#840783: RM: grass [arm64 armel armhf i386 mips64el powerpc ppc64el hurd-i386 kfreebsd-amd64 kfreebsd-i386] -- ROM; motif dependencies not available

2016-10-14 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal

Please remove grass from the various architectures where the motif
dependencies are not available (see: #840394) to not block testing
migration.

Kind Regards,

Bas

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


[dans-gdal-scripts] 01/01: Add patch to fix 'Exaggerate' typo.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository dans-gdal-scripts.

commit 5e1fcab5f352b710b0d4e7011044e9d7f6a50658
Author: Bas Couwenberg 
Date:   Fri Oct 14 20:23:24 2016 +0200

Add patch to fix 'Exaggerate' typo.
---
 debian/changelog |  6 ++
 debian/patches/exaggerate-typo.patch | 14 ++
 debian/patches/series|  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f00918c..ce61251 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dans-gdal-scripts (0.23-7) UNRELEASED; urgency=medium
+
+  * Add patch to fix 'Exaggerate' typo.
+
+ -- Bas Couwenberg   Fri, 14 Oct 2016 20:23:22 +0200
+
 dans-gdal-scripts (0.23-6) unstable; urgency=medium
 
   * Bump Standards-Version to 3.9.8, no changes.
diff --git a/debian/patches/exaggerate-typo.patch 
b/debian/patches/exaggerate-typo.patch
new file mode 100644
index 000..b2bb3e7
--- /dev/null
+++ b/debian/patches/exaggerate-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'Exagerate' typo, replace with 'Exaggerate'.
+Author: Bas Couwenberg 
+
+--- a/src/gdal_dem2rgb.cc
 b/src/gdal_dem2rgb.cc
+@@ -73,7 +73,7 @@ void usage(const std::string ) {
+   printf("  -alpha-overlay  Generate an RGBA image 
that can be used as a hillshade mask\n");
+   printf("\n");
+   printf("Shading:\n");
+-  printf("  -exag slope_exageration Exagerate slope (default: 
%.1f)\n", default_slope_exageration);
++  printf("  -exag slope_exageration Exaggerate slope 
(default: %.1f)\n", default_slope_exageration);
+   printf("  -shade ambient diffuse specular_intensity specular_falloff
  (default: %.1f, %.1f, %.1f, %.1f)\n",
+   default_shade_params[0], default_shade_params[1], 
default_shade_params[2], default_shade_params[3]);
+   printf("  -lightvec sun_x sun_y sun_z   
  (default: %.1f, %.1f, %.1f)\n",
diff --git a/debian/patches/series b/debian/patches/series
index 7f70b81..d3dc02e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 autotools
 boost.patch
 output-typo.patch
+exaggerate-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/dans-gdal-scripts.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


[dans-gdal-scripts] branch master updated (09af891 -> 5e1fcab)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository dans-gdal-scripts.

  from  09af891   Set distribution to unstable.
   new  5e1fcab   Add patch to fix 'Exaggerate' typo.

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:
 debian/changelog |  6 ++
 debian/patches/exaggerate-typo.patch | 14 ++
 debian/patches/series|  1 +
 3 files changed, 21 insertions(+)
 create mode 100644 debian/patches/exaggerate-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/dans-gdal-scripts.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


libgdal-grass_2.1.2~rc1-1~exp1_amd64.changes is NEW

2016-10-14 Thread Debian FTP Masters
binary:libgdal20-2.1.2-grass 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

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


liblas_1.8.1-3~exp1_amd64.changes ACCEPTED into experimental

2016-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Oct 2016 19:09:36 +0200
Source: liblas
Binary: liblas3 liblas-c3 liblas-dev liblas-c-dev liblas-bin python-liblas
Architecture: source amd64 all
Version: 1.8.1-3~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 liblas-bin - ASPRS LiDAR data translation toolset
 liblas-c-dev - ASPRS LiDAR data translation library - C development files
 liblas-c3  - ASPRS LiDAR data translation library - C version
 liblas-dev - ASPRS LiDAR data translation library - C++ development files
 liblas3- ASPRS LiDAR data translation library - C++ version
 python-liblas - Python module to use the ASPRS LiDAR data translation library
Changes:
 liblas (1.8.1-3~exp1) experimental; urgency=medium
 .
   * Require at least libgdal-dev 2.1.2~ for experimental builds.
Checksums-Sha1:
 1d7182729f5343d09ab4162b1c0478ee634646a5 2579 liblas_1.8.1-3~exp1.dsc
 3bcbac78b816a299c22a158db039333c6e4b27e5 32756 
liblas_1.8.1-3~exp1.debian.tar.xz
 49070d12bc9368349b76cfdc0eefce751e96e685 5712242 
liblas-bin-dbgsym_1.8.1-3~exp1_amd64.deb
 5d8ed6f6445c72559fbb0e8d103a61bc809e0a59 348828 
liblas-bin_1.8.1-3~exp1_amd64.deb
 de7193f79b52349da23700b905a7fc8f4e1f1f67 16124 
liblas-c-dev_1.8.1-3~exp1_amd64.deb
 de32290076e4e84117c83cd1ff4ab630219fb439 504060 
liblas-c3-dbgsym_1.8.1-3~exp1_amd64.deb
 0e643f03f7b99e51123a00e82366791af70e8024 68946 liblas-c3_1.8.1-3~exp1_amd64.deb
 cd8fa42096578c3b476fd0aff41a27c3cd6a62ad 93320 
liblas-dev_1.8.1-3~exp1_amd64.deb
 929f107e773954b5a60b1ef35facb0b4f51f05f7 3585874 
liblas3-dbgsym_1.8.1-3~exp1_amd64.deb
 7100dc9f175936bf3ff5f2688bba512ad855f4ee 269922 liblas3_1.8.1-3~exp1_amd64.deb
 e4f6a8e62f6a4a99317bece86cb31cfbef161b5d 39766 
python-liblas_1.8.1-3~exp1_all.deb
Checksums-Sha256:
 cf335304d8ebabdb0ce49830e1f0bde6d9b24de223dfd7679e27d7512ef029f4 2579 
liblas_1.8.1-3~exp1.dsc
 0ea344220ef4db3861aecb9e9b660335a1d08039fe5177f7b9ff43a4ea49f29f 32756 
liblas_1.8.1-3~exp1.debian.tar.xz
 0b3a1362e0d9d5d405e9f381430e66b2de08bc07146fae0ba2a823fd99d6a762 5712242 
liblas-bin-dbgsym_1.8.1-3~exp1_amd64.deb
 2e7e36ee532de48371bc08c97fc87e25679d212aa91de5bffaa633b480c1 348828 
liblas-bin_1.8.1-3~exp1_amd64.deb
 b0e1b1ea1c869ceac9164672a73e92fa47ebcddaab05316d9b6e90743501 16124 
liblas-c-dev_1.8.1-3~exp1_amd64.deb
 9b804fcee6c1696f7c9c3b9d7668a4f403f02b8f1c44246bbf1758a6638282b6 504060 
liblas-c3-dbgsym_1.8.1-3~exp1_amd64.deb
 4249ad65c014306b260b105a025532feec44690144b1d83fa327bd545b2d5f97 68946 
liblas-c3_1.8.1-3~exp1_amd64.deb
 0f3decadedc909988986bac4bd75d0040eb16987d34204820e7e4dfe16f1124b 93320 
liblas-dev_1.8.1-3~exp1_amd64.deb
 af13a86e3bf759bb77b5208b4c1ab68332fb2a8927afdd2b1d7993db1101c6d5 3585874 
liblas3-dbgsym_1.8.1-3~exp1_amd64.deb
 a65865d41f986b472fe1770f4033e83f11df56e09c5ea2d488cf07bdda84fded 269922 
liblas3_1.8.1-3~exp1_amd64.deb
 78cad6d5effa8b1c7f8008a767c7cfb8e67ffae97ff5125a07347b4825562553 39766 
python-liblas_1.8.1-3~exp1_all.deb
Files:
 4b244120abc801865bc2d3c13fad7dd3 2579 science optional liblas_1.8.1-3~exp1.dsc
 5517c1a0f5e414c49e4e528c56b4a54a 32756 science optional 
liblas_1.8.1-3~exp1.debian.tar.xz
 d18a0308287606edcb45cb76859905b9 5712242 debug extra 
liblas-bin-dbgsym_1.8.1-3~exp1_amd64.deb
 10561eedc519e16a775196698fb18d01 348828 science optional 
liblas-bin_1.8.1-3~exp1_amd64.deb
 4de1dd4cca531612e8226f4e5b01560f 16124 libdevel optional 
liblas-c-dev_1.8.1-3~exp1_amd64.deb
 353795a50f223731776dad6e737c23eb 504060 debug extra 
liblas-c3-dbgsym_1.8.1-3~exp1_amd64.deb
 f21db2c74b007f5dddcccbe0e1b6b0b5 68946 libs optional 
liblas-c3_1.8.1-3~exp1_amd64.deb
 2587108eeaad60014d3a4981e2b59704 93320 libdevel optional 
liblas-dev_1.8.1-3~exp1_amd64.deb
 9b69ee4277288e05b90f4abf9b55f74b 3585874 debug extra 
liblas3-dbgsym_1.8.1-3~exp1_amd64.deb
 bff96d151061eb71f437962d4b00fe2f 269922 libs optional 
liblas3_1.8.1-3~exp1_amd64.deb
 4e1e3dc8145a05ed86f0769c40e2bb7b 39766 python optional 
python-liblas_1.8.1-3~exp1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJYARYTAAoJEGdQ8QrojUrx5zUP/3ZcnD69DO/DqhNUHbytJJUe
jyKFKkYWlI6fcyMApZaqKvacym4wokRrBSBGP3344L6CiIQjj0jMC2P36tu4DXLX
my5mBWYfHBLjQRZdiKQQdhYVMjiGTVInahbMlLt3OL0ghYERF4xGJAfUA3LtytOb
oatuhsRwFuuDckLWQZgDbCfON0uyyCZzD4HC0cKO9piMiWfzpPqI25aopTqalevh
2oM6r86ZprsvtTUqkRmwh45KCh3cb/1nEqQkkUS55B6E+1GTU6MQDs83IA89Akuw
0CVyBXGJslW58Cf1eJKNLmUBplxWI5uCt4oXBD4ieoiLAbyA7Pbm4fviczxxrpH8
hp+bQpFgh7yDIhWxxT+r0Zenh7QvZojOzuCheRGPK4CTztVJf5yJ3iS3NHsKzI+R
Ol6T+69n1gP6E5FV0ytNQVhEeo8Kfxr1IDvltKX4OnjbO740KL8FQLukZXpFl6C3
EU8qCIqLyl0ZeQw+NqoMdSfDCNePZhkJ9pEZpFCIh/4banRcDhZil+VgYLTbR7iB
RoDnPxyPjvkKbXSCX9aLRP43TvVj7Vs1Ac4NDtTRHcVu8fKDHOqzx1dTyn3aedR9
9DlYCZa0k58djUW20mNYEZd4x5hWsu/w0lxHSUOrRZNY5gX2UoDVIDeibL8Lppyy
9Y+Ss9CTJaMcGUfm6S09
=Kyu+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


Processing of libgdal-grass_2.1.2~rc1-1~exp1_amd64.changes

2016-10-14 Thread Debian FTP Masters
libgdal-grass_2.1.2~rc1-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  libgdal-grass_2.1.2~rc1-1~exp1.dsc
  libgdal-grass_2.1.2~rc1.orig.tar.gz
  libgdal-grass_2.1.2~rc1-1~exp1.debian.tar.xz
  libgdal-grass_2.1.2~rc1-1~exp1_all.deb
  libgdal20-2.1.2-grass_2.1.2~rc1-1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.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


[gdal-grass] annotated tag upstream/2.1.2_rc1 created (now 4016636)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/2.1.2_rc1
in repository gdal-grass.

at  4016636   (tag)
   tagging  31ed6790924313a0ecfe6854966ff676462108ac (commit)
  replaces  upstream/2.1.1
 tagged by  Bas Couwenberg
on  Fri Oct 14 18:23:58 2016 +0200

- Log -
Upstream version 2.1.2~rc1

Bas Couwenberg (1):
  Imported Upstream version 2.1.2~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/gdal-grass.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


[gdal-grass] branch pristine-tar updated (d7bcd05 -> 76a3b45)

2016-10-14 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 gdal-grass.

  from  d7bcd05   pristine-tar data for libgdal-grass_2.1.1.orig.tar.gz
   new  76a3b45   pristine-tar data for libgdal-grass_2.1.2~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:
 libgdal-grass_2.1.2~rc1.orig.tar.gz.delta | Bin 0 -> 1114 bytes
 libgdal-grass_2.1.2~rc1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libgdal-grass_2.1.2~rc1.orig.tar.gz.delta
 create mode 100644 libgdal-grass_2.1.2~rc1.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] branch upstream updated (f172992 -> 31ed679)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository gdal-grass.

  from  f172992   Imported Upstream version 2.1.1
   new  31ed679   Imported Upstream version 2.1.2~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:
 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] 01/01: pristine-tar data for libgdal-grass_2.1.2~rc1.orig.tar.gz

2016-10-14 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 gdal-grass.

commit 76a3b45a4be3599cb75f0b6bf49801dbb4518189
Author: Bas Couwenberg 
Date:   Fri Oct 14 18:23:58 2016 +0200

pristine-tar data for libgdal-grass_2.1.2~rc1.orig.tar.gz
---
 libgdal-grass_2.1.2~rc1.orig.tar.gz.delta | Bin 0 -> 1114 bytes
 libgdal-grass_2.1.2~rc1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libgdal-grass_2.1.2~rc1.orig.tar.gz.delta 
b/libgdal-grass_2.1.2~rc1.orig.tar.gz.delta
new file mode 100644
index 000..017adba
Binary files /dev/null and b/libgdal-grass_2.1.2~rc1.orig.tar.gz.delta differ
diff --git a/libgdal-grass_2.1.2~rc1.orig.tar.gz.id 
b/libgdal-grass_2.1.2~rc1.orig.tar.gz.id
new file mode 100644
index 000..09ffaca
--- /dev/null
+++ b/libgdal-grass_2.1.2~rc1.orig.tar.gz.id
@@ -0,0 +1 @@
+a06cac66dfcafcb45b0af3b96a9c92c536e836b4

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] tag debian/2.1.2.rc1-1.exp1 created (now c145dd0)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.1.2.rc1-1.exp1
in repository gdal-grass.

at  c145dd0   (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/gdal-grass.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


[gdal-grass] 05/05: Set distribution to experimental.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal-grass.

commit c145dd0108d2c21e6d9ff4293e30f0ea84d5cbd6
Author: Bas Couwenberg 
Date:   Fri Oct 14 19:40:36 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 1dcc810..63e2622 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libgdal-grass (2.1.2~rc1-1) UNRELEASED; urgency=medium
+libgdal-grass (2.1.2~rc1-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
 
- -- Bas Couwenberg   Fri, 14 Oct 2016 18:24:03 +0200
+ -- Bas Couwenberg   Fri, 14 Oct 2016 19:40:18 +0200
 
 libgdal-grass (2.1.1-3) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] branch experimental-2.1 updated (8634159 -> c145dd0)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch experimental-2.1
in repository gdal-grass.

  from  8634159   Set distribution to experimental.
  adds  f4f851c   Revert "Update branch in gbp.conf & Vcs-Git URL."
  adds  208cea9   Move from experimental to unstable.
  adds  7ab7f54   Add metapackage to pull in the version specific binary 
package.
  adds  c61b6ef   Set distribution to experimental.
  adds  c5e2534   Move from experimental to unstable.
  adds  cca9c46   Bump minimum GRASS version to 7.0.5.
  adds  226cf23   Set distribution to unstable.
   new  901891f   Update branch in gbp.conf & Vcs-Git URL.
   new  31ed679   Imported Upstream version 2.1.2~rc1
   new  4727456   Merge tag 'upstream/2.1.2_rc1' into experimental-2.1
   new  b925818   New upstream release candidate.
   new  c145dd0   Set distribution to experimental.

The 5 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:
 VERSION  |  2 +-
 debian/changelog | 30 ++
 debian/control   | 25 -
 debian/control.in| 23 +++
 debian/gbp.conf  |  2 +-
 debian/lintian-overrides |  4 ++--
 debian/rules |  8 
 7 files changed, 77 insertions(+), 17 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] 01/05: Update branch in gbp.conf & Vcs-Git URL.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal-grass.

commit 901891f23cffbdbe68d8d4aeff23bfadde2479e0
Author: Bas Couwenberg 
Date:   Fri Oct 14 18:22:20 2016 +0200

Update branch in gbp.conf & Vcs-Git URL.
---
 debian/control| 2 +-
 debian/control.in | 2 +-
 debian/gbp.conf   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a8ce3d2..664ff20 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
pkg-config
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git -b 
experimental-2.1
 Homepage: http://www.gdal.org/
 
 Package: libgdal20-2.1.1-grass
diff --git a/debian/control.in b/debian/control.in
index e98b3cd..5543f0a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
pkg-config
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git -b 
experimental-2.1
 Homepage: http://www.gdal.org/
 
 Package: libgdal20-2.1.1-grass
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 21d0417..d9f6a87 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -6,7 +6,7 @@ upstream-branch = upstream
 
 # The default name for the Debian branch is "master".
 # Change it if the name is different (for instance, "debian/unstable").
-debian-branch = master
+debian-branch = experimental-2.1
 
 # git-import-orig uses the following names for the upstream tags.
 # Change the value if you are not using git-import-orig

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] 03/05: Merge tag 'upstream/2.1.2_rc1' into experimental-2.1

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal-grass.

commit 4727456614354f8c53f6e02fe8968410dc57a627
Merge: 901891f 31ed679
Author: Bas Couwenberg 
Date:   Fri Oct 14 18:23:59 2016 +0200

Merge tag 'upstream/2.1.2_rc1' into experimental-2.1

Upstream version 2.1.2~rc1

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] 04/05: New upstream release candidate.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal-grass.

commit b925818e35f850c6097e7caeec8c7fd725388c41
Author: Bas Couwenberg 
Date:   Fri Oct 14 18:25:07 2016 +0200

New upstream release candidate.
---
 debian/changelog | 6 ++
 debian/control   | 6 +++---
 debian/control.in| 6 +++---
 debian/lintian-overrides | 4 ++--
 4 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7840acd..1dcc810 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgdal-grass (2.1.2~rc1-1) UNRELEASED; urgency=medium
+
+  * New upstream release candidate.
+
+ -- Bas Couwenberg   Fri, 14 Oct 2016 18:24:03 +0200
+
 libgdal-grass (2.1.1-3) unstable; urgency=medium
 
   * Bump minimum GRASS version to 7.0.5.
diff --git a/debian/control b/debian/control
index 664ff20..8d4e40a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
d-shlibs,
grass (>= 7.0.5),
grass-dev (>= 7.0.5),
-   libgdal-dev (>= 2.1.1),
+   libgdal-dev (>= 2.1.2~rc1),
libproj-dev,
libpq-dev,
pkg-config
@@ -18,7 +18,7 @@ Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git -b 
experimental-2.1
 Homepage: http://www.gdal.org/
 
-Package: libgdal20-2.1.1-grass
+Package: libgdal20-2.1.2-grass
 Architecture: any
 Section: libs
 Depends: grass705,
@@ -36,7 +36,7 @@ Description: GRASS extension for the GDAL library
 Package: libgdal-grass
 Architecture: all
 Section: metapackages
-Depends: libgdal20-2.1.1-grass,
+Depends: libgdal20-2.1.2-grass,
  ${misc:Depends}
 Description: GRASS extension for the GDAL library - metapackage
  GDAL is a translator library for raster geospatial data formats.
diff --git a/debian/control.in b/debian/control.in
index 5543f0a..aeae34f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
d-shlibs,
grass (>= 7.0.5),
grass-dev (>= 7.0.5),
-   libgdal-dev (>= 2.1.1),
+   libgdal-dev (>= 2.1.2~rc1),
libproj-dev,
libpq-dev,
pkg-config
@@ -18,7 +18,7 @@ Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git -b 
experimental-2.1
 Homepage: http://www.gdal.org/
 
-Package: libgdal20-2.1.1-grass
+Package: libgdal20-2.1.2-grass
 Architecture: any
 Section: libs
 Depends: @GRASS_ABI@,
@@ -36,7 +36,7 @@ Description: GRASS extension for the GDAL library
 Package: libgdal-grass
 Architecture: all
 Section: metapackages
-Depends: libgdal20-2.1.1-grass,
+Depends: libgdal20-2.1.2-grass,
  ${misc:Depends}
 Description: GRASS extension for the GDAL library - metapackage
  GDAL is a translator library for raster geospatial data formats.
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
index e0bfc2d..d28a930 100644
--- a/debian/lintian-overrides
+++ b/debian/lintian-overrides
@@ -1,4 +1,4 @@
 # The run path has been added to get GRASS internal library
-libgdal20-2.1.1-grass: binary-or-shlib-defines-rpath 
usr/lib/gdalplugins/*/gdal_GRASS.so /usr/lib/grass*/lib
-libgdal20-2.1.1-grass: binary-or-shlib-defines-rpath 
usr/lib/gdalplugins/*/ogr_GRASS.so /usr/lib/grass*/lib
+libgdal20-2.1.2-grass: binary-or-shlib-defines-rpath 
usr/lib/gdalplugins/*/gdal_GRASS.so /usr/lib/grass*/lib
+libgdal20-2.1.2-grass: binary-or-shlib-defines-rpath 
usr/lib/gdalplugins/*/ogr_GRASS.so /usr/lib/grass*/lib
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] 02/05: Imported Upstream version 2.1.2~rc1

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal-grass.

commit 31ed6790924313a0ecfe6854966ff676462108ac
Author: Bas Couwenberg 
Date:   Fri Oct 14 18:23:58 2016 +0200

Imported Upstream version 2.1.2~rc1
---
 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VERSION b/VERSION
index 3e3c2f1..eca07e4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.1
+2.1.2

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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 liblas_1.8.1-3~exp1_amd64.changes

2016-10-14 Thread Debian FTP Masters
liblas_1.8.1-3~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  liblas_1.8.1-3~exp1.dsc
  liblas_1.8.1-3~exp1.debian.tar.xz
  liblas-bin-dbgsym_1.8.1-3~exp1_amd64.deb
  liblas-bin_1.8.1-3~exp1_amd64.deb
  liblas-c-dev_1.8.1-3~exp1_amd64.deb
  liblas-c3-dbgsym_1.8.1-3~exp1_amd64.deb
  liblas-c3_1.8.1-3~exp1_amd64.deb
  liblas-dev_1.8.1-3~exp1_amd64.deb
  liblas3-dbgsym_1.8.1-3~exp1_amd64.deb
  liblas3_1.8.1-3~exp1_amd64.deb
  python-liblas_1.8.1-3~exp1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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


[liblas] tag debian/1.8.1-3.exp1 created (now a34f303)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.8.1-3.exp1
in repository liblas.

at  a34f303   (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/liblas.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


[liblas] 01/02: Require at least libgdal-dev 2.1.2~ for experimental builds.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository liblas.

commit 8c88a8659da4220cd63a4dccaee3cbeb85a05550
Author: Bas Couwenberg 
Date:   Fri Oct 14 19:09:31 2016 +0200

Require at least libgdal-dev 2.1.2~ for experimental builds.
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b6b30a5..78829e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liblas (1.8.1-3) UNRELEASED; urgency=medium
+
+  * Require at least libgdal-dev 2.1.2~ for experimental builds.
+
+ -- Bas Couwenberg   Fri, 14 Oct 2016 19:09:12 +0200
+
 liblas (1.8.1-2) unstable; urgency=medium
 
   * Update symbols for other architectures.
diff --git a/debian/control b/debian/control
index b19e595..94cb8e2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
cmake,
chrpath,
libgeotiff-dev,
-   libgdal-dev (>= 2.1.1),
+   libgdal-dev (>= 2.1.2~),
libtiff-dev,
libboost-dev,
libboost-filesystem-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/liblas.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


[liblas] 02/02: Set distribution to experimental.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository liblas.

commit a34f30344aff947db870145d72d8f562251621ce
Author: Bas Couwenberg 
Date:   Fri Oct 14 19:09:48 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 78829e0..96affe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-liblas (1.8.1-3) UNRELEASED; urgency=medium
+liblas (1.8.1-3~exp1) experimental; urgency=medium
 
   * Require at least libgdal-dev 2.1.2~ for experimental builds.
 
- -- Bas Couwenberg   Fri, 14 Oct 2016 19:09:12 +0200
+ -- Bas Couwenberg   Fri, 14 Oct 2016 19:09:36 +0200
 
 liblas (1.8.1-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/liblas.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


[liblas] branch master updated (6e75e3e -> a34f303)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository liblas.

  from  6e75e3e   Set distribution to unstable.
   new  8c88a86   Require at least libgdal-dev 2.1.2~ for experimental 
builds.
   new  a34f303   Set distribution to experimental.

The 2 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 | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/liblas.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


gdal_2.1.2~rc1+dfsg-1~exp1_amd64.changes ACCEPTED into experimental

2016-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Oct 2016 18:13:51 +0200
Source: gdal
Binary: libgdal20 libgdal-dev libgdal-doc gdal-bin python-gdal python3-gdal 
libgdal-perl libgdal-java
Architecture: source amd64 all
Version: 2.1.2~rc1+dfsg-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 gdal-bin   - Geospatial Data Abstraction Library - Utility programs
 libgdal-dev - Geospatial Data Abstraction Library - Development files
 libgdal-doc - Documentation for the Geospatial Data Abstraction Library
 libgdal-java - Java bindings to the Geospatial Data Abstraction Library
 libgdal-perl - Perl bindings to the Geospatial Data Abstraction Library
 libgdal20  - Geospatial Data Abstraction Library
 python-gdal - Python bindings to the Geospatial Data Abstraction Library
 python3-gdal - Python 3 bindings to the Geospatial Data Abstraction Library
Changes:
 gdal (2.1.2~rc1+dfsg-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * Refresh patches.
   * Update spelling-errors.patch to fix 'occurred' typo.
Checksums-Sha1:
 f6531a93f6cb0b2c4814ef3c825088f0d5c5cdb2 3302 gdal_2.1.2~rc1+dfsg-1~exp1.dsc
 338ebfe373b7977ec3907347f9a52bdcbaa17742 13039319 
gdal_2.1.2~rc1+dfsg.orig.tar.gz
 52c48c524a731981423ff893cd07c7aa57ab678d 142352 
gdal_2.1.2~rc1+dfsg-1~exp1.debian.tar.xz
 a3ad2b68d9e2ef968caa8bcd6ed76d4e12e795a3 462950 
gdal-bin-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 4cca70a8ac5020443f6d59b2ff4d900f61e720e9 332850 
gdal-bin_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 d38da02b1a6d63845e27b73220bc7414b03b7038 5828372 
libgdal-dev_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 44bfac908a8bd36b97a53c180968597e58798310 2010256 
libgdal-doc_2.1.2~rc1+dfsg-1~exp1_all.deb
 3df055068f24874adff993e2f5ad41bbab6849f6 695512 
libgdal-java-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 68321af58afdf7821cb4eee6270d17e535ad66b9 407848 
libgdal-java_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 c0392f0863b49132e665bfe44cf80b52495bc0a8 1069116 
libgdal-perl-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 f8e0220f9a6fdd3d2ba78be86a503a0f2d25f666 462864 
libgdal-perl_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 b5d9791e2df05a92fcfca4982b24b8c272cd470f 32135404 
libgdal20-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 53700863bcc6fadacba444b5a0a19f2eea50cec7 5049908 
libgdal20_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 d416f05bf7d2cc58a6c96c71b2bb2bb009e86ae9 1035412 
python-gdal-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 8f68bb1bcc3509857f23a06ada8ce470fe641b95 686058 
python-gdal_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 79b8d290f727412cefea435e3573d4959511a8aa 1048156 
python3-gdal-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 679f51ff9ecc771a0363f5a125a6c8a41bea31ee 498240 
python3-gdal_2.1.2~rc1+dfsg-1~exp1_amd64.deb
Checksums-Sha256:
 b2f890872e3ae9a5cdba02c74f8d858aad8df1d58f350fe271863976fffd5404 3302 
gdal_2.1.2~rc1+dfsg-1~exp1.dsc
 a305848641b185b521a240a6a46ce34943a48d9f296edff15f5f3677a4c0b5c5 13039319 
gdal_2.1.2~rc1+dfsg.orig.tar.gz
 3839e1e8ee610749f38308a458357b87c10da6e3a1b5d5fc9b4213fec5d9f56e 142352 
gdal_2.1.2~rc1+dfsg-1~exp1.debian.tar.xz
 0adbe95a2d3107033ad94f432779965097e13ea9b3e036be86f74c1f212a61d7 462950 
gdal-bin-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 53a0ce514e86aefc013bdccff1b1ba46b7bedb4c9c9df872ceef6919a3af98d4 332850 
gdal-bin_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 096c222d093eda90d22908973be9cab7e45f4fc0b44f6a59595e4713aa612d38 5828372 
libgdal-dev_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 18fe4ecc72157a8196c0193b021ef4557c394db0dc2a4868dbe4ff75f0c85547 2010256 
libgdal-doc_2.1.2~rc1+dfsg-1~exp1_all.deb
 354a3d408e2ce166f1114bac9f7931c1552661c3c3ff5a11130217d778cab071 695512 
libgdal-java-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 92245b619206a0ce02c4acb8cbcfe254f14e6d14f534d796d6c5c01b5375ec81 407848 
libgdal-java_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 175ba7ac00ee75fe20f46bbc775fe4e6518c752b9e4fd260c463753a29f2fa45 1069116 
libgdal-perl-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 881180323be9e1c62c203f95b5e7dd6a62e5c79eef49e9c792eb91e4977faa14 462864 
libgdal-perl_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 46e07b1af181f86b54147e62f6e9d6446ca2cbcb8fe3c78426f283ad54a46449 32135404 
libgdal20-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 939d95137071067833c4dd81d82e25ea12c751a7b4e2e5ce35a00650809e018b 5049908 
libgdal20_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 6d2b54776012a56d12095c15b5d11b264778f181f32ad1bee53adcfa3cb8b2ca 1035412 
python-gdal-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 93d351592fa91d50833614947d7a453d142a294bd2b46d799f0cdf33562b138b 686058 
python-gdal_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 99f7134e19342982868108318346d89770411904d5c17fa1e3f70dc328a0f000 1048156 
python3-gdal-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
 62ad95185da6ec125e6bab68faf986b7442e6398524a495a310225b921e5 498240 
python3-gdal_2.1.2~rc1+dfsg-1~exp1_amd64.deb
Files:
 11437fa1abe48487eac139e0a86d916e 3302 science optional 
gdal_2.1.2~rc1+dfsg-1~exp1.dsc
 

[gdal] annotated tag upstream/2.1.2_rc1+dfsg created (now a4a80b0)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/2.1.2_rc1+dfsg
in repository gdal.

at  a4a80b0   (tag)
   tagging  e24d48963eaaf1bbc9f417e8b9f77482bf54159c (commit)
  replaces  upstream/2.1.1+dfsg
 tagged by  Bas Couwenberg
on  Fri Oct 14 13:53:51 2016 +0200

- Log -
Upstream version 2.1.2~rc1+dfsg

Bas Couwenberg (1):
  Imported Upstream version 2.1.2~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/gdal.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


[gdal] branch upstream updated (58aca73 -> e24d489)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository gdal.

  from  58aca73   Imported Upstream version 2.1.1+dfsg
   new  e24d489   Imported Upstream version 2.1.2~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:
 GDALmake.opt.in|2 +-
 NEWS   |  163 +-
 VERSION|2 +-
 apps/gdal_translate_bin.cpp|   10 +-
 apps/gdal_translate_lib.cpp|   14 +-
 apps/gdal_utilities.dox|   10 +-
 apps/gdaldem_lib.cpp   |4 +-
 apps/gdalwarp_bin.cpp  |   10 +-
 apps/gdalwarp_lib.cpp  |6 +-
 apps/ogr2ogr_lib.cpp   |8 +-
 frmts/aigrid/gridlib.c |   52 +-
 frmts/georaster/GNUmakefile|4 +-
 frmts/georaster/georaster_priv.h   |6 +-
 frmts/georaster/georaster_wrapper.cpp  |  300 ++--
 frmts/gtiff/geotiff.cpp|   68 +-
 frmts/gtiff/gt_overview.cpp|   96 +-
 frmts/hdf4/hdf4dataset.cpp |   36 +-
 frmts/hdf5/hdf5imagedataset.cpp|   37 +-
 frmts/mbtiles/mbtilesdataset.cpp   |   38 +-
 frmts/netcdf/netcdfdataset.cpp |   12 +-
 frmts/raw/btdataset.cpp|4 +-
 frmts/raw/envidataset.cpp  |   39 +-
 frmts/raw/iscedataset.cpp  |   29 +-
 frmts/raw/roipacdataset.cpp|   23 +-
 frmts/rmf/rmfdem.cpp   |4 +-
 frmts/srtmhgt/srtmhgtdataset.cpp   |   10 +-
 frmts/vrt/vrtdataset.cpp   |9 +-
 frmts/vrt/vrtdataset.h |6 +-
 frmts/vrt/vrtfilters.cpp   |   10 +-
 frmts/vrt/vrtsourcedrasterband.cpp |   99 +-
 frmts/vrt/vrtsources.cpp   |  228 +--
 gcore/gdal_priv.h  |   11 +-
 gcore/gdal_version.h   |6 +-
 gcore/gdaldataset.cpp  |   80 +-
 gcore/gdaldrivermanager.cpp|8 +-
 gcore/gdalrasterband.cpp   |   41 +-
 gcore/gdalrasterblock.cpp  |   12 +-
 man/man1/gdal-config.1 |2 +-
 man/man1/gdal2tiles.1  |2 +-
 man/man1/gdal_calc.1   |2 +-
 man/man1/gdal_contour.1|2 +-
 man/man1/gdal_edit.1   |2 +-
 man/man1/gdal_fillnodata.1 |2 +-
 man/man1/gdal_grid.1   |2 +-
 man/man1/gdal_merge.1  |2 +-
 man/man1/gdal_pansharpen.1 |2 +-
 man/man1/gdal_polygonize.1 |2 +-
 man/man1/gdal_proximity.1  |2 +-
 man/man1/gdal_rasterize.1  |2 +-
 man/man1/gdal_retile.1 |2 +-
 man/man1/gdal_sieve.1  |2 +-
 man/man1/gdal_translate.1  |4 +-
 man/man1/gdal_utilities.1  |2 +-
 man/man1/gdaladdo.1|2 +-
 man/man1/gdalbuildvrt.1|2 +-
 man/man1/gdalcompare.1 |2 +-
 man/man1/gdaldem.1 |2 +-
 man/man1/gdalinfo.1|2 +-
 man/man1/gdallocationinfo.1|2 +-
 man/man1/gdalmanage.1  |2 +-
 man/man1/gdalmove.1|2 +-
 man/man1/gdalsrsinfo.1 |2 +-
 man/man1/gdaltindex.1  |2 +-
 man/man1/gdaltransform.1   |2 +-
 man/man1/gdalwarp.1|2 +-
 man/man1/gnm_utilities.1   |2 +-
 man/man1/gnmanalyse.1  |2 +-
 man/man1/gnmmanage.1   |2 +-
 man/man1/nearblack.1   |2 +-
 man/man1/ogr2ogr.1 |2 +-
 man/man1/ogr_utilities.1   |2 +-
 man/man1/ogrinfo.1 |2 +-
 man/man1/ogrlineref.1 

[gdal] tag debian/2.1.2.rc1+dfsg-1.exp1 created (now db5bb13)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.1.2.rc1+dfsg-1.exp1
in repository gdal.

at  db5bb13   (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/gdal.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


[gdal] branch pristine-tar updated (95633cb -> 1e858fa)

2016-10-14 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 gdal.

  from  95633cb   pristine-tar data for gdal_2.1.1+dfsg.orig.tar.gz
   new  1e858fa   pristine-tar data for gdal_2.1.2~rc1+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:
 delta => gdal_2.1.2~rc1+dfsg.orig.tar.gz.delta | Bin 11416246 -> 11357159 
bytes
 gdal_2.1.2~rc1+dfsg.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)
 copy gdal_2.1.0~rc2+dfsg.orig.tar.gz.delta => 
gdal_2.1.2~rc1+dfsg.orig.tar.gz.delta (58%)
 create mode 100644 gdal_2.1.2~rc1+dfsg.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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


[gdal] 01/01: pristine-tar data for gdal_2.1.2~rc1+dfsg.orig.tar.gz

2016-10-14 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 gdal.

commit 1e858fa68e3de783d84226b61dc30a8c0c91f239
Author: Bas Couwenberg 
Date:   Fri Oct 14 13:53:50 2016 +0200

pristine-tar data for gdal_2.1.2~rc1+dfsg.orig.tar.gz
---
 gdal_2.1.2~rc1+dfsg.orig.tar.gz.delta | Bin 0 -> 11357159 bytes
 gdal_2.1.2~rc1+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/gdal_2.1.2~rc1+dfsg.orig.tar.gz.delta 
b/gdal_2.1.2~rc1+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..436fed7
Binary files /dev/null and b/gdal_2.1.2~rc1+dfsg.orig.tar.gz.delta differ
diff --git a/gdal_2.1.2~rc1+dfsg.orig.tar.gz.id 
b/gdal_2.1.2~rc1+dfsg.orig.tar.gz.id
new file mode 100644
index 000..1e7eb23
--- /dev/null
+++ b/gdal_2.1.2~rc1+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+d0ee2cef665d687264a3a78328021f38078d3f78

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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


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

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal.

commit db5bb13300a5b8e0861abe582ac2c03f5ec25ac8
Author: Bas Couwenberg 
Date:   Fri Oct 14 18:14:15 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 5139d14..cc43d12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-gdal (2.1.2~rc1+dfsg-1) UNRELEASED; urgency=medium
+gdal (2.1.2~rc1+dfsg-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
   * Refresh patches.
   * Update spelling-errors.patch to fix 'occurred' typo.
 
- -- Bas Couwenberg   Fri, 14 Oct 2016 13:53:57 +0200
+ -- Bas Couwenberg   Fri, 14 Oct 2016 18:13:51 +0200
 
 gdal (2.1.1+dfsg-5) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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


[gdal] branch experimental-2.1 updated (2329939 -> db5bb13)

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch experimental-2.1
in repository gdal.

  from  2329939   Set distribution to experimental.
  adds  cd61d51   Update branch in gbp.conf & Vcs-Git URL.
  adds  2b5b20b   Move from experimental to unstable.
  adds  6457f80   Strip pre-releases from symbols version.
  adds  6b49e89   Update symbols for alpha, hppa & sparc64.
  adds  321b50d   Add libgdal-grass to gdal-bin Suggests.
  adds  203e38e   Don't filter out -Werror=format-security, fixed upstream. 
(closes: #834174)
  adds  d60a2cf   Switch to headless variant for default-jdk dependency.
  adds  8b848eb   Update spelling-errors.patch to fix 'Column' typo.
  adds  e78a2c8   Update symbols for rebuild with GCC 6.2.
  adds  daad528   Set distribution to unstable.
  adds  4915a6e   Update symbols for ppc64 with GCC 6.2.
  adds  33a7ea9   Change libmysqlclient-dev dependencies to 
default-libmysqlclient-dev. (closes: #836962)
  adds  9f2fab1   Set distribution to unstable.
  adds  9e15bc4   Remove MySQL support. The dependencies via 
default-libmysqlclient-dev cannot be satisfied on all release architectures.
  adds  1ebad00   Set distribution to unstable.
  adds  c8504b3   Disable armadillo support.
  adds  21f09f1   Revert "Disable armadillo support."
  adds  973d95c   Update spelling-errors.patch to fix additional typos.
  adds  a13ba5a   Reinstate MySQL/MariaDB support, mariadb-10.0 available 
on mips64el now.
  adds  fe7da44   Set distribution to unstable.
   new  7ab2ab5   Update branch in gbp.conf & Vcs-Git URL.
   new  fa7b302   Update watch file for 2.1.2 pre-releases.
   new  e24d489   Imported Upstream version 2.1.2~rc1+dfsg
   new  9ffba23   Merge tag 'upstream/2.1.2_rc1+dfsg' into experimental-2.1
   new  26f84ec   New upstream release candidate.
   new  81f8ac5   Refresh patches.
   new  91b5608   Update spelling-errors.patch to fix 'occurred' typo.
   new  db5bb13   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:
 GDALmake.opt.in|2 +-
 NEWS   |  163 +-
 VERSION|2 +-
 apps/gdal_translate_bin.cpp|   10 +-
 apps/gdal_translate_lib.cpp|   14 +-
 apps/gdal_utilities.dox|   10 +-
 apps/gdaldem_lib.cpp   |4 +-
 apps/gdalwarp_bin.cpp  |   10 +-
 apps/gdalwarp_lib.cpp  |6 +-
 apps/ogr2ogr_lib.cpp   |8 +-
 debian/changelog   |   51 +
 debian/control |   11 +-
 debian/gbp.conf|2 +-
 debian/libgdal20.symbols.alpha |  260 ++--
 debian/libgdal20.symbols.amd64 |  261 ++--
 debian/libgdal20.symbols.arm64 |  261 ++--
 debian/libgdal20.symbols.armel |  263 ++--
 debian/libgdal20.symbols.armhf |  263 ++--
 debian/libgdal20.symbols.hppa  |  264 ++--
 debian/libgdal20.symbols.hurd-i386 |  265 ++--
 debian/libgdal20.symbols.i386  |  265 ++--
 debian/libgdal20.symbols.kfreebsd-amd64|  261 ++--
 debian/libgdal20.symbols.kfreebsd-i386 |  265 ++--
 debian/libgdal20.symbols.mips  |  264 ++--
 debian/libgdal20.symbols.mips64el  |  259 ++--
 debian/libgdal20.symbols.mipsel|  264 ++--
 debian/libgdal20.symbols.powerpc   |  263 ++--
 debian/libgdal20.symbols.ppc64 |  264 ++--
 debian/libgdal20.symbols.ppc64el   |  259 ++--
 debian/libgdal20.symbols.s390x |  266 ++--
 debian/libgdal20.symbols.sparc64   |  264 ++--
 debian/libgdal20.symbols.x32   |2 +-
 debian/patches/gdalpaths   |2 +-
 debian/patches/spelling-errors.patch   |  108 +-
 debian/rules   |   10 +-
 debian/watch   |2 +-
 frmts/aigrid/gridlib.c |   52 +-
 frmts/georaster/GNUmakefile|4 +-
 frmts/georaster/georaster_priv.h   |6 +-
 frmts/georaster/georaster_wrapper.cpp  |  300 ++--
 frmts/gtiff/geotiff.cpp|   68 +-
 frmts/gtiff/gt_overview.cpp   

[gdal] 07/08: Update spelling-errors.patch to fix 'occurred' typo.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal.

commit 91b5608abda58a5d25ba708a288001ab9ec7cdfb
Author: Bas Couwenberg 
Date:   Fri Oct 14 18:04:40 2016 +0200

Update spelling-errors.patch to fix 'occurred' typo.
---
 debian/changelog |  1 +
 debian/patches/spelling-errors.patch | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 781f1af..5139d14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gdal (2.1.2~rc1+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Refresh patches.
+  * Update spelling-errors.patch to fix 'occurred' typo.
 
  -- Bas Couwenberg   Fri, 14 Oct 2016 13:53:57 +0200
 
diff --git a/debian/patches/spelling-errors.patch 
b/debian/patches/spelling-errors.patch
index 922c26e..ae105f7 100644
--- a/debian/patches/spelling-errors.patch
+++ b/debian/patches/spelling-errors.patch
@@ -4,6 +4,7 @@ Description: Fix spelling errors.
  Collumn-> Column
  Deleteing  -> Deleting
  repsonse   -> response
+ occured-> occurred
 Author: Bas Couwenberg 
 Forwarded: not-needed
 
@@ -129,3 +130,32 @@ Forwarded: not-needed
  return false;
  }
  if( !m_bUseVirtualHosting &&
+--- a/ogr/ogrsf_frmts/shape/ogrshapelayer.cpp
 b/ogr/ogrsf_frmts/shape/ogrshapelayer.cpp
+@@ -2706,7 +2706,7 @@ OGRErr OGRShapeLayer::Repack()
+ if( !CopyInPlace( VSI_SHP_GetVSIL(hDBF->fp), oTempFileDBF ) )
+ {
+ CPLError( CE_Failure, CPLE_FileIO, 
+-"An error occured while copying the content of %s on 
top of %s. "
++"An error occurred while copying the content of %s on 
top of %s. "
+ "The non corrupted version is in the _packed.dbf, "
+ "_packed.shp and _packed.shx files that you should 
rename "
+ "on top of the main ones.",
+@@ -2735,7 +2735,7 @@ OGRErr OGRShapeLayer::Repack()
+ if( !CopyInPlace( VSI_SHP_GetVSIL(hSHP->fpSHP), oTempFileSHP ) )
+ {
+ CPLError( CE_Failure, CPLE_FileIO, 
+-"An error occured while copying the content of %s on 
top of %s. "
++"An error occurred while copying the content of %s on 
top of %s. "
+ "The non corrupted version is in the _packed.dbf, "
+ "_packed.shp and _packed.shx files that you should 
rename "
+ "on top of the main ones.",
+@@ -2757,7 +2757,7 @@ OGRErr OGRShapeLayer::Repack()
+ if( !CopyInPlace( VSI_SHP_GetVSIL(hSHP->fpSHX), oTempFileSHX ) )
+ {
+ CPLError( CE_Failure, CPLE_FileIO, 
+-"An error occured while copying the content of %s on 
top of %s. "
++"An error occurred while copying the content of %s on 
top of %s. "
+ "The non corrupted version is in the _packed.dbf, "
+ "_packed.shp and _packed.shx files that you should 
rename "
+ "on top of the main ones.",

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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 gdal_2.1.2~rc1+dfsg-1~exp1_amd64.changes

2016-10-14 Thread Debian FTP Masters
gdal_2.1.2~rc1+dfsg-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  gdal_2.1.2~rc1+dfsg-1~exp1.dsc
  gdal_2.1.2~rc1+dfsg.orig.tar.gz
  gdal_2.1.2~rc1+dfsg-1~exp1.debian.tar.xz
  gdal-bin-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  gdal-bin_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  libgdal-dev_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  libgdal-doc_2.1.2~rc1+dfsg-1~exp1_all.deb
  libgdal-java-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  libgdal-java_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  libgdal-perl-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  libgdal-perl_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  libgdal20-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  libgdal20_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  python-gdal-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  python-gdal_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  python3-gdal-dbgsym_2.1.2~rc1+dfsg-1~exp1_amd64.deb
  python3-gdal_2.1.2~rc1+dfsg-1~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.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


[gdal] 06/08: Refresh patches.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal.

commit 81f8ac5e62bc3080f4dd6047d79a864a0dba805c
Author: Bas Couwenberg 
Date:   Fri Oct 14 14:01:46 2016 +0200

Refresh patches.
---
 debian/changelog |  1 +
 debian/patches/gdalpaths |  2 +-
 debian/patches/spelling-errors.patch | 15 ++-
 3 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2c1f034..781f1af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 gdal (2.1.2~rc1+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
+  * Refresh patches.
 
  -- Bas Couwenberg   Fri, 14 Oct 2016 13:53:57 +0200
 
diff --git a/debian/patches/gdalpaths b/debian/patches/gdalpaths
index a65651b..d22f118 100644
--- a/debian/patches/gdalpaths
+++ b/debian/patches/gdalpaths
@@ -5,7 +5,7 @@ Forwarded: not-needed
 
 --- a/gcore/gdaldrivermanager.cpp
 +++ b/gcore/gdaldrivermanager.cpp
-@@ -701,7 +701,7 @@ void GDALDriverManager::AutoLoadDrivers(
+@@ -705,7 +705,7 @@ void GDALDriverManager::AutoLoadDrivers(
  #ifdef MACOSX_FRAMEWORK
  GDAL_PREFIX "/PlugIns");
  #else
diff --git a/debian/patches/spelling-errors.patch 
b/debian/patches/spelling-errors.patch
index ebeb4db..922c26e 100644
--- a/debian/patches/spelling-errors.patch
+++ b/debian/patches/spelling-errors.patch
@@ -7,17 +7,6 @@ Description: Fix spelling errors.
 Author: Bas Couwenberg 
 Forwarded: not-needed
 
 a/NEWS
-+++ b/NEWS
-@@ -776,7 +776,7 @@ PG driver:
-  * Add PRELUDE_STATEMENTS and CLOSING_STATEMENTS open option to be for 
example able to specify options, like statement_timeout, with pg_bouncer
-  * Fix 2.0 regression when overwriting several existing PostGIS layers with 
ogr2ogr (#6018)
-  * Update PG, PGDump and CartoDB drivers to correctly export POINT EMPTY for 
PostGIS 2.2
-- * avoid reseting error potentially emitted by ExecuteSQL() (#6194)
-+ * avoid resetting error potentially emitted by ExecuteSQL() (#6194)
-  * sanitize management of quoting for FID column at layer creation
-  * fix to get SRID on result layer with PostGIS 2.2
-  * in copy mode (the default on layer creation), do not truncate the 
concatenated string list to the field width (#6356)
 --- a/ogr/ogrfielddefn.cpp
 +++ b/ogr/ogrfielddefn.cpp
 @@ -280,7 +280,7 @@ void OGRFieldDefn::SetType( OGRFieldType
@@ -40,7 +29,7 @@ Forwarded: not-needed
  else
 --- a/ogr/ogrsf_frmts/plscenes/ogrplscenesdataset.cpp
 +++ b/ogr/ogrsf_frmts/plscenes/ogrplscenesdataset.cpp
-@@ -441,7 +441,7 @@ GDALDataset* OGRPLScenesDataset::OpenRas
+@@ -442,7 +442,7 @@ GDALDataset* OGRPLScenesDataset::OpenRas
  
  CPLErrorReset();
  poOutDS->SetDescription(poOpenInfo->pszFilename);
@@ -51,7 +40,7 @@ Forwarded: not-needed
  if( bUseVSICURL )
 --- a/ogr/ogrsf_frmts/plscenes/ogrplscenesv1dataset.cpp
 +++ b/ogr/ogrsf_frmts/plscenes/ogrplscenesv1dataset.cpp
-@@ -652,7 +652,7 @@ retry:
+@@ -653,7 +653,7 @@ retry:
  
  CPLErrorReset();
  poOutDS->SetDescription(poOpenInfo->pszFilename);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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


[gdal] 04/08: Merge tag 'upstream/2.1.2_rc1+dfsg' into experimental-2.1

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal.

commit 9ffba23a20eb0c7d4d211c793a4ea118953a176e
Merge: fa7b302 e24d489
Author: Bas Couwenberg 
Date:   Fri Oct 14 13:53:51 2016 +0200

Merge tag 'upstream/2.1.2_rc1+dfsg' into experimental-2.1

Upstream version 2.1.2~rc1+dfsg

 GDALmake.opt.in|2 +-
 NEWS   |  163 +-
 VERSION|2 +-
 apps/gdal_translate_bin.cpp|   10 +-
 apps/gdal_translate_lib.cpp|   14 +-
 apps/gdal_utilities.dox|   10 +-
 apps/gdaldem_lib.cpp   |4 +-
 apps/gdalwarp_bin.cpp  |   10 +-
 apps/gdalwarp_lib.cpp  |6 +-
 apps/ogr2ogr_lib.cpp   |8 +-
 frmts/aigrid/gridlib.c |   52 +-
 frmts/georaster/GNUmakefile|4 +-
 frmts/georaster/georaster_priv.h   |6 +-
 frmts/georaster/georaster_wrapper.cpp  |  300 ++--
 frmts/gtiff/geotiff.cpp|   68 +-
 frmts/gtiff/gt_overview.cpp|   96 +-
 frmts/hdf4/hdf4dataset.cpp |   36 +-
 frmts/hdf5/hdf5imagedataset.cpp|   37 +-
 frmts/mbtiles/mbtilesdataset.cpp   |   38 +-
 frmts/netcdf/netcdfdataset.cpp |   12 +-
 frmts/raw/btdataset.cpp|4 +-
 frmts/raw/envidataset.cpp  |   39 +-
 frmts/raw/iscedataset.cpp  |   29 +-
 frmts/raw/roipacdataset.cpp|   23 +-
 frmts/rmf/rmfdem.cpp   |4 +-
 frmts/srtmhgt/srtmhgtdataset.cpp   |   10 +-
 frmts/vrt/vrtdataset.cpp   |9 +-
 frmts/vrt/vrtdataset.h |6 +-
 frmts/vrt/vrtfilters.cpp   |   10 +-
 frmts/vrt/vrtsourcedrasterband.cpp |   99 +-
 frmts/vrt/vrtsources.cpp   |  228 +--
 gcore/gdal_priv.h  |   11 +-
 gcore/gdal_version.h   |6 +-
 gcore/gdaldataset.cpp  |   80 +-
 gcore/gdaldrivermanager.cpp|8 +-
 gcore/gdalrasterband.cpp   |   41 +-
 gcore/gdalrasterblock.cpp  |   12 +-
 man/man1/gdal-config.1 |2 +-
 man/man1/gdal2tiles.1  |2 +-
 man/man1/gdal_calc.1   |2 +-
 man/man1/gdal_contour.1|2 +-
 man/man1/gdal_edit.1   |2 +-
 man/man1/gdal_fillnodata.1 |2 +-
 man/man1/gdal_grid.1   |2 +-
 man/man1/gdal_merge.1  |2 +-
 man/man1/gdal_pansharpen.1 |2 +-
 man/man1/gdal_polygonize.1 |2 +-
 man/man1/gdal_proximity.1  |2 +-
 man/man1/gdal_rasterize.1  |2 +-
 man/man1/gdal_retile.1 |2 +-
 man/man1/gdal_sieve.1  |2 +-
 man/man1/gdal_translate.1  |4 +-
 man/man1/gdal_utilities.1  |2 +-
 man/man1/gdaladdo.1|2 +-
 man/man1/gdalbuildvrt.1|2 +-
 man/man1/gdalcompare.1 |2 +-
 man/man1/gdaldem.1 |2 +-
 man/man1/gdalinfo.1|2 +-
 man/man1/gdallocationinfo.1|2 +-
 man/man1/gdalmanage.1  |2 +-
 man/man1/gdalmove.1|2 +-
 man/man1/gdalsrsinfo.1 |2 +-
 man/man1/gdaltindex.1  |2 +-
 man/man1/gdaltransform.1   |2 +-
 man/man1/gdalwarp.1|2 +-
 man/man1/gnm_utilities.1   |2 +-
 man/man1/gnmanalyse.1  |2 +-
 man/man1/gnmmanage.1   |2 +-
 man/man1/nearblack.1   |2 +-
 man/man1/ogr2ogr.1 |2 +-
 man/man1/ogr_utilities.1   |2 +-
 man/man1/ogrinfo.1 |2 +-
 man/man1/ogrlineref.1  |2 +-
 man/man1/ogrtindex.1   |2 +-
 

[gdal] 05/08: New upstream release candidate.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal.

commit 26f84ecd2c19c0692ac721f295c727df264f6a4f
Author: Bas Couwenberg 
Date:   Fri Oct 14 13:55:44 2016 +0200

New upstream release candidate.
---
 debian/changelog| 6 ++
 debian/control  | 2 +-
 debian/libgdal20.symbols.alpha  | 2 +-
 debian/libgdal20.symbols.amd64  | 2 +-
 debian/libgdal20.symbols.arm64  | 2 +-
 debian/libgdal20.symbols.armel  | 2 +-
 debian/libgdal20.symbols.armhf  | 2 +-
 debian/libgdal20.symbols.hppa   | 2 +-
 debian/libgdal20.symbols.hurd-i386  | 2 +-
 debian/libgdal20.symbols.i386   | 2 +-
 debian/libgdal20.symbols.kfreebsd-amd64 | 2 +-
 debian/libgdal20.symbols.kfreebsd-i386  | 2 +-
 debian/libgdal20.symbols.mips   | 2 +-
 debian/libgdal20.symbols.mips64el   | 2 +-
 debian/libgdal20.symbols.mipsel | 2 +-
 debian/libgdal20.symbols.powerpc| 2 +-
 debian/libgdal20.symbols.ppc64  | 2 +-
 debian/libgdal20.symbols.ppc64el| 2 +-
 debian/libgdal20.symbols.s390x  | 2 +-
 debian/libgdal20.symbols.sparc64| 2 +-
 debian/libgdal20.symbols.x32| 2 +-
 21 files changed, 26 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b9d2490..2c1f034 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gdal (2.1.2~rc1+dfsg-1) UNRELEASED; urgency=medium
+
+  * New upstream release candidate.
+
+ -- Bas Couwenberg   Fri, 14 Oct 2016 13:53:57 +0200
+
 gdal (2.1.1+dfsg-5) unstable; urgency=medium
 
   * Update spelling-errors.patch to fix additional typos.
diff --git a/debian/control b/debian/control
index 72459ce..91e4bee 100644
--- a/debian/control
+++ b/debian/control
@@ -70,7 +70,7 @@ Section: libs
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Recommends: proj-bin
-Provides: gdal-abi-2-1-1
+Provides: gdal-abi-2-1-2
 Description: Geospatial Data Abstraction Library
  GDAL is a translator library for raster geospatial data formats.
  As a library, it presents a single abstract data model to the
diff --git a/debian/libgdal20.symbols.alpha b/debian/libgdal20.symbols.alpha
index d468207..401edc7 100644
--- a/debian/libgdal20.symbols.alpha
+++ b/debian/libgdal20.symbols.alpha
@@ -1,5 +1,5 @@
 libgdal.so.20 libgdal20 #MINVER#
-| libgdal20 #MINVER#, gdal-abi-2-1-1
+| libgdal20 #MINVER#, gdal-abi-2-1-2
 #include "libgdal20.symbols.common"
  (c++)"PamGetProxy(char const*)@Base" 1.10.0 1
  (c++)"CPLURLAddKVP(char const*, char const*, char const*)@Base" 1.10.0 1
diff --git a/debian/libgdal20.symbols.amd64 b/debian/libgdal20.symbols.amd64
index 8791880..1a86ffb 100644
--- a/debian/libgdal20.symbols.amd64
+++ b/debian/libgdal20.symbols.amd64
@@ -1,5 +1,5 @@
 libgdal.so.20 libgdal20 #MINVER#
-| libgdal20 #MINVER#, gdal-abi-2-1-1
+| libgdal20 #MINVER#, gdal-abi-2-1-2
 #include "libgdal20.symbols.common"
  (c++)"PamGetProxy(char const*)@Base" 1.8.0 1
  (c++)"CPLURLAddKVP(char const*, char const*, char const*)@Base" 1.9.0 1
diff --git a/debian/libgdal20.symbols.arm64 b/debian/libgdal20.symbols.arm64
index 1f7821c..d8e5bc8 100644
--- a/debian/libgdal20.symbols.arm64
+++ b/debian/libgdal20.symbols.arm64
@@ -1,5 +1,5 @@
 libgdal.so.20 libgdal20 #MINVER#
-| libgdal20 #MINVER#, gdal-abi-2-1-1
+| libgdal20 #MINVER#, gdal-abi-2-1-2
 #include "libgdal20.symbols.common"
  (c++)"PamGetProxy(char const*)@Base" 1.10.1 1
  (c++)"CPLURLAddKVP(char const*, char const*, char const*)@Base" 1.10.1 1
diff --git a/debian/libgdal20.symbols.armel b/debian/libgdal20.symbols.armel
index 8b7d469..cf0a77e 100644
--- a/debian/libgdal20.symbols.armel
+++ b/debian/libgdal20.symbols.armel
@@ -1,5 +1,5 @@
 libgdal.so.20 libgdal20 #MINVER#
-| libgdal20 #MINVER#, gdal-abi-2-1-1
+| libgdal20 #MINVER#, gdal-abi-2-1-2
 #include "libgdal20.symbols.common"
  (c++)"PamGetProxy(char const*)@Base" 1.8.0 1
  (c++)"CPLURLAddKVP(char const*, char const*, char const*)@Base" 1.9.0 1
diff --git a/debian/libgdal20.symbols.armhf b/debian/libgdal20.symbols.armhf
index 8b7d469..cf0a77e 100644
--- a/debian/libgdal20.symbols.armhf
+++ b/debian/libgdal20.symbols.armhf
@@ -1,5 +1,5 @@
 libgdal.so.20 libgdal20 #MINVER#
-| libgdal20 #MINVER#, gdal-abi-2-1-1
+| libgdal20 #MINVER#, gdal-abi-2-1-2
 #include "libgdal20.symbols.common"
  (c++)"PamGetProxy(char const*)@Base" 1.8.0 1
  (c++)"CPLURLAddKVP(char const*, char const*, char const*)@Base" 1.9.0 1
diff --git a/debian/libgdal20.symbols.hppa b/debian/libgdal20.symbols.hppa
index 27499c7..106a1a6 100644
--- a/debian/libgdal20.symbols.hppa
+++ b/debian/libgdal20.symbols.hppa
@@ -1,5 +1,5 @@
 libgdal.so.20 libgdal20 #MINVER#
-| libgdal20 #MINVER#, gdal-abi-2-1-1
+| libgdal20 #MINVER#, gdal-abi-2-1-2
 #include "libgdal20.symbols.common"
  (c++)"PamGetProxy(char const*)@Base" 1.10.1 1
  (c++)"CPLURLAddKVP(char 

[gdal] 02/08: Update watch file for 2.1.2 pre-releases.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal.

commit fa7b30217e788b4bf50b359706939b7c8b3df161
Author: Bas Couwenberg 
Date:   Fri Oct 14 13:52:07 2016 +0200

Update watch file for 2.1.2 pre-releases.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 5924ed2..9a7fe5f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -3,5 +3,5 @@ opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
 
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\
 repacksuffix=+dfsg \
-https://trac.osgeo.org/gdal/wiki/DownloadSource \
+http://download.osgeo.org/gdal/2.1.2/ \
 (?:|.*/)gdal(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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


[gdal] 01/08: Update branch in gbp.conf & Vcs-Git URL.

2016-10-14 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal.

commit 7ab2ab56cb0a76dc166224138e358284626a7a40
Author: Bas Couwenberg 
Date:   Fri Oct 14 13:50:40 2016 +0200

Update branch in gbp.conf & Vcs-Git URL.
---
 debian/control  | 2 +-
 debian/gbp.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 531fe8c..72459ce 100644
--- a/debian/control
+++ b/debian/control
@@ -60,7 +60,7 @@ Build-Conflicts: automake1.11,
  python-setuptools
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gdal.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal.git -b experimental-2.1
 Homepage: http://www.gdal.org/
 X-Python3-Version: >= 3.2
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 21d0417..d9f6a87 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -6,7 +6,7 @@ upstream-branch = upstream
 
 # The default name for the Debian branch is "master".
 # Change it if the name is different (for instance, "debian/unstable").
-debian-branch = master
+debian-branch = experimental-2.1
 
 # git-import-orig uses the following names for the upstream tags.
 # Change the value if you are not using git-import-orig

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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


Re: Postgis 2.3.0 dependencies

2016-10-14 Thread Sebastiaan Couwenberg
Hi Anatoliy,

On 10/14/2016 04:28 PM, Anatoliy Golubev wrote:
> Im try to install postgis 2.3 from apt.postgresql.org repo on debian 8:
> [...]
> Are these dependencies correct? Why do we need video drivers,
> deprecated Qt4, x11 libs and other multimedia stuff for database
> server?

Yes, those dependencies are correct. postgis depends on sfcgal for 3D
support, which in turn depends on openscenegraph which depends on a
bunch of graphics related libraries.

Other than taking up a little space, these libraries don't hurt on a
database server.

You can reduce the number of dependencies by not installing recommended
packages, but since that has been made the default for good reasons.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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


Postgis 2.3.0 dependencies

2016-10-14 Thread Anatoliy Golubev
Hello!

Im try to install postgis 2.3 from apt.postgresql.org repo on debian 8:

~# apt install postgis
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Будут установлены следующие дополнительные пакеты:
  fonts-droid ghostscript gsfonts i965-va-driver libaacs0 libasound2
libasound2-data libasyncns0 libaudio2 libavcodec56
  libavdevice55 libavformat56 libavresample2 libavutil54 libbluray1
libcdio-cdda1 libcdio-paranoia1 libcdio13 libcgal10
  libcoin80 libcroco3 libcupsfilters1 libcupsimage2 libdc1394-22
libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2
  libelf1 libfaad2 libflac8 libgl1-mesa-dri libgl1-mesa-glx
libglapi-mesa libgomp1 libgraphicsmagick3 libgs9
  libgs9-common libgsm1 libice6 libijs-0.35 libiso9660-8
libjack-jackd2-0 libjbig2dec0 libldb1 libllvm3.5
  liblwgeom-2.3-0 libmad0 libmng1 libmodplug1 libmp3lame0 libmpcdec6
libntdb1 libogg0 libopenscenegraph100
  libopenthreads20 libopus0 liborc-0.4-0 libpciaccess0
libpoppler-glib8 libpostproc52 libpulse0 libpython2.7
  libqt4-opengl libqtcore4 libqtgui4 libraw1394-11 librsvg2-2
librsvg2-common libsamplerate0 libschroedinger-1.0-0
  libsfcgal1 libsm6 libsmbclient libsndfile1 libspeex1 libswscale3
libtalloc2 libtdb1 libtevent0 libtheora0
  libtxc-dxtn-s2tc0 libv4l-0 libv4lconvert0 libva1 libvcdinfo0
libvdpau1 libvorbis0a libvorbisenc2 libvpx1 libwavpack1
  libwbclient0 libwmf0.2-7 libx11-xcb1 libx264-142 libxcb-dri2-0
libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-sync1
  libxine2 libxine2-bin libxine2-doc libxine2-ffmpeg
libxine2-misc-plugins libxine2-plugins libxshmfence1 libxt6
  libxtst6 libxvidcore4 libxxf86vm1 postgis-doc
postgresql-9.6-postgis-2.3 postgresql-9.6-postgis-2.3-scripts
  python-talloc qtcore4-l10n samba-libs va-driver-all vdpau-va-driver x11-common
Предлагаемые пакеты:
  ghostscript-x libasound2-plugins alsa-utils nas libbluray-bdj
libopenal0a libsimage-dev graphicsmagick-dbg jackd2
  opus-tools pulseaudio qt4-qtconfig libraw1394-doc librsvg2-bin speex
nvidia-vdpau-driver vdpau-driver gxine xine-ui
  postgis-gui xvba-va-driver
НОВЫЕ пакеты, которые будут установлены:
  fonts-droid ghostscript gsfonts i965-va-driver libaacs0 libasound2
libasound2-data libasyncns0 libaudio2 libavcodec56
  libavdevice55 libavformat56 libavresample2 libavutil54 libbluray1
libcdio-cdda1 libcdio-paranoia1 libcdio13 libcgal10
  libcoin80 libcroco3 libcupsfilters1 libcupsimage2 libdc1394-22
libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2
  libelf1 libfaad2 libflac8 libgl1-mesa-dri libgl1-mesa-glx
libglapi-mesa libgomp1 libgraphicsmagick3 libgs9
  libgs9-common libgsm1 libice6 libijs-0.35 libiso9660-8
libjack-jackd2-0 libjbig2dec0 libldb1 libllvm3.5
  liblwgeom-2.3-0 libmad0 libmng1 libmodplug1 libmp3lame0 libmpcdec6
libntdb1 libogg0 libopenscenegraph100
  libopenthreads20 libopus0 liborc-0.4-0 libpciaccess0
libpoppler-glib8 libpostproc52 libpulse0 libpython2.7
  libqt4-opengl libqtcore4 libqtgui4 libraw1394-11 librsvg2-2
librsvg2-common libsamplerate0 libschroedinger-1.0-0
  libsfcgal1 libsm6 libsmbclient libsndfile1 libspeex1 libswscale3
libtalloc2 libtdb1 libtevent0 libtheora0
  libtxc-dxtn-s2tc0 libv4l-0 libv4lconvert0 libva1 libvcdinfo0
libvdpau1 libvorbis0a libvorbisenc2 libvpx1 libwavpack1
  libwbclient0 libwmf0.2-7 libx11-xcb1 libx264-142 libxcb-dri2-0
libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-sync1
  libxine2 libxine2-bin libxine2-doc libxine2-ffmpeg
libxine2-misc-plugins libxine2-plugins libxshmfence1 libxt6
  libxtst6 libxvidcore4 libxxf86vm1 postgis postgis-doc
postgresql-9.6-postgis-2.3 postgresql-9.6-postgis-2.3-scripts
  python-talloc qtcore4-l10n samba-libs va-driver-all vdpau-va-driver x11-common
обновлено 0, установлено 121 новых пакетов, для удаления отмечено 0
пакетов, и 0 пакетов не обновлено.
Необходимо скачать 70,2 MБ архивов.
После данной операции, объём занятого дискового пространства возрастёт
на 309 MB.

Are these dependencies correct? Why do we need video drivers,
deprecated Qt4, x11 libs and other multimedia stuff for database
server?

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