[postgis] branch master updated (70720eb -> 63cdf02)

Bas Couwenberg sebastic at debian.org
Tue Jan 16 15:58:16 UTC 2018


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

sebastic pushed a change to branch master
in repository postgis.

      from  70720eb   Build-Depend on postgresql-all, we need server packages for testing.
       new  5a8df00   New upstream version 2.4.3+dfsg
       new  2c7ebed   New upstream release.
       new  c12feee   Bump Standards-Version to 4.1.3, no changes.
       new  23264d1   Add patch for autotools-pkg-config-macro-not-cross-compilation-safe lintian issue.
       new  a525d38   Update copyright-format URL to use HTTPS.
       new  476e1df   Set distribution to unstable.
       new  8d0c336   Merge changes from Christoph Berg.
       new  63cdf02   Set distribution to unstable.

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


Summary of changes:
 ChangeLog                                          | 1991 +++++++++++---------
 NEWS                                               |   20 +
 README.postgis                                     |    4 +-
 Version.config                                     |    3 +-
 aclocal.m4                                         |   16 +-
 authors.git                                        |   14 +-
 authors.svn                                        |   14 +-
 build-aux/._config.guess                           |  Bin 239 -> 0 bytes
 build-aux/._config.sub                             |  Bin 239 -> 0 bytes
 build-aux/._install-sh                             |  Bin 239 -> 0 bytes
 build-aux/config.guess                             |  260 +--
 build-aux/config.sub                               |  113 +-
 build-aux/install-sh                               |   23 +-
 build-aux/ltmain.sh                                |   39 +-
 ci/bessie/postgis_regress.sh                       |   11 +
 ci/bessie32/postgis_regress.sh                     |   11 +
 ci/debbie/postgis_make_dist.sh                     |   33 +
 ci/debbie/postgis_regress.sh                       |   15 +-
 ci/debbie/postgis_release_docs.sh                  |   78 +
 ci/winnie/build_postgis.sh                         |   24 +-
 ci/winnie/package_postgis.sh                       |   17 +-
 ci/winnie/regress_postgis.sh                       |   12 +-
 configure                                          |   69 +-
 configure.ac                                       |   17 +-
 debian/changelog                                   |   18 +-
 debian/control                                     |    2 +-
 debian/control.in                                  |    2 +-
 debian/copyright                                   |    2 +-
 ...g-config-macro-not-cross-compilation-safe.patch |  310 +++
 debian/patches/series                              |    1 +
 doc/html/images/osgeo_logo.png                     |  Bin 10959 -> 13298 bytes
 doc/release_notes.xml                              |   80 +
 extensions/address_standardizer/Makefile           |   22 +-
 .../address_standardizer.control                   |    2 +-
 .../address_standardizer_data_us.control           |    2 +-
 extensions/postgis/postgis.control                 |    2 +-
 extensions/postgis_sfcgal/Makefile                 |   94 -
 extensions/postgis_sfcgal/Makefile.in              |   11 +-
 extensions/postgis_sfcgal/postgis_sfcgal.control   |    2 +-
 .../postgis_tiger_geocoder.control                 |    2 +-
 .../postgis_topology/postgis_topology.control      |    2 +-
 extensions/upgradeable_versions.mk                 |    3 +-
 liblwgeom/cunit/cu_out_encoded_polyline.c          |   81 +-
 liblwgeom/lwboundingcircle.c                       |    2 +-
 liblwgeom/lwgeodetic.c                             |   10 +-
 liblwgeom/lwkmeans.c                               |    1 +
 liblwgeom/lwout_encoded_polyline.c                 |   84 +-
 libpgcommon/lwgeom_pg.h                            |    1 +
 libpgcommon/lwgeom_transform.c                     |   58 +-
 libpgcommon/lwgeom_transform.h                     |    1 -
 libtool                                            |  149 +-
 loader/dbfopen.c                                   |    2 +-
 loader/pgsql2shp-core.h                            |    2 +-
 loader/shp2pgsql-core.h                            |    2 +-
 loader/shp2pgsql-gui.c                             |    2 +-
 loader/shpopen.c                                   |    2 +-
 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                                  |   28 +-
 postgis/geography_brin.sql.in                      |   48 +-
 postgis/gserialized_estimate.c                     |    4 +-
 postgis/lwgeom_export.c                            |    4 +-
 postgis/postgis_brin.sql.in                        |  159 +-
 postgis/sqldefines.h                               |   14 +-
 postgis_svn_revision.h                             |    2 +-
 raster/loader/raster2pgsql.h                       |    2 +-
 raster/scripts/python/raster2pgsql.py              |    2 +-
 raster/scripts/python/rtpixdump.py                 |    2 +-
 regress/run_test.pl                                |   27 +
 spatial_ref_sys.sql                                |  968 +++++++++-
 utils/postgis_proc_upgrade.pl                      |    2 +-
 73 files changed, 3382 insertions(+), 1618 deletions(-)
 delete mode 100755 build-aux/._config.guess
 delete mode 100755 build-aux/._config.sub
 delete mode 100755 build-aux/._install-sh
 create mode 100644 ci/bessie/postgis_regress.sh
 create mode 100644 ci/bessie32/postgis_regress.sh
 create mode 100644 ci/debbie/postgis_make_dist.sh
 create mode 100644 ci/debbie/postgis_release_docs.sh
 create mode 100644 debian/patches/autotools-pkg-config-macro-not-cross-compilation-safe.patch
 delete mode 100644 extensions/postgis_sfcgal/Makefile
 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

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