[postgis] branch master updated (0b55a5c -> 1a49d44)

Bas Couwenberg sebastic at debian.org
Wed Oct 18 21:19:09 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  0b55a5c   Skip tests on powerpc, not a release architecture.
       new  c0eda98   New upstream version 2.4.1+dfsg
       new  aa55f9e   Merge tag 'upstream/2.4.1+dfsg'
       new  88679d0   New upstream release.
       new  c0ac3a9   Add lintian override for debian-watch-uses-insecure-uri.
       new  de8a80a   Mark postgis-doc & -scripts package as Multi-Arch: foreign.
       new  f8c7c06   Update dh_autoreconf override to run autogen.sh instead of autoconf.
       new  c528bcc   Update symbols for 2.4.1.
       new  a857bb7   Drop license & copyright for autotools files.
       new  1a49d44   Set distribution to unstable.

The 9 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:
 .drone.yml                                         |     2 +-
 ChangeLog                                          |   180 +
 NEWS                                               |    24 +
 README.postgis                                     |     4 +-
 Version.config                                     |     2 +-
 aclocal.m4                                         |    22 +-
 authors.git                                        |     1 +
 authors.svn                                        |     1 +
 config.guess                                       |  1462 ---
 config.sub                                         |  1825 ---
 configure                                          |    45 +-
 debian/changelog                                   |    10 +-
 debian/control                                     |     2 +
 debian/control.in                                  |     2 +
 debian/copyright                                   |   168 -
 debian/liblwgeom-2.4-0.symbols                     |     2 +-
 debian/rules                                       |     2 +-
 debian/source.lintian-overrides                    |     3 +
 doc/extras_tigergeocoder.xml                       |    47 +-
 doc/installation.xml                               |    11 +-
 doc/introduction.xml                               |    32 +-
 doc/release_notes.xml                              |   135 +-
 doc/using_postgis_dataman.xml                      |    73 +-
 doc/xsl/postgis_aggs_mm.xml.xsl                    |     1 +
 extensions/Makefile                                |    39 -
 extensions/address_standardizer/Makefile           |    22 +-
 .../address_standardizer.control                   |     2 +-
 .../address_standardizer_data_us.control           |     2 +-
 extensions/postgis/Makefile                        |   114 -
 extensions/postgis/postgis.control                 |     2 +-
 extensions/postgis_sfcgal/Makefile                 |    10 +-
 extensions/postgis_sfcgal/postgis_sfcgal.control   |     2 +-
 extensions/postgis_tiger_geocoder/Makefile         |   233 -
 extensions/postgis_tiger_geocoder/Makefile.in      |    54 +-
 .../postgis_tiger_geocoder.control                 |     2 +-
 extensions/postgis_topology/Makefile               |    91 -
 .../postgis_topology/postgis_topology.control      |     2 +-
 extensions/upgradeable_versions.mk                 |     5 +-
 ...tiger_loader_2016.sql => tiger_loader_2017.sql} |    43 +-
 install-sh                                         |   508 -
 liblwgeom/Makefile.in                              |     2 +-
 liblwgeom/cunit/cu_geodetic.c                      |    31 +-
 liblwgeom/cunit/cu_libgeom.c                       |    21 +
 liblwgeom/cunit/cu_measures.c                      |   132 +-
 liblwgeom/cunit/cu_varint.c                        |    18 +-
 liblwgeom/g_box.c                                  |     2 +-
 liblwgeom/g_serialized.c                           |    95 +-
 liblwgeom/liblwgeom.h.in                           |     2 +-
 liblwgeom/liblwgeom_internal.h                     |    13 +-
 liblwgeom/lwalgorithm.c                            |    18 +-
 liblwgeom/lwgeodetic.c                             |    12 +-
 liblwgeom/lwgeodetic.h                             |     5 -
 liblwgeom/lwgeom_geos.c                            |    22 +-
 liblwgeom/lwin_wkb.c                               |     5 +
 liblwgeom/lwlinearreferencing.c                    |    11 +-
 liblwgeom/lwout_encoded_polyline.c                 |     6 +-
 liblwgeom/lwspheroid.c                             |     4 +-
 liblwgeom/measures.c                               |   170 +-
 liblwgeom/varint.c                                 |    33 +-
 liblwgeom/varint.h                                 |     2 +
 libtool                                            |   149 +-
 ltmain.sh                                          | 11156 -------------------
 macros/._libtool.m4                                |   Bin 0 -> 239 bytes
 macros/._ltoptions.m4                              |   Bin 0 -> 239 bytes
 macros/._ltsugar.m4                                |   Bin 0 -> 239 bytes
 macros/._lt~obsolete.m4                            |   Bin 0 -> 239 bytes
 macros/libtool.m4                                  |    28 +-
 postgis/geography_btree.c                          |    13 -
 postgis/lwgeom_btree.c                             |    15 +-
 postgis/mvt.c                                      |     7 +-
 postgis/sqldefines.h                               |    12 +-
 postgis_svn_revision.h                             |     2 +-
 raster/Makefile                                    |    65 -
 73 files changed, 1083 insertions(+), 16155 deletions(-)
 delete mode 100755 config.guess
 delete mode 100755 config.sub
 create mode 100644 debian/source.lintian-overrides
 delete mode 100644 extensions/Makefile
 delete mode 100644 extensions/postgis/Makefile
 delete mode 100644 extensions/postgis_tiger_geocoder/Makefile
 delete mode 100644 extensions/postgis_topology/Makefile
 copy extras/tiger_geocoder/{tiger_loader_2016.sql => tiger_loader_2017.sql} (93%)
 delete mode 100755 install-sh
 delete mode 100644 ltmain.sh
 create mode 100644 macros/._libtool.m4
 create mode 100644 macros/._ltoptions.m4
 create mode 100644 macros/._ltsugar.m4
 create mode 100644 macros/._lt~obsolete.m4
 delete mode 100644 raster/Makefile

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