[Pkg-ofed-commits] [opensm] 01/01: Split libosmcomp3 and libosmvendor4 into separated packages. (Closes: #769742)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sun Nov 23 14:59:39 UTC 2014


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

ana pushed a commit to branch master
in repository opensm.

commit 3cb7628f15fc39cb1e338793b15afc55b4b36369
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Sun Nov 23 15:18:15 2014 +0100

    Split libosmcomp3 and libosmvendor4 into separated packages. (Closes: #769742)
---
 debian/changelog             |  8 ++++++++
 debian/control               | 32 +++++++++++++++++++++++++++-----
 debian/libopensm5.install    |  2 +-
 debian/libosmcomp3.install   |  1 +
 debian/libosmvendor4.install |  1 +
 5 files changed, 38 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3e4ef7a..18f491f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+opensm (3.3.18-2) unstable; urgency=medium
+
+  * Split libosmcomp3 and libosmvendor4 into separated packages.
+    (Closes: #769742)
+  * Small updates in the descriptions after the package split.
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 23 Nov 2014 15:13:14 +0100
+
 opensm (3.3.18-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 2c6e7d5..9b46206 100644
--- a/debian/control
+++ b/debian/control
@@ -36,18 +36,16 @@ Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: libopensm2, libopensm4
 Replaces: libopensm2, libopensm4
-Description: InfiniBand subnet manager libraries
+Description: InfiniBand subnet manager library
  OpenSM provides an implementation of an InfiniBand Subnet Manager (SM) and
  Administrator (SA). One Subnet Manager is required to run on each InfiniBand
  subnet in order to initialize the InfiniBand hardware.
- .
- This package contains shared libraries that are part of the opensm package
- but are also used by other applications.
 
 Package: libopensm-dev
 Section: libdevel
 Architecture: linux-any
-Depends: libopensm5 (= ${binary:Version}), ${misc:Depends}
+Depends: libopensm5 (= ${binary:Version}), ${misc:Depends},
+         libosmcomp3 (= ${binary:Version}), libosmvendor4 (= ${binary:Version})
 Conflicts: libopensm2-dev
 Replaces: libopensm2-dev
 Description: Header files for compiling against libopensm
@@ -57,3 +55,27 @@ Description: Header files for compiling against libopensm
  .
  This package contains the header files for compiling applications
  against libopensm.
+
+Package: libosmcomp3
+Architecture: linux-any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libopensm5 (<< 3.3.18-2~)
+Replaces: libopensm5 (<< 3.3.18-2~)
+Description: InfiniBand subnet manager - component library
+ OpenSM provides an implementation of an InfiniBand Subnet Manager (SM) and
+ Administrator (SA). One Subnet Manager is required to run on each InfiniBand
+ subnet in order to initialize the InfiniBand hardware.
+
+
+Package: libosmvendor4
+Architecture: linux-any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libopensm5 (<< 3.3.18-2~)
+Replaces: libopensm5 (<< 3.3.18-2~)
+Description: InfiniBand subnet manager - vendor library
+ OpenSM provides an implementation of an InfiniBand Subnet Manager (SM) and
+ Administrator (SA). One Subnet Manager is required to run on each InfiniBand
+ subnet in order to initialize the InfiniBand hardware.
+
diff --git a/debian/libopensm5.install b/debian/libopensm5.install
index 3ddde58..5c09bbe 100644
--- a/debian/libopensm5.install
+++ b/debian/libopensm5.install
@@ -1 +1 @@
-usr/lib/*/lib*.so.*
+usr/lib/*/libopensm*.so.*
diff --git a/debian/libosmcomp3.install b/debian/libosmcomp3.install
new file mode 100644
index 0000000..9adef24
--- /dev/null
+++ b/debian/libosmcomp3.install
@@ -0,0 +1 @@
+usr/lib/*/libosmcomp*.so.*
diff --git a/debian/libosmvendor4.install b/debian/libosmvendor4.install
new file mode 100644
index 0000000..bab279e
--- /dev/null
+++ b/debian/libosmvendor4.install
@@ -0,0 +1 @@
+usr/lib/*/libosmvendor*.so.*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/opensm.git



More information about the Pkg-ofed-commits mailing list