This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis.
commit cb958d3f029d15755a62346f30feca9272094baa Author: Bas Couwenberg <[email protected]> Date: Sun Jan 10 22:32:38 2016 +0100 Mark SFCGAL symbols as not available on armel. --- debian/changelog | 1 + debian/liblwgeom-2.2-5.symbols | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a67e91f..8e53138 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ postgis (2.2.1+dfsg-1~exp3) UNRELEASED; urgency=medium * Disable tests on arm64, powerpc, ppc64el & s390x. + * Mark SFCGAL symbols as not available on armel. -- Bas Couwenberg <[email protected]> Sun, 10 Jan 2016 01:38:42 +0100 diff --git a/debian/liblwgeom-2.2-5.symbols b/debian/liblwgeom-2.2-5.symbols index 0506f66..45f7ee7 100644 --- a/debian/liblwgeom-2.2-5.symbols +++ b/debian/liblwgeom-2.2-5.symbols @@ -2,11 +2,11 @@ liblwgeom-2.2.so.5 liblwgeom-2.2-5 #MINVER# GBOX2GEOS@Base 2.2.0 GEOS2LWGEOM@Base 2.0.0 LWGEOM2GEOS@Base 2.0.0 - LWGEOM2SFCGAL@Base 2.2.0 + (arch=!armel)LWGEOM2SFCGAL@Base 2.2.0 LWGEOM_GEOS_buildArea@Base 2.0.0 LWGEOM_GEOS_getPointN@Base 2.0.0 MULTITYPE@Base 2.1.5 - SFCGAL2LWGEOM@Base 2.2.0 + (arch=!armel)SFCGAL2LWGEOM@Base 2.2.0 UF_create@Base 2.2.0 UF_destroy@Base 2.2.0 UF_find@Base 2.2.0 @@ -423,8 +423,8 @@ liblwgeom-2.2.so.5 liblwgeom-2.2-5 #MINVER# lwgeom_set_geodetic@Base 2.0.0 lwgeom_set_handlers@Base 2.1.0 lwgeom_set_srid@Base 2.0.0 - lwgeom_sfcgal_noop@Base 2.2.0 - lwgeom_sfcgal_version@Base 2.2.0 + (arch=!armel)lwgeom_sfcgal_noop@Base 2.2.0 + (arch=!armel)lwgeom_sfcgal_version@Base 2.2.0 lwgeom_sharedpaths@Base 2.0.0 lwgeom_simplify@Base 2.0.0 lwgeom_snap@Base 2.0.0 -- 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

