Your message dated Sat, 6 Dec 2014 15:16:09 +0100
with message-id <20141206141608.gb18...@ugent.be>
and subject line Re: Bug#770712: pre-approval for unblock opensm/3.3.18-2
has caused the Debian Bug report #770712,
regarding pre-approval for unblock opensm/3.3.18-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
770712: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Hi,

I intend to upload a new version of opensm to address #769742
with the attached changes. If it's all OK, the package will
go to NEW and once it's accepted in the archice, ibutils and
infiniband-diags will need a binNMU.

Thanks,
Ana
diff -Nru opensm-3.3.18/debian/changelog opensm-3.3.18/debian/changelog
--- opensm-3.3.18/debian/changelog	2014-08-01 15:46:33.000000000 +0200
+++ opensm-3.3.18/debian/changelog	2014-11-23 15:13:17.000000000 +0100
@@ -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 <a...@debian.org>  Sun, 23 Nov 2014 15:13:14 +0100
+
 opensm (3.3.18-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru opensm-3.3.18/debian/control opensm-3.3.18/debian/control
--- opensm-3.3.18/debian/control	2014-08-01 14:36:50.000000000 +0200
+++ opensm-3.3.18/debian/control	2014-11-22 16:22:58.000000000 +0100
@@ -36,18 +36,16 @@
 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 @@
  .
  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 -Nru opensm-3.3.18/debian/libopensm5.install opensm-3.3.18/debian/libopensm5.install
--- opensm-3.3.18/debian/libopensm5.install	2014-08-01 14:36:50.000000000 +0200
+++ opensm-3.3.18/debian/libopensm5.install	2014-11-22 14:31:26.000000000 +0100
@@ -1 +1 @@
-usr/lib/*/lib*.so.*
+usr/lib/*/libopensm*.so.*
diff -Nru opensm-3.3.18/debian/libosmcomp3.install opensm-3.3.18/debian/libosmcomp3.install
--- opensm-3.3.18/debian/libosmcomp3.install	1970-01-01 01:00:00.000000000 +0100
+++ opensm-3.3.18/debian/libosmcomp3.install	2014-11-22 14:32:48.000000000 +0100
@@ -0,0 +1 @@
+usr/lib/*/libosmcomp*.so.*
diff -Nru opensm-3.3.18/debian/libosmvendor4.install opensm-3.3.18/debian/libosmvendor4.install
--- opensm-3.3.18/debian/libosmvendor4.install	1970-01-01 01:00:00.000000000 +0100
+++ opensm-3.3.18/debian/libosmvendor4.install	2014-11-22 14:34:05.000000000 +0100
@@ -0,0 +1 @@
+usr/lib/*/libosmvendor*.so.*

--- End Message ---
--- Begin Message ---
Hi,

On Sat, Dec 06, 2014 at 02:39:12PM +0100, Ana Guerrero Lopez wrote:
> I also renamed libopensm5 and uploaded the package. It was already processed
> in NEW and the binNMUs for ibutils and infinibands-diags were already taken 
> care of.
> Attached is the final debdiff.

It looks like the transition is done:

https://release.debian.org/transitions/html/opensm.html

The old libopensm5 binaries still need to be removed from unstable, but they
are in the cruft report, so that should happen eventually.

I unblocked the new version.

Cheers,

Ivo

--- End Message ---

Reply via email to