[postgis] branch master updated (3097255 -> e8511b6)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Jan 6 23:12:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository postgis.

      from  3097255   Set distribution to unstable.
       new  03d6f64   Imported Upstream version 2.2.1+dfsg
       new  7dc2232   Merge tag 'upstream/2.2.1+dfsg'
       new  5da556a   New upstream release.
       new  e8511b6   Drop typo patches, applied upstream.

The 4 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:
 ._config.guess                                     |    Bin 239 -> 0 bytes
 ._config.sub                                       |    Bin 239 -> 0 bytes
 ._install-sh                                       |    Bin 239 -> 0 bytes
 .gitlab-ci.yml                                     |     18 +
 .travis.yml                                        |      2 +-
 ChangeLog                                          | 121268 ++++++++----------
 GNUmakefile.in                                     |      3 +-
 NEWS                                               |     62 +-
 README.md                                          |     24 +-
 README.postgis                                     |      4 +-
 Version.config                                     |     15 +-
 authors.git                                        |      1 +
 authors.svn                                        |      1 +
 ci/debbie/postgis_regress.sh                       |      2 +-
 ci/winnie/regress_postgis.sh                       |      4 +-
 config.guess                                       |     34 +-
 config.sub                                         |     20 +-
 configure                                          |   2154 +-
 configure.ac                                       |     16 +-
 debian/changelog                                   |      7 +
 debian/patches/doesnt-typo.patch                   |    622 -
 debian/patches/isnt-typo.patch                     |     82 -
 debian/patches/series                              |      2 -
 doc/extras_address_standardizer.xml                |     72 +-
 doc/html/image_src/Makefile.in                     |      2 +
 doc/html/image_src/st_boundary01.wkt               |      2 +
 .../{st_contains05.wkt => st_boundary02.wkt}       |      4 +-
 doc/installation.xml                               |      2 +-
 doc/introduction.xml                               |     10 +-
 doc/po/de_DE/reference_accessor.xml.po             |     12 +-
 doc/po/es/reference_accessor.xml.po                |     12 +-
 doc/po/fr/reference_accessor.xml.po                |     14 +-
 doc/po/it_IT/reference_accessor.xml.po             |     22 +-
 doc/po/ko_KR/reference_accessor.xml.po             |     12 +-
 doc/po/pl/reference_accessor.xml.po                |     12 +-
 doc/po/pt_BR/reference_accessor.xml.po             |     12 +-
 doc/po/templates/reference_accessor.xml.pot        |     12 +-
 doc/postgis_comments.sql                           |     16 +-
 doc/reference_accessor.xml                         |     59 +-
 doc/reference_constructor.xml                      |      5 +-
 doc/reference_editor.xml                           |      8 +-
 doc/reference_measure.xml                          |      5 +-
 doc/reference_output.xml                           |      4 +-
 doc/reference_processing.xml                       |     51 +-
 doc/reference_raster.xml                           |      4 +-
 doc/release_notes.xml                              |     94 +-
 extensions/{Makefile.in => Makefile}               |      6 +-
 extensions/address_standardizer/Makefile           |     20 +-
 .../address_standardizer.control                   |      2 +-
 .../address_standardizer_data_us.control           |      2 +-
 extensions/postgis/{Makefile.in => Makefile}       |     12 +-
 extensions/postgis/Makefile.in                     |      2 +-
 extensions/postgis/postgis.control                 |      2 +-
 .../postgis/sql_bits/mark_editable_objects.sql.in  |      2 +-
 .../postgis_sfcgal/{Makefile.in => Makefile}       |      8 +-
 extensions/postgis_sfcgal/postgis_sfcgal.control   |      2 +-
 .../{Makefile.in => Makefile}                      |     10 +-
 .../postgis_tiger_geocoder.control                 |      2 +-
 .../postgis_topology/{Makefile.in => Makefile}     |     10 +-
 extensions/postgis_topology/Makefile.in            |      2 +-
 .../postgis_topology/postgis_topology.control      |      2 +-
 extensions/upgradeable_versions.mk                 |      2 +-
 .../tiger_geocoder/normalize/normalize_address.sql |      4 +-
 extras/tiger_geocoder/tiger_loader_2013.sql        |      6 +-
 extras/tiger_geocoder/tiger_loader_2014.sql        |      6 +-
 extras/tiger_geocoder/tiger_loader_2015.sql        |      8 +-
 install-sh                                         |    366 +-
 liblwgeom/bytebuffer.h                             |      2 +-
 liblwgeom/cunit/cu_algorithm.c                     |     24 +
 liblwgeom/cunit/cu_geodetic.c                      |     20 +-
 liblwgeom/cunit/cu_out_twkb.c                      |      2 +-
 liblwgeom/cunit/cu_split.c                         |     26 +
 liblwgeom/cunit/cu_unionfind.c                     |     24 +
 liblwgeom/effectivearea.h                          |      2 +-
 liblwgeom/liblwgeom_topo.h                         |     12 +-
 liblwgeom/lwalgorithm.c                            |     39 +-
 liblwgeom/lwgeodetic.c                             |      2 +-
 liblwgeom/lwgeom.c                                 |     11 +-
 liblwgeom/lwgeom_geos_cluster.c                    |     13 +-
 liblwgeom/lwgeom_geos_split.c                      |     75 +-
 liblwgeom/lwgeom_topo.c                            |    175 +-
 liblwgeom/lwin_geojson.c                           |      2 +-
 liblwgeom/lwin_twkb.c                              |      2 +-
 liblwgeom/lwout_geojson.c                          |      2 +-
 liblwgeom/lwout_svg.c                              |     80 +-
 liblwgeom/lwout_twkb.c                             |      2 +-
 liblwgeom/lwunionfind.c                            |     14 +-
 liblwgeom/ptarray.c                                |     27 +-
 liblwgeom/varint.h                                 |      2 +-
 libtool                                            |   6227 +-
 ltmain.sh                                          |   5522 +-
 macros/._libtool.m4                                |    Bin 239 -> 0 bytes
 macros/._ltoptions.m4                              |    Bin 239 -> 0 bytes
 macros/._ltsugar.m4                                |    Bin 239 -> 0 bytes
 macros/._lt~obsolete.m4                            |    Bin 239 -> 0 bytes
 macros/libtool.m4                                  |   2546 +-
 macros/ltoptions.m4                                |    127 +-
 macros/ltsugar.m4                                  |      7 +-
 macros/ltversion.m4                                |     12 +-
 macros/lt~obsolete.m4                              |      7 +-
 postgis/geography_measurement.c                    |     11 +
 postgis/gserialized_typmod.c                       |      2 +-
 postgis/lwgeom_box3d.c                             |      2 +-
 postgis/lwgeom_functions_analytic.c                |     10 +-
 postgis/lwgeom_functions_basic.c                   |      4 +-
 postgis/lwgeom_functions_lrs.c                     |      4 +-
 postgis/lwgeom_spheroid.c                          |      4 +-
 postgis/postgis.sql.in                             |     10 +-
 postgis/sqldefines.h                               |     10 +-
 postgis_svn_revision.h                             |      2 +-
 raster/{Makefile.in => Makefile}                   |      2 +-
 raster/rt_pg/rtpostgis.sql.in                      |     11 +-
 regress/remove_repeated_points.sql                 |      1 +
 regress/remove_repeated_points_expected            |      1 +
 regress/run_test.pl                                |      2 +-
 regress/tickets.sql                                |      6 +
 regress/tickets_expected                           |      3 +
 topology/Makefile.in                               |      2 +-
 topology/postgis_topology.c                        |    268 +-
 topology/sql/topogeometry/totopogeom.sql.in        |     14 +-
 topology/test/regress/sqlmm.sql                    |     19 +
 topology/test/regress/sqlmm_expected               |      4 +
 topology/test/regress/st_addedgemodface.sql        |     15 +-
 topology/test/regress/st_addedgemodface_expected   |      9 +-
 topology/test/regress/st_addedgenewfaces.sql       |     15 +
 topology/test/regress/st_addedgenewfaces_expected  |      9 +-
 topology/test/regress/st_modedgesplit.sql          |     28 +
 topology/test/regress/st_modedgesplit_expected     |     19 +-
 topology/test/regress/st_newedgessplit.sql         |     18 +
 topology/test/regress/st_newedgessplit_expected    |     13 +-
 topology/test/regress/topogeo_addlinestring.sql    |     46 +
 .../regress/topogeo_addlinestring_expected_newsnap |    138 +-
 .../regress/topogeo_addlinestring_expected_oldsnap |    134 +-
 topology/test/regress/totopogeom.sql               |     20 +
 topology/test/regress/totopogeom_expected          |      5 +
 topology/topology.sql.in                           |     15 +-
 136 files changed, 60148 insertions(+), 80997 deletions(-)
 delete mode 100755 ._config.guess
 delete mode 100755 ._config.sub
 delete mode 100755 ._install-sh
 create mode 100644 .gitlab-ci.yml
 delete mode 100644 debian/patches/doesnt-typo.patch
 delete mode 100644 debian/patches/isnt-typo.patch
 create mode 100644 doc/html/image_src/st_boundary01.wkt
 copy doc/html/image_src/{st_contains05.wkt => st_boundary02.wkt} (51%)
 copy extensions/{Makefile.in => Makefile} (89%)
 copy extensions/postgis/{Makefile.in => Makefile} (96%)
 copy extensions/postgis_sfcgal/{Makefile.in => Makefile} (95%)
 copy extensions/postgis_tiger_geocoder/{Makefile.in => Makefile} (98%)
 copy extensions/postgis_topology/{Makefile.in => Makefile} (96%)
 delete mode 100644 macros/._libtool.m4
 delete mode 100644 macros/._ltoptions.m4
 delete mode 100644 macros/._ltsugar.m4
 delete mode 100644 macros/._lt~obsolete.m4
 copy raster/{Makefile.in => Makefile} (96%)

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



More information about the Pkg-grass-devel mailing list