This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch jessie-backports in repository postgis.
commit b9f3b5dc6387654f66e95c08f69a12233147e0de Merge: 640625e 728e791 Author: Bas Couwenberg <[email protected]> Date: Tue Mar 29 19:51:29 2016 +0200 Merge tag 'debian/2.2.2+dfsg-1' into jessie-backports Conflicts: debian/changelog debian/control debian/control.in ._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 | 36 + 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, 67539 insertions(+), 60257 deletions(-) diff --cc debian/changelog index 42bb2a3,2c865bc..19d7dc8 --- a/debian/changelog +++ b/debian/changelog @@@ -1,10 -1,39 +1,46 @@@ + postgis (2.2.2+dfsg-1) unstable; urgency=medium + + * New upstream release. + * Drop patches applied upstream. + * Drop hppa.patch, fixed upstream. + * Update copyright years for Regina Obe & Sandro Santilli. + * Enable all hardening buildflags except PIE (causes build failure). + + -- Bas Couwenberg <[email protected]> Wed, 23 Mar 2016 22:09:17 +0100 + + postgis (2.2.1+dfsg-3) unstable; urgency=medium + + * Update Vcs-Git URL to use HTTPS. + * Skip tests on hppa, fails the tickets and wkb tests because of different + NaN representations. + (closes: #813846) + * Add patches for various typos. + * Bump Standards-Version to 3.9.7, no changes. + + -- Bas Couwenberg <[email protected]> Wed, 02 Mar 2016 20:20:28 +0100 + + postgis (2.2.1+dfsg-2) unstable; urgency=medium + + [ Bas Couwenberg ] + * Add patch by Helge Deller to fix wkb_output test failure on hppa & mips. + (closes: #810859) + * Add patch by Sandro Santilli to fix test failure on various architectures. + * Re-enable tests on arm64, powerpc, ppc64el & s390x. + * Skip tests on kfreebsd-i386 & mips64el, not release architectures. + + [ Markus Wanner ] + * Add patch relax-test-timing-constraints.patch to increase chances of + tests passing on the pgapt infrastructure. + + -- Bas Couwenberg <[email protected]> Thu, 21 Jan 2016 23:16:46 +0100 + +postgis (2.2.1+dfsg-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + * Use postgresql-9.4 for jessie. + + -- Bas Couwenberg <[email protected]> Tue, 19 Jan 2016 06:39:31 +0100 + postgis (2.2.1+dfsg-1) unstable; urgency=medium * Move from experimental to unstable. diff --cc debian/control index 0f831f0,3054ef3..141b7d8 --- a/debian/control +++ b/debian/control @@@ -13,10 -13,10 +13,10 @@@ Build-Depends: debhelper (>= 9), po-deb imagemagick, libcunit1-dev, dblatex, libxml2-dev (>= 2.5.0~), libgtk2.0-dev, libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~), postgresql-server-dev-all, postgresql-common (>= 148~), postgresql - Standards-Version: 3.9.6 + Standards-Version: 3.9.7 Homepage: http://postgis.net/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/postgis.git - Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git -b jessie-backports -Vcs-Git: https://anonscm.debian.org/git/pkg-grass/postgis.git ++Vcs-Git: https://anonscm.debian.org/git/pkg-grass/postgis.git -b jessie-backports Package: postgis Architecture: any diff --cc debian/control.in index fc32404,d5e003f..05a1fc3 --- a/debian/control.in +++ b/debian/control.in @@@ -13,10 -13,10 +13,10 @@@ Build-Depends: debhelper (>= 9), po-deb imagemagick, libcunit1-dev, dblatex, libxml2-dev (>= 2.5.0~), libgtk2.0-dev, libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~), postgresql-server-dev-all, postgresql-common (>= 148~), postgresql - Standards-Version: 3.9.6 + Standards-Version: 3.9.7 Homepage: http://postgis.net/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/postgis.git - Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git -b jessie-backports -Vcs-Git: https://anonscm.debian.org/git/pkg-grass/postgis.git ++Vcs-Git: https://anonscm.debian.org/git/pkg-grass/postgis.git -b jessie-backports Package: postgis Architecture: any -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

