[postgis] branch jessie-backports updated (f6ada53 -> fc674be)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 06:37:59 UTC 2015


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

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

      from  f6ada53   Revert "Revert "Update Vcs-Git URL in both control & control.in.""
      adds  0260c2a   Update Vcs-Git URL in both control & control.in.
      adds  4e1d366   Revert "Update Vcs-Git URL in both control & control.in."
      adds  e9ce444   Apply patch from Ubuntu to depend on libmaven-compiler-plugin-2.5-java, fixes build failure with maven-compiler-plugin 3.x.
      adds  466d281   Update copyright file.
      adds  84938be   Set distribution to unstable.
      adds  954a8d0   Re-add libmaven-compiler-plugin-java to the B-D as an alternative, so this package remains backward compatible (mostly for PGAPT).
      adds  d414313   Imported Upstream version 2.1.8+dfsg
      adds  18216c0   Merge branch 'upstream', i.e. postgis-2.1.8.
      adds  a795a09   Update copyright years for autotools files.
      adds  d954570   Update liblwgeom package name for 2.1.8 version.
      adds  dee753e   Add new liblwgeom symbols file.
      adds  2c5096d   Finalize 2.1.8-1 for upload to unstable.
       new  2e213d7   Merge commit '2c5096d72e28bb3e9464fe9724f0a4b0decefb27' into jessie-backports
       new  fc674be   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
 ChangeLog                                          | 147 ++++
 NEWS                                               |  15 +
 README.postgis                                     |   4 +-
 Version.config                                     |   2 +-
 config.guess                                       |   6 +-
 config.sub                                         |  10 +-
 configure                                          | 255 ++++--
 configure.ac                                       |   2 +-
 debian/changelog                                   |  31 +
 debian/control                                     |   9 +-
 debian/control.in                                  |   9 +-
 debian/copyright                                   | 931 +++------------------
 ...wgeom-2.1.7.install => liblwgeom-2.1.8.install} |   0
 ...wgeom-2.1.7.symbols => liblwgeom-2.1.8.symbols} |   2 +-
 doc/faq_raster.xml                                 |   3 +-
 doc/introduction.xml                               |   2 +-
 doc/reference_sfcgal.xml                           |   7 +
 doc/release_notes.xml                              |  59 +-
 extensions/postgis/postgis.control                 |   2 +-
 .../postgis_tiger_geocoder.control                 |   2 +-
 .../postgis_topology/postgis_topology.control      |   2 +-
 extensions/upgradeable_versions.mk                 |  11 +-
 liblwgeom/Makefile.in                              |   1 +
 liblwgeom/cunit/cu_algorithm.c                     |  11 +-
 liblwgeom/cunit/cu_libgeom.c                       |  46 +-
 liblwgeom/cunit/cu_ptarray.c                       |   2 +-
 liblwgeom/g_serialized.c                           |  47 +-
 liblwgeom/lwgeodetic.h                             |   4 +-
 liblwgeom/lwgeodetic_tree.h                        |   2 +-
 liblwgeom/lwgeom.c                                 |   7 +-
 liblwgeom/lwgeom_geos.c                            |   4 +-
 liblwgeom/lwin_geojson.c                           |  71 +-
 liblwgeom/lwline.c                                 |   7 +-
 liblwgeom/lwlinearreferencing.c                    |  28 +-
 liblwgeom/ptarray.c                                |  10 +-
 libtool                                            | 159 +++-
 loader/shp2pgsql-core.c                            |   5 +
 loader/shp2pgsql-core.h                            |   5 +-
 ltmain.sh                                          |  81 +-
 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                                  | 171 ++--
 macros/ltoptions.m4                                |   2 +-
 macros/ltsugar.m4                                  |   2 +-
 macros/ltversion.m4                                |  12 +-
 macros/lt~obsolete.m4                              |   2 +-
 postgis/geography_btree.c                          |  32 +-
 postgis/geography_inout.c                          |   4 +-
 postgis/lwgeom_accum.c                             |  11 +-
 postgis/lwgeom_export.c                            |  42 +-
 postgis/lwgeom_functions_basic.c                   |   9 +-
 postgis/postgis.sql.in                             |  95 +--
 postgis/sqldefines.h                               |  10 +-
 postgis_svn_revision.h                             |   2 +-
 raster/test/regress/tickets.sql                    |  84 ++
 raster/test/regress/tickets_expected               |   9 +
 regress/affine.sql                                 |   3 +
 regress/affine_expected                            |   1 +
 regress/in_geojson.sql                             |  16 +
 regress/in_geojson_expected                        |  10 +
 regress/regress_lrs.sql                            |   1 +
 regress/regress_lrs_expected                       |   1 +
 67 files changed, 1298 insertions(+), 1222 deletions(-)
 create mode 100755 ._config.guess
 create mode 100755 ._config.sub
 create mode 100755 ._install-sh
 rename debian/{liblwgeom-2.1.7.install => liblwgeom-2.1.8.install} (100%)
 rename debian/{liblwgeom-2.1.7.symbols => liblwgeom-2.1.8.symbols} (99%)
 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

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