Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Re-enable SFCGAL support, FTBFS with CGAL 4.11 is fixed.
· 6e84c30b
Bas Couwenberg
authored
Apr 06, 2018
6e84c30b
Drop unnecessary get-orig-source target from rules file.
· c317a7e5
Bas Couwenberg
authored
Apr 11, 2018
c317a7e5
Bump Standards-Version to 4.1.4, changes: get-orig-source target.
· 830cbd80
Bas Couwenberg
authored
Apr 11, 2018
830cbd80
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
830cbd80
postgis (2.4.4+dfsg-2) UNRELEASED; urgency=medium
* Re-enable SFCGAL support, FTBFS with CGAL 4.11 is fixed.
* Drop unnecessary get-orig-source target from rules file.
* Bump Standards-Version to 4.1.4, changes: get-orig-source target.
-- Bas Couwenberg <sebastic@debian.org> Fri, 06 Apr 2018 16:39:56 +0200
postgis (2.4.4+dfsg-1) unstable; urgency=medium
* New upstream release.
...
...
debian/control
View file @
830cbd80
...
...
@@ -24,7 +24,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~),
po-debconf,
postgresql-all,
...
...
@@ -33,7 +33,7 @@ Build-Depends: autoconf2.13,
protobuf-c-compiler,
rdfind,
xsltproc
Standards-Version: 4.1.
3
Standards-Version: 4.1.
4
Vcs-Browser: https://salsa.debian.org/debian-gis-team/postgis
Vcs-Git: https://salsa.debian.org/debian-gis-team/postgis.git
Homepage: http://postgis.net/
...
...
debian/control.in
View file @
830cbd80
...
...
@@ -24,7 +24,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~),
po-debconf,
postgresql-all,
...
...
@@ -33,7 +33,7 @@ Build-Depends: autoconf2.13,
protobuf-c-compiler,
rdfind,
xsltproc
Standards-Version: 4.1.
3
Standards-Version: 4.1.
4
Vcs-Browser: https://salsa.debian.org/debian-gis-team/postgis
Vcs-Git: https://salsa.debian.org/debian-gis-team/postgis.git
Homepage: http://postgis.net/
...
...
debian/liblwgeom-2.4-0.symbols
View file @
830cbd80
...
...
@@ -2,11 +2,11 @@ liblwgeom-2.4.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
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
...
...
@@ -437,8 +437,8 @@ liblwgeom-2.4.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_snap@Base 2.0.0
...
...
debian/rules
View file @
830cbd80
...
...
@@ -315,7 +315,4 @@ override_dh_install-arch:
override_dh_makeshlibs
:
dh_makeshlibs
-Xusr
/lib/postgis
--
-v
$(
UPSTREAM_VERSION
)
get-orig-source
:
uscan
--verbose
--force-download
.PHONY
:
debian/control
debian/tests/test-extension-creation
View file @
830cbd80
...
...
@@ -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
...
...