Skip to content
Commits on Source (4)
sfcgal (1.3.7-2) UNRELEASED; urgency=medium
sfcgal (1.3.7-2) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
* Drop OpenSceneGraphs support, barely used.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Wed, 10 Jul 2019 19:19:23 +0200
-- Bas Couwenberg <sebastic@debian.org> Sun, 18 Aug 2019 07:57:14 +0200
sfcgal (1.3.7-1) unstable; urgency=medium
......
......@@ -10,8 +10,6 @@ Build-Depends: debhelper (>= 9.20160114),
libboost-all-dev,
libmpfr-dev,
libgmp-dev,
libopenscenegraph-dev,
libopenthreads-dev,
pkg-kde-tools,
chrpath
Standards-Version: 4.4.0
......@@ -37,29 +35,10 @@ Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations
.
This package provides the shared library.
Package: libsfcgal-osg1
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (OpenSceneGraph)
SFCGAL is a C++ wrapper library around CGAL with the aim of
supporting ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D
operations.
.
SFCGAL provides standard compliant geometry types and operations,
that can be accessed from its C or C++ APIs. PostGIS uses the C API,
to expose some SFCGAL's functions in spatial databases (cf. PostGIS
manual).
.
This package provides the shared library with OpenSceneGraph functions.
Package: libsfcgal-dev
Architecture: any
Section: libdevel
Depends: libsfcgal1 (= ${binary:Version}),
libsfcgal-osg1 (= ${binary:Version}),
libcgal-dev (>= 4.10.1),
${misc:Depends}
Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (development)
......
usr/lib/*/libSFCGAL-osg.so.*
# Source uses __FILE__ macro
file-references-package-build-path *
This diff is collapsed.
This diff is collapsed.
......@@ -28,8 +28,7 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DSFCGAL_BUILD_TESTS=ON \
-DSFCGAL_WITH_OSG=ON
-DSFCGAL_BUILD_TESTS=ON
override_dh_auto_test:
ifneq (,$(filter $(DEB_BUILD_ARCH),i386 alpha hurd-i386 kfreebsd-i386 riscv64 sparc64 x32))
......