[sfcgal] 07/11: Add binary package for OpenSceneGraph specific library.
Bas Couwenberg
sebastic at debian.org
Mon May 29 11:27:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository sfcgal.
commit 43a7f2c213b37c6de386d1e7b2594b3ee7391bdc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon May 29 10:43:00 2017 +0200
Add binary package for OpenSceneGraph specific library.
---
debian/changelog | 1 +
debian/control | 36 ++++++++++++++++++++++++++++--------
debian/libsfcgal-osg1.install | 1 +
debian/libsfcgal1.install | 2 +-
4 files changed, 31 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aabf367..0f0e821 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sfcgal (1.3.1-1) UNRELEASED; urgency=medium
* New upstream release.
* Drop openscenegraph.patch, applied upstream.
* Add SFCGAL_WITH_OSG to CMake options.
+ * Add binary package for OpenSceneGraph specific library.
-- Bas Couwenberg <sebastic at debian.org> Mon, 29 May 2017 10:34:03 +0200
diff --git a/debian/control b/debian/control
index 1cc0b16..19081d2 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ 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 (runtime part)
+Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations
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.
@@ -33,16 +33,35 @@ Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (runti
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).
+ manual).
.
- This part is the runtime package of the library.
+ 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}),
${misc:Depends}
-Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (dev part)
+Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (development)
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.
@@ -50,15 +69,16 @@ Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (dev p
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).
+ manual).
.
- This is the development package of the library.
+ This package provides the development files.
Package: sfcgal-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libsfcgal1 (= ${binary:Version}),
+ libsfcgal-osg1 (= ${binary:Version}),
${misc:Depends}
Description: Debug symbols for SFCGAL
SFCGAL is a C++ wrapper library around CGAL with the aim of
@@ -68,6 +88,6 @@ Description: Debug symbols for SFCGAL
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).
+ manual).
.
- This provides debug symbols for SFCGAL.
+ This package provides debug symbols for SFCGAL.
diff --git a/debian/libsfcgal-osg1.install b/debian/libsfcgal-osg1.install
new file mode 100644
index 0000000..6955343
--- /dev/null
+++ b/debian/libsfcgal-osg1.install
@@ -0,0 +1 @@
+usr/lib/*/libSFCGAL-osg.so.*
diff --git a/debian/libsfcgal1.install b/debian/libsfcgal1.install
index 3ddde58..b7dfc3b 100644
--- a/debian/libsfcgal1.install
+++ b/debian/libsfcgal1.install
@@ -1 +1 @@
-usr/lib/*/lib*.so.*
+usr/lib/*/libSFCGAL.so.*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git
More information about the Pkg-grass-devel
mailing list