[plplot] 07/10: Split CSIRO package in to shlib packages

Ole Streicher olebole at moszumanska.debian.org
Sat Jul 15 13:10:06 UTC 2017


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

olebole pushed a commit to branch master
in repository plplot.

commit ae02872c1632b5cf25a695cdd6830c408dab1e9c
Author: Ole Streicher <olebole at debian.org>
Date:   Fri Jul 14 22:15:17 2017 +0200

    Split CSIRO package in to shlib packages
---
 debian/control              | 22 ++++++++++++++++------
 debian/libcsiro0.install    |  1 -
 debian/libcsirocsa0.install |  1 +
 debian/libcsironn0.install  |  1 +
 4 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index a45bf1d..31a4529 100644
--- a/debian/control
+++ b/debian/control
@@ -177,18 +177,28 @@ Description: Scientific plotting library (Java bindings)
  .
  This package contains the Java bindings for PLplot.
 
-Package: libcsiro0
+Package: libcsironn0
 Architecture: any
 Section: libs
 Multi-Arch: same
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Description: Scientific plotting library (CSIRO libraries)
- This package contains two libraries developed by Pavel Sakov, from the
- CSIRO Marine Research, used in geometry applications:
+Description: Scientific plotting library (CSIRO nn library)
+ This package contains the Natural Neighbours interpolation library
+ developed by Pavel Sakov, from the CSIRO Marine Research.
  .
-  * libcsirocsa: bivariate Cubic Spline Approximation library
-  * libcsironn: Natural Neighbours interpolation library
+ The source code for these libraries are part of the plplot source
+ package.
+
+Package: libcsirocsa0
+Architecture: any
+Section: libs
+Multi-Arch: same
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: Scientific plotting library (CSIRO csa library)
+ This package contains the bivariate Cubic Spline Approximation library
+ developed by Pavel Sakov, from the CSIRO Marine Research.
  .
  The source code for these libraries are part of the plplot source
  package.
diff --git a/debian/libcsiro0.install b/debian/libcsiro0.install
deleted file mode 100644
index f2d6c76..0000000
--- a/debian/libcsiro0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libcsiro*.so.*
diff --git a/debian/libcsirocsa0.install b/debian/libcsirocsa0.install
new file mode 100644
index 0000000..a8d3e3c
--- /dev/null
+++ b/debian/libcsirocsa0.install
@@ -0,0 +1 @@
+usr/lib/*/libcsirocsa*.so.*
diff --git a/debian/libcsironn0.install b/debian/libcsironn0.install
new file mode 100644
index 0000000..20144ca
--- /dev/null
+++ b/debian/libcsironn0.install
@@ -0,0 +1 @@
+usr/lib/*/libcsironn*.so.*

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



More information about the debian-science-commits mailing list