Source: sfcgal
Priority: optional
Section: science
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Sven Geggus <sven-debian@geggus.net>
Build-Depends: debhelper (>= 9), cmake,
    libcgal-dev, libboost-all-dev, libmpfr-dev, libgmp-dev,
    libopenscenegraph-dev, libopenthreads-dev, libpq-dev,
    libqt4-dev, libqt4-opengl-dev, pkg-kde-tools
Standards-Version: 3.9.6
Homepage: http://www.sfcgal.org/
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/sfcgal.git/
Vcs-Git: git://anonscm.debian.org/pkg-grass/sfcgal.git

Package: libsfcgal1
Pre-Depends: ${misc:Pre-Depends}
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (runtime part)
 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 part is the runtime package of the library.

Package: libsfcgal-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsfcgal1 (= ${binary:Version}), ${misc:Depends}
Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (dev part)
 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 is the development package of the library.

Package: sfcgal-bin
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Simple viewer for SFCGAL library
 viewer-SFCGAL is a  basic 3D viewer based on OpenSceneGraph.
 .
 A screencast available on the SFCGAL homepage:
 http://oslandia.github.io/SFCGAL/screencast.html
 shows how it can be used to make it interact with a PostGIS
 database.
