Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Revert "Disable SFCGAL support again, FTBFS with Boost 1.67."
· a23913d5
Bas Couwenberg
authored
Nov 20, 2018
This reverts commit
400eb5d8
.
a23913d5
Set distribution to unstable.
· 90dba9ef
Bas Couwenberg
authored
Nov 22, 2018
90dba9ef
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
90dba9ef
postgis (2.5.1+dfsg-1)
UNRELEASED
; urgency=medium
postgis (2.5.1+dfsg-1)
unstable
; urgency=medium
* New upstream release.
* Add Build-Depends-Package field to symbols file.
* Disable SFCGAL support again, FTBFS with Boost 1.67.
-- Bas Couwenberg <sebastic@debian.org>
Mon, 19
Nov 2018 0
7:25
:5
5
+0100
-- Bas Couwenberg <sebastic@debian.org>
Thu, 22
Nov 2018 0
6:52
:5
2
+0100
postgis (2.5.0+dfsg-2) unstable; urgency=medium
...
...
debian/control
View file @
90dba9ef
...
...
@@ -25,7 +25,7 @@ Build-Depends: autoconf2.13,
libjson-c-dev | libjson0-dev (>= 0.9~),
libproj-dev (>= 4.6.0),
libprotobuf-c-dev,
#
libsfcgal-dev [!armel],
libsfcgal-dev [!armel],
libxml2-dev (>= 2.5.0~),
lsb-release,
po-debconf,
...
...
debian/control.in
View file @
90dba9ef
...
...
@@ -25,7 +25,7 @@ Build-Depends: autoconf2.13,
libjson-c-dev | libjson0-dev (>= 0.9~),
libproj-dev (>= 4.6.0),
libprotobuf-c-dev,
#
libsfcgal-dev [!armel],
libsfcgal-dev [!armel],
libxml2-dev (>= 2.5.0~),
lsb-release,
po-debconf,
...
...
debian/liblwgeom-2.5-0.symbols
View file @
90dba9ef
...
...
@@ -3,12 +3,12 @@ liblwgeom-2.5.so.0 #PACKAGE# #MINVER#
GBOX2GEOS@Base 2.2.0
GEOS2LWGEOM@Base 2.0.0
LWGEOM2GEOS@Base 2.0.0
#
(arch=!armel)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
LWGEOM_GEOS_makeValid@Base 2.5.0~beta1
MULTITYPE@Base 2.1.5
#
(arch=!armel)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
...
...
@@ -440,8 +440,8 @@ liblwgeom-2.5.so.0 #PACKAGE# #MINVER#
lwgeom_set_geodetic@Base 2.0.0
lwgeom_set_handlers@Base 2.1.0
lwgeom_set_srid@Base 2.0.0
#
(arch=!armel)lwgeom_sfcgal_noop@Base 2.2.0
#
(arch=!armel)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_simplify_in_place@Base 2.5.0~beta1
...
...
debian/tests/test-extension-creation
View file @
90dba9ef
...
...
@@ -5,7 +5,7 @@ set -eu
for
v
in
$(
pg_buildext supported-versions
)
;
do
pg_virtualenv
-v
$v
sh
-e
<<-
'
EOF
'
# test extension
for ext in postgis fuzzystrmatch postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do
for ext in postgis
postgis_sfcgal
fuzzystrmatch postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do
psql -eXc "CREATE EXTENSION
$ext
"
done
EOF
...
...