[postgis] branch jessie-backports updated (640625e -> b6333a2)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Mar 29 19:07:46 UTC 2016


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

sebastic pushed a change to branch jessie-backports
in repository postgis.

      from  640625e   Rebuild for jessie-backports.
      adds  5f644ee   Add patch by Helge Deller to fix wkb_output test failure on hppa & mips.
      adds  49b5289   Mark hppa.patch as Forwarded.
      adds  881de43   Add patch relax-test-timing-constraints.patch
      adds  110b1ff   Add patch by Sandro Santilli to fix test failure on various architectures.
      adds  545769c   Re-enable tests on arm64, powerpc, ppc64el & s390x.
      adds  52cb52f   Skip tests on kfreebsd-i386 & mips64el, not release architectures.
      adds  79745df   Set distribution to unstable.
      adds  d246d93   Update Vcs-Git URL to use HTTPS.
      adds  797087a   Add changelog entry for Vcs-Git URL change.
      adds  81bfc4a   Skip tests on hppa, fails the tickets and wkb tests because of different NaN representations.
      adds  14fc8e7   Add patches for various typos.
      adds  d54e5cb   Bump Standards-Version to 3.9.7, no changes.
      adds  13869e0   Set distribution to unstable.
      adds  b93fe35   Imported Upstream version 2.2.2+dfsg
      adds  2960b9b   Merge tag 'upstream/2.2.2+dfsg'
      adds  0c3fa81   New upstream release.
      adds  3c23978   Drop patches applied upstream, disable hppa.patch.
      adds  086bf4e   Update copyright years for Regina Obe & Sandro Santilli.
      adds  88544af   Drop hppa.patch, fixed upstream.
      adds  81997c8   Enable all hardening buildflags except PIE (causes build failure).
      adds  728e791   Set distribution to unstable.
       new  b9f3b5d   Merge tag 'debian/2.2.2+dfsg-1' into jessie-backports
       new  b6333a2   Rebuild for jessie-backports.

The 2 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 0 -> 239 bytes
 ._config.sub                                       |    Bin 0 -> 239 bytes
 ._install-sh                                       |    Bin 0 -> 239 bytes
 .gitattributes                                     |      1 +
 ChangeLog                                          | 105794 +++++++++---------
 NEWS                                               |     29 +-
 README.postgis                                     |      4 +-
 Version.config                                     |      6 +-
 authors.git                                        |      2 +-
 authors.svn                                        |      2 +-
 config.guess                                       |     34 +-
 config.sub                                         |     20 +-
 configure                                          |   2105 +-
 debian/changelog                                   |     42 +
 debian/control                                     |      4 +-
 debian/control.in                                  |      4 +-
 debian/copyright                                   |      4 +-
 debian/patches/relax-test-timing-constraints.patch |     70 +
 debian/patches/series                              |      1 +
 debian/postgis.lintian-overrides                   |      2 +
 debian/rules                                       |      9 +-
 doc/extras_tigergeocoder.xml                       |      2 +-
 doc/faq.xml                                        |     21 +
 doc/faq_raster.xml                                 |     16 +
 doc/postgis_comments.sql                           |      8 +-
 doc/reference_measure.xml                          |    107 +
 doc/reference_output.xml                           |     29 +-
 doc/reference_processing.xml                       |    106 +-
 doc/release_notes.xml                              |     21 +
 doc/xsl/postgis_aggs_mm.xml.xsl                    |      2 +-
 extensions/Makefile                                |     39 -
 extensions/address_standardizer/Makefile           |     22 +-
 .../address_standardizer.control                   |      2 +-
 .../address_standardizer_data_us.control           |      2 +-
 extensions/compute_srid_contiguous_ranges.sql      |     24 -
 extensions/postgis/Makefile                        |    124 -
 extensions/postgis/Makefile.in                     |     19 +-
 extensions/postgis/postgis.control                 |      2 +-
 .../postgis/sql_bits/mark_editable_objects.sql.in  |      1 -
 extensions/postgis_sfcgal/Makefile                 |      6 +-
 extensions/postgis_sfcgal/postgis_sfcgal.control   |      2 +-
 extensions/postgis_tiger_geocoder/Makefile         |    211 -
 .../postgis_tiger_geocoder.control                 |      2 +-
 extensions/postgis_topology/Makefile               |     89 -
 .../postgis_topology/postgis_topology.control      |      2 +-
 extensions/upgradeable_versions.mk                 |      4 +-
 extras/WFS_locks/WFS_locks.c                       |      2 +-
 install-sh                                         |    366 +-
 liblwgeom/cunit/cu_geos_cluster.c                  |     18 +
 liblwgeom/cunit/cu_out_wkb.c                       |     24 +-
 liblwgeom/cunit/cu_out_x3d.c                       |     10 +-
 liblwgeom/lwgeom_geos_cluster.c                    |     22 +-
 liblwgeom/lwgeom_geos_split.c                      |     10 +-
 liblwgeom/lwgeom_topo.c                            |     28 +-
 liblwgeom/lwout_x3d.c                              |      8 +-
 liblwgeom/ptarray.c                                |      2 +-
 libtool                                            |   6243 +-
 ltmain.sh                                          |   5510 +-
 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                                  |   2546 +-
 macros/ltoptions.m4                                |    127 +-
 macros/ltsugar.m4                                  |      7 +-
 macros/ltversion.m4                                |     12 +-
 macros/lt~obsolete.m4                              |      7 +-
 postgis/Makefile.in                                |      5 +-
 postgis/long_xact.c                                |      2 +-
 postgis/lwgeom_geos_prepared.c                     |     12 +-
 postgis/lwgeom_in_kml.c                            |     10 +-
 postgis/lwgeom_transform.c                         |      2 +-
 postgis/postgis_drop_after.sql                     |     22 +
 postgis/sqldefines.h                               |     16 +-
 postgis_svn_revision.h                             |      2 +-
 raster/Makefile                                    |     65 -
 raster/loader/raster2pgsql.c                       |      6 +-
 raster/rt_core/librtcore.h                         |     20 +-
 raster/rt_core/rt_context.c                        |     85 +-
 raster/rt_pg/Makefile.in                           |      5 +-
 raster/rt_pg/rtpostgis.c                           |    186 +-
 raster/test/cunit/cu_tester.c                      |     11 -
 regress/loader/Arc.select.sql                      |      6 +-
 regress/loader/ArcM.select.sql                     |      6 +-
 regress/loader/ArcZ.select.sql                     |      6 +-
 regress/loader/MultiPoint.select.sql               |      2 +-
 regress/loader/MultiPointM.select.sql              |      2 +-
 regress/loader/MultiPointZ.select.sql              |      2 +-
 regress/loader/PointZ.select.sql                   |      2 +-
 regress/loader/Polygon.select.sql                  |      2 +-
 regress/loader/PolygonM.select.sql                 |      2 +-
 regress/loader/PolygonZ.select.sql                 |      2 +-
 regress/loader/TSIPolygon.select.sql               |      2 +-
 regress/loader/TSTIPolygon.select.sql              |      2 +-
 regress/loader/TSTPolygon.select.sql               |      2 +-
 regress/run_test.pl                                |     70 +-
 regress/tickets.sql                                |     15 +
 regress/tickets_expected                           |      5 +
 spatial_ref_sys.sql                                |   3046 +-
 topology/postgis_topology.c                        |      2 +-
 utils/create_spatial_ref_sys_config_dump.pl        |     56 +
 utils/postgis_proc_set_search_path.pl              |    183 +
 102 files changed, 67545 insertions(+), 60257 deletions(-)
 create mode 100755 ._config.guess
 create mode 100755 ._config.sub
 create mode 100755 ._install-sh
 create mode 100644 debian/patches/relax-test-timing-constraints.patch
 create mode 100644 debian/postgis.lintian-overrides
 delete mode 100644 extensions/Makefile
 delete mode 100644 extensions/compute_srid_contiguous_ranges.sql
 delete mode 100644 extensions/postgis/Makefile
 delete mode 100644 extensions/postgis/sql_bits/mark_editable_objects.sql.in
 delete mode 100644 extensions/postgis_tiger_geocoder/Makefile
 delete mode 100644 extensions/postgis_topology/Makefile
 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
 create mode 100755 utils/create_spatial_ref_sys_config_dump.pl
 create mode 100644 utils/postgis_proc_set_search_path.pl

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