[qhull] 01/01: Add libqhull-r7 package

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sat Nov 25 22:40:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

jspricke pushed a commit to branch master
in repository qhull.

commit c9016569f6961cb07b5a0ba7c3cb95260090986d
Author: Jochen Sprickerhof <jspricke at debian.org>
Date:   Sat Nov 25 23:07:59 2017 +0100

    Add libqhull-r7 package
    
    Close: #841168
---
 debian/.gitignore           |  1 +
 debian/control              | 14 ++++++++++++++
 debian/libqhull-dev.install |  2 ++
 debian/libqhull-r7.install  |  2 ++
 4 files changed, 19 insertions(+)

diff --git a/debian/.gitignore b/debian/.gitignore
index e9e2e9b..045f480 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -8,5 +8,6 @@
 /libqhull-dev/
 /libqhull-doc/
 /libqhull7/
+/libqhull-r7/
 /qhull-bin/
 /tmp/
diff --git a/debian/control b/debian/control
index 70fce80..f02161d 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,20 @@ Description: calculate convex hulls and related structures (shared library)
  .
  This package contains the shared C library.
 
+Package: libqhull-r7
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: calculate convex hulls and related structures (shared library)
+ Qhull computes convex hulls, Delaunay triangulations, halfspace
+ intersections about a point, Voronoi diagrams, furthest-site
+ Delaunay triangulations, and furthest-site Voronoi diagrams. It
+ runs in 2-d, 3-d, 4-d, and higher dimensions.
+ .
+ This package contains the reentrant version of the shared C library.
+
 Package: libqhull-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/libqhull-dev.install b/debian/libqhull-dev.install
index bb1ec73..af11adb 100755
--- a/debian/libqhull-dev.install
+++ b/debian/libqhull-dev.install
@@ -1,4 +1,6 @@
 #! /usr/bin/dh-exec
 usr/lib/libqhull.a /usr/lib/${DEB_HOST_MULTIARCH}/
 usr/lib/libqhull.so /usr/lib/${DEB_HOST_MULTIARCH}/
+usr/lib/libqhullstatic_r.a /usr/lib/${DEB_HOST_MULTIARCH}/
+usr/lib/libqhull_r.so /usr/lib/${DEB_HOST_MULTIARCH}/
 usr/include
diff --git a/debian/libqhull-r7.install b/debian/libqhull-r7.install
new file mode 100755
index 0000000..e5f28d2
--- /dev/null
+++ b/debian/libqhull-r7.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libqhull_r.so.* /usr/lib/${DEB_HOST_MULTIARCH}/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qhull.git



More information about the debian-science-commits mailing list