[gdal] branch experimental-2.1 updated (ac17828 -> 638b421)

Bas Couwenberg sebastic at debian.org
Fri Jan 20 10:25:53 UTC 2017


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  ac17828   Set distribution to experimental.
      adds  aec7598   Update branch in gbp.conf & Vcs-Git URL.
      adds  1207f4e   Move from experimental to unstable.
      adds  bfcbc09   Add upstream patch to fix crash on URLs that are not DODS servers.
      adds  1344600   Disable cryptopp support, causes FTBFS with new revision.
      adds  912c9c2   Re-instate hardening-no-pie lintian override.
      adds  83a8291   Set distribution to unstable.
       new  719310e   Update watch file for 2.1.3 (pre-)releases.
       new  5364a5d   Update branch in gbp.conf & Vcs-Git URL.
       new  974e4c8   Imported Upstream version 2.1.3~rc1+dfsg
       new  3a9f346   Merge tag 'upstream/2.1.3_rc1+dfsg' into experimental-2.1
       new  b32e27b   New upstream release candidate.
       new  76cc649   Strip pre-release from symbols version.
       new  60ec673   Drop svn-r36175-DODS-fix-crash-on-URL-that-are-not-DODS-servers.patch, included upstream. Refresh remaining patches.
       new  638b421   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                                               | 119 +++++++
 VERSION                                            |   2 +-
 alg/gdalrasterize.cpp                              |  53 ++-
 alg/gdaltransformer.cpp                            |   8 +-
 alg/gdalwarpkernel.cpp                             |  29 +-
 alg/gdalwarpkernel_opencl.c                        |   9 +-
 apps/gdal_rasterize_lib.cpp                        |   9 +-
 apps/gdalinfo_lib.cpp                              |   8 +-
 configure                                          |  25 +-
 configure.in                                       |   3 +-
 debian/changelog                                   |  24 ++
 debian/control                                     |   4 +-
 debian/gdal-bin.lintian-overrides                  |   3 +
 debian/libgdal20.symbols.alpha                     |   2 +-
 debian/libgdal20.symbols.amd64                     |  18 +-
 debian/libgdal20.symbols.arm64                     |  18 +-
 debian/libgdal20.symbols.armel                     |  18 +-
 debian/libgdal20.symbols.armhf                     |  18 +-
 debian/libgdal20.symbols.common                    |   2 +-
 debian/libgdal20.symbols.hppa                      |   2 +-
 debian/libgdal20.symbols.hurd-i386                 |   2 +-
 debian/libgdal20.symbols.i386                      |  18 +-
 debian/libgdal20.symbols.kfreebsd-amd64            |  18 +-
 debian/libgdal20.symbols.kfreebsd-i386             |  18 +-
 debian/libgdal20.symbols.mips                      |  18 +-
 debian/libgdal20.symbols.mips64el                  |  18 +-
 debian/libgdal20.symbols.mipsel                    |  18 +-
 debian/libgdal20.symbols.powerpc                   |  18 +-
 debian/libgdal20.symbols.ppc64                     |  18 +-
 debian/libgdal20.symbols.ppc64el                   |  18 +-
 debian/libgdal20.symbols.s390x                     |  18 +-
 debian/libgdal20.symbols.sparc64                   |  18 +-
 debian/libgdal20.symbols.x32                       |   2 +-
 debian/patches/hdf4                                |  10 +-
 debian/patches/spatialite                          |   6 +-
 debian/rules                                       |   1 -
 debian/watch                                       |   2 +-
 frmts/adrg/adrgdataset.cpp                         |  72 +++-
 frmts/dods/dodsdataset2.cpp                        |  12 +-
 frmts/grass/pkg/Makefile.in                        |  13 -
 frmts/grass/pkg/configure                          |  70 +++-
 frmts/grass/pkg/configure.in                       |  15 +-
 frmts/gtiff/geotiff.cpp                            |  17 +-
 frmts/hdf4/hdf4dataset.cpp                         |   5 +-
 frmts/idrisi/IdrisiDataset.cpp                     |  10 +-
 frmts/netcdf/netcdfdataset.cpp                     |  30 +-
 frmts/openjpeg/openjpegdataset.cpp                 |  18 +-
 frmts/pcidsk/pcidskdataset2.cpp                    |  63 +++-
 frmts/pcidsk/sdk/segment/metadatasegment_p.cpp     |  18 +-
 frmts/rmf/rmfdataset.cpp                           |  22 +-
 frmts/sentinel2/frmt_sentinel2.html                |   6 +-
 frmts/sentinel2/sentinel2dataset.cpp               | 322 ++++++++++++++---
 frmts/vrt/vrtsources.cpp                           |  14 +-
 gcore/gdal_version.h                               |   6 +-
 makefile.vc                                        |  10 +-
 makegdal_gen.bat                                   | 381 ++++++++++++++-------
 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                          |   2 +-
 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 +-
 man/man1/pct2rgb.1                                 |   2 +-
 man/man1/rgb2pct.1                                 |   2 +-
 nmake.opt                                          |   7 +-
 ogr/gml2ogrgeometry.cpp                            |  10 +-
 ogr/ogrct.cpp                                      |  42 ++-
 ogr/ogrgeometryfactory.cpp                         |   6 +-
 .../amigocloud/ogramigoclouddatasource.cpp         |   5 +
 ogr/ogrsf_frmts/amigocloud/ogramigocloudlayer.cpp  |   7 +-
 .../amigocloud/ogramigocloudtablelayer.cpp         |   9 +
 ogr/ogrsf_frmts/geojson/ogresrijsonreader.cpp      |  27 +-
 ogr/ogrsf_frmts/geojson/ogrgeojsonreader.h         |   4 +-
 ogr/ogrsf_frmts/geojson/ogrgeojsonwritelayer.cpp   |   4 +-
 ogr/ogrsf_frmts/gpkg/ogrgeopackagedatasource.cpp   |   2 +
 ogr/ogrsf_frmts/ili/ogr_ili1.h                     |   4 +-
 ogr/ogrsf_frmts/ili/ogrili1layer.cpp               | 260 +++++++++++---
 ogr/ogrsf_frmts/makefile.vc                        |  15 +-
 ogr/ogrsf_frmts/mssqlspatial/makefile.vc           |  32 +-
 .../mssqlspatial/ogrmssqlspatialdriver.cpp         |  10 +-
 ogr/ogrsf_frmts/nas/nasreader.cpp                  |   3 +-
 ogr/ogrsf_frmts/sde/ogrsdedatasource.cpp           |  10 +-
 ogr/ogrsf_frmts/sde/ogrsdedriver.cpp               |   6 +-
 ogr/ogrsf_frmts/shape/shpopen.c                    |  13 +-
 ogr/ogrsf_frmts/sqlite/ogr_sqlite.h                |   8 +-
 ogr/ogrsf_frmts/sqlite/ogrsqlitedatasource.cpp     | 120 ++++++-
 ogr/ogrsf_frmts/sqlite/ogrsqlitelayer.cpp          |  22 +-
 ogr/ogrsf_frmts/sqlite/ogrsqliteselectlayer.cpp    |   6 +-
 ogr/ogrsf_frmts/sqlite/ogrsqlitetablelayer.cpp     |  11 +-
 ogr/ogrsf_frmts/sqlite/ogrsqliteviewlayer.cpp      |  10 +-
 ogr/ogrsf_frmts/wfs/ogrwfslayer.cpp                |  13 +-
 ogr/ogrsf_frmts/xlsx/ogrxlsxdatasource.cpp         |  25 +-
 port/cpl_config.h.in                               |   3 +
 port/cpl_http.cpp                                  |  23 +-
 port/cpl_vsil_unix_stdio_64.cpp                    |  16 +-
 swig/include/perl/gdal_perl.i                      |   4 +-
 swig/include/perl/ogr_perl.i                       |   6 +-
 swig/include/python/gdal_python.i                  |   8 +-
 swig/perl/lib/Geo/GDAL.pm                          |   4 +-
 swig/perl/lib/Geo/OGR.pm                           |   6 +-
 swig/perl/t/geom.t                                 |  60 ++++
 swig/python/osgeo/gdal.py                          |   6 +-
 swig/python/scripts/gdal_calc.py                   |   2 +-
 swig/python/setup.py                               |  15 +-
 136 files changed, 1953 insertions(+), 670 deletions(-)
 create mode 100644 swig/perl/t/geom.t

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



More information about the Pkg-grass-devel mailing list