[postgis] branch master updated (1a49d44 -> 30972ea)

Bas Couwenberg sebastic at debian.org
Wed Nov 15 20:59:06 UTC 2017


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

sebastic pushed a change to branch master
in repository postgis.

      from  1a49d44   Set distribution to unstable.
       new  611e880   New upstream version 2.4.2+dfsg
       new  6021e78   Merge tag 'upstream/2.4.2+dfsg'
       new  1b100f8   New upstream release.
       new  450149e   Refresh patches.
       new  463df9a   Strip trailing whitespace from changelog.
       new  926d985   Drop deprecated autotools_dev helper.
       new  30972ea   Set distribution to unstable.

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


Summary of changes:
 .gitignore                                         |    4 +-
 ChangeLog                                          |   90 +
 GNUmakefile.in                                     |    3 +-
 NEWS                                               |    9 +
 README.postgis                                     |    4 +-
 Version.config                                     |    2 +-
 macros/._libtool.m4 => build-aux/._config.guess    |  Bin 239 -> 239 bytes
 macros/._libtool.m4 => build-aux/._config.sub      |  Bin 239 -> 239 bytes
 macros/._libtool.m4 => build-aux/._install-sh      |  Bin 239 -> 239 bytes
 build-aux/config.guess                             | 1421 +++++++++++++++
 build-aux/config.sub                               | 1807 ++++++++++++++++++++
 build-aux/install-sh                               |  501 ++++++
 libtool => build-aux/ltmain.sh                     |  495 ------
 configure                                          |  199 ++-
 configure.ac                                       |    3 +-
 debian/changelog                                   |   71 +-
 debian/patches/link-liblwgeom                      |    2 +-
 debian/rules                                       |    2 +-
 doc/extras_tigergeocoder.xml                       |    5 +-
 extensions/address_standardizer/Makefile           |    6 +-
 .../address_standardizer.control                   |    2 +-
 .../address_standardizer_data_us.control           |    2 +-
 extensions/postgis/postgis.control                 |    2 +-
 extensions/postgis_sfcgal/Makefile                 |    2 +-
 extensions/postgis_sfcgal/postgis_sfcgal.control   |    2 +-
 .../postgis_tiger_geocoder.control                 |    2 +-
 .../postgis_topology/postgis_topology.control      |    2 +-
 extensions/upgradeable_versions.mk                 |   12 +-
 extras/tiger_geocoder/tiger_loader_2017.sql        |    4 +-
 liblwgeom/Makefile.in                              |    4 +-
 liblwgeom/cunit/cu_geodetic.c                      |    4 +-
 liblwgeom/lwgeodetic.c                             |  129 +-
 liblwgeom/lwgeom_geos.c                            |   92 +-
 loader/Makefile.in                                 |    2 +-
 postgis/Makefile.in                                |    2 +-
 postgis/geobuf.c                                   |    1 -
 postgis/geography_centroid.c                       |    2 -
 postgis/gserialized_gist_2d.c                      |    1 -
 postgis/lwgeom_functions_basic.c                   |    2 -
 postgis/mvt.c                                      |    4 -
 postgis/sqldefines.h                               |    8 +-
 postgis_svn_revision.h                             |    2 +-
 raster/install-sh                                  |  325 ----
 raster/loader/Makefile.in                          |    4 +-
 raster/rt_pg/Makefile.in                           |    2 +-
 regress/geography_expected                         |    2 +-
 utils/Makefile.in                                  |    4 +-
 47 files changed, 4137 insertions(+), 1107 deletions(-)
 copy macros/._libtool.m4 => build-aux/._config.guess (80%)
 mode change 100644 => 100755
 copy macros/._libtool.m4 => build-aux/._config.sub (80%)
 mode change 100644 => 100755
 copy macros/._libtool.m4 => build-aux/._install-sh (80%)
 mode change 100644 => 100755
 create mode 100755 build-aux/config.guess
 create mode 100755 build-aux/config.sub
 create mode 100755 build-aux/install-sh
 copy libtool => build-aux/ltmain.sh (95%)
 mode change 100755 => 100644
 delete mode 100755 raster/install-sh

-- 
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