[p4est] 05/06: split libsc into its own deb file

Matthias Maier tamiko-guest at moszumanska.debian.org
Thu Jul 14 12:55:05 UTC 2016


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

tamiko-guest pushed a commit to branch master
in repository p4est.

commit 320f92a0d65d832ae4a91f02d5b0b51908a58478
Author: Matthias Maier <tamiko+DEBIAN at kyomu.43-1.org>
Date:   Thu Jul 14 11:42:24 2016 +0000

    split libsc into its own deb file
---
 debian/control                 | 13 ++++++++++++-
 debian/libp4est-1.1.install    |  1 -
 debian/libp4est-sc-1.1.install |  1 +
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 99ae1fb..6e63369 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Package: libp4est-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libp4est-1.1 (= ${binary:Version})
+Depends: ${misc:Depends}, libp4est-1.1 (= ${binary:Version}), libp4est-sc-1.1 (= ${binary:Version})
 Description: Algorithms for Parallel Adaptive Mesh Refinement - development files
  The p4est software library enables the dynamic management of a collection of
  adaptive octrees, conveniently called a forest of octrees. p4est is designed to
@@ -32,3 +32,14 @@ Description: Algorithms for Parallel Adaptive Mesh Refinement - shared library
  work in parallel and scale to hundreds of thousands of processor cores.
  .
  This package contains the shared library.
+
+Package: libp4est-sc-1.1
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Algorithms for Parallel Adaptive Mesh Refinement - support library
+ The p4est software library enables the dynamic management of a collection of
+ adaptive octrees, conveniently called a forest of octrees. p4est is designed to
+ work in parallel and scale to hundreds of thousands of processor cores.
+ .
+ This package contains the support library.
diff --git a/debian/libp4est-1.1.install b/debian/libp4est-1.1.install
index 1e3cb28..2cd664b 100644
--- a/debian/libp4est-1.1.install
+++ b/debian/libp4est-1.1.install
@@ -1,2 +1 @@
 usr/lib/*/libp4est-*.so
-usr/lib/*/libsc-*.so
diff --git a/debian/libp4est-sc-1.1.install b/debian/libp4est-sc-1.1.install
new file mode 100644
index 0000000..0f1686e
--- /dev/null
+++ b/debian/libp4est-sc-1.1.install
@@ -0,0 +1 @@
+usr/lib/*/libsc-*.so

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



More information about the debian-science-commits mailing list