Your message dated Sat, 02 Mar 2024 11:24:11 +0000
with message-id <[email protected]>
and subject line Bug#1062832: fixed in opencascade 7.6.3+dfsg1-7.1
has caused the Debian Bug report #1062832,
regarding opencascade: NMU diff for 64-bit time_t transition
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 [email protected]
immediately.)


-- 
1062832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062832
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: opencascade
Version: 7.6.3+dfsg1-7
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
opencascade as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for opencascade
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru opencascade-7.6.3+dfsg1/debian/changelog 
opencascade-7.6.3+dfsg1/debian/changelog
--- opencascade-7.6.3+dfsg1/debian/changelog    2023-05-23 04:45:56.000000000 
-0300
+++ opencascade-7.6.3+dfsg1/debian/changelog    2024-02-03 15:42:50.000000000 
-0300
@@ -1,3 +1,10 @@
+opencascade (7.6.3+dfsg1-7.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <[email protected]>  Sat, 03 Feb 2024 15:42:50 -0300
+
 opencascade (7.6.3+dfsg1-7) unstable; urgency=medium
 
   * Update broken symlink /usr/bin/occt-draw to new version
diff -Nru opencascade-7.6.3+dfsg1/debian/control 
opencascade-7.6.3+dfsg1/debian/control
--- opencascade-7.6.3+dfsg1/debian/control      2023-05-14 06:02:22.000000000 
-0300
+++ opencascade-7.6.3+dfsg1/debian/control      2024-02-03 15:42:50.000000000 
-0300
@@ -27,16 +27,17 @@
 Homepage: https://www.opencascade.com/
 Rules-Requires-Root: no
 
-Package: libocct-foundation-7.6
+Package: libocct-foundation-7.6t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: libocct-foundation-7.4,
+Breaks: libocct-foundation-7.6 (<< ${source:Version}), libocct-foundation-7.4,
         libocct-foundation-7.5,
-Replaces: libocct-foundation-7.4,
+Replaces: libocct-foundation-7.6, libocct-foundation-7.4,
           libocct-foundation-7.5,
 Description: OCCT module underlying all other OCCT classes
  Open CASCADE Technology is a suite for 3D surface and solid modeling,
@@ -56,8 +57,8 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libocct-foundation-7.6 (<< ${binary:Version}+1~),
-         libocct-foundation-7.6 (>= ${binary:Version}),
+Depends: libocct-foundation-7.6t64 (<< ${binary:Version}+1~),
+         libocct-foundation-7.6t64 (>= ${binary:Version}),
          ${misc:Depends}
 Conflicts: liboce-foundation-dev
 Breaks: occt-misc (<< 7.6.3+dfsg1-4~)
@@ -71,16 +72,17 @@
  This package contains the headers and symlinks for libraries shipped by
  libocct-foundation.
 
-Package: libocct-modeling-data-7.6
+Package: libocct-modeling-data-7.6t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: libocct-modeling-data-7.4,
+Breaks: libocct-modeling-data-7.6 (<< ${source:Version}), 
libocct-modeling-data-7.4,
         libocct-modeling-data-7.5,
-Replaces: libocct-modeling-data-7.4,
+Replaces: libocct-modeling-data-7.6, libocct-modeling-data-7.4,
           libocct-modeling-data-7.5,
 Description: Open CASCADE Technology 2D/3D geometric primitives data structures
  Open CASCADE Technology is a suite for 3D surface and solid modeling,
@@ -99,8 +101,8 @@
 Section: libdevel
 Depends: libocct-foundation-dev (<< ${binary:Version}+1~),
          libocct-foundation-dev (>= ${binary:Version}),
-         libocct-modeling-data-7.6 (<< ${binary:Version}+1~),
-         libocct-modeling-data-7.6 (>= ${binary:Version}),
+         libocct-modeling-data-7.6t64 (<< ${binary:Version}+1~),
+         libocct-modeling-data-7.6t64 (>= ${binary:Version}),
          ${misc:Depends}
 Conflicts: liboce-modeling-dev
 Replaces: liboce-modeling-dev
@@ -113,16 +115,17 @@
  This package contains the headers and symlinks for libraries shipped by
  libocct-modeling-data.
 
-Package: libocct-modeling-algorithms-7.6
+Package: libocct-modeling-algorithms-7.6t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: libocct-modeling-algorithms-7.4,
+Breaks: libocct-modeling-algorithms-7.6 (<< ${source:Version}), 
libocct-modeling-algorithms-7.4,
         libocct-modeling-algorithms-7.5,
-Replaces: libocct-modeling-algorithms-7.4,
+Replaces: libocct-modeling-algorithms-7.6, libocct-modeling-algorithms-7.4,
           libocct-modeling-algorithms-7.5,
 Description: Open CASCADE Technology geometrical & topological algorithms 
module
  Open CASCADE Technology is a suite for 3D surface and solid modeling,
@@ -140,8 +143,8 @@
 Section: libdevel
 Depends: libocct-foundation-dev (<< ${binary:Version}+1~),
          libocct-foundation-dev (>= ${binary:Version}),
-         libocct-modeling-algorithms-7.6 (<< ${binary:Version}+1~),
-         libocct-modeling-algorithms-7.6 (>= ${binary:Version}),
+         libocct-modeling-algorithms-7.6t64 (<< ${binary:Version}+1~),
+         libocct-modeling-algorithms-7.6t64 (>= ${binary:Version}),
          ${misc:Depends}
 Conflicts: liboce-modeling-dev
 Replaces: liboce-modeling-dev
@@ -154,7 +157,8 @@
  This package contains the headers and symlinks for libraries shipped by
  libocct-modeling-algorithms.
 
-Package: libocct-visualization-7.6
+Package: libocct-visualization-7.6t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -162,9 +166,9 @@
          ${shlibs:Depends},
          occt-misc (= ${source:Version})
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: libocct-visualization-7.4,
+Breaks: libocct-visualization-7.6 (<< ${source:Version}), 
libocct-visualization-7.4,
         libocct-visualization-7.5,
-Replaces: libocct-visualization-7.4,
+Replaces: libocct-visualization-7.6, libocct-visualization-7.4,
           libocct-visualization-7.5,
 Description: Open CASCADE Technology graphical data visualization module
  Open CASCADE Technology is a suite for 3D surface and solid modeling,
@@ -193,8 +197,8 @@
          libocct-modeling-data-dev (>= ${binary:Version}),
          libocct-ocaf-dev (<< ${binary:Version}+1~),
          libocct-ocaf-dev (>= ${binary:Version}),
-         libocct-visualization-7.6 (<< ${binary:Version}+1~),
-         libocct-visualization-7.6 (>= ${binary:Version}),
+         libocct-visualization-7.6t64 (<< ${binary:Version}+1~),
+         libocct-visualization-7.6t64 (>= ${binary:Version}),
          libx11-dev,
          libxext-dev,
          libxmu-dev,
@@ -210,16 +214,17 @@
  This package contains the headers and symlinks for libraries shipped by
  libocct-visualization.
 
-Package: libocct-ocaf-7.6
+Package: libocct-ocaf-7.6t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: libocct-ocaf-7.4,
+Breaks: libocct-ocaf-7.6 (<< ${source:Version}), libocct-ocaf-7.4,
         libocct-ocaf-7.5,
-Replaces: libocct-ocaf-7.4,
+Replaces: libocct-ocaf-7.6, libocct-ocaf-7.4,
           libocct-ocaf-7.5,
 Description: Open CASCADE Technology application-specific data and 
functionality
  Open CASCADE Technology is a suite for 3D surface and solid modeling,
@@ -244,10 +249,10 @@
          libocct-modeling-algorithms-dev (>= ${binary:Version}),
          libocct-modeling-data-dev (<< ${binary:Version}+1~),
          libocct-modeling-data-dev (>= ${binary:Version}),
-         libocct-ocaf-7.6 (<< ${binary:Version}+1~),
-         libocct-ocaf-7.6 (>= ${binary:Version}),
-         libocct-visualization-7.6 (<< ${binary:Version}+1~),
-         libocct-visualization-7.6 (>= ${binary:Version}),
+         libocct-ocaf-7.6t64 (<< ${binary:Version}+1~),
+         libocct-ocaf-7.6t64 (>= ${binary:Version}),
+         libocct-visualization-7.6t64 (<< ${binary:Version}+1~),
+         libocct-visualization-7.6t64 (>= ${binary:Version}),
          ${misc:Depends}
 Conflicts: liboce-ocaf-dev,
            liboce-ocaf-lite-dev
@@ -262,16 +267,17 @@
  This package contains the headers and symlinks for libraries shipped by
  libocct-ocaf.
 
-Package: libocct-data-exchange-7.6
+Package: libocct-data-exchange-7.6t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: libocct-data-exchange-7.4,
+Breaks: libocct-data-exchange-7.6 (<< ${source:Version}), 
libocct-data-exchange-7.4,
         libocct-data-exchange-7.5,
-Replaces: libocct-data-exchange-7.4,
+Replaces: libocct-data-exchange-7.6, libocct-data-exchange-7.4,
           libocct-data-exchange-7.5,
 Description: Open CASCADE Technology module for CAD data format 
interoperability
  Open CASCADE Technology is a suite for 3D surface and solid modeling,
@@ -289,8 +295,8 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libocct-data-exchange-7.6 (<< ${binary:Version}+1~),
-         libocct-data-exchange-7.6 (>= ${binary:Version}),
+Depends: libocct-data-exchange-7.6t64 (<< ${binary:Version}+1~),
+         libocct-data-exchange-7.6t64 (>= ${binary:Version}),
          libocct-foundation-dev (<< ${binary:Version}+1~),
          libocct-foundation-dev (>= ${binary:Version}),
          libocct-modeling-algorithms-dev (<< ${binary:Version}+1~),
@@ -317,16 +323,17 @@
  This package contains the headers and symlinks for libraries shipped by
  libocct-data-exchange.
 
-Package: libocct-draw-7.6
+Package: libocct-draw-7.6t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: libocct-draw-7.4,
+Breaks: libocct-draw-7.6 (<< ${source:Version}), libocct-draw-7.4,
         libocct-draw-7.5,
-Replaces: libocct-draw-7.4,
+Replaces: libocct-draw-7.6, libocct-draw-7.4,
           libocct-draw-7.5,
 Description: Open CASCADE Technology command interpreter & graphical test 
library
  Open CASCADE Technology is a suite for 3D surface and solid modeling,
@@ -344,8 +351,8 @@
 Multi-Arch: same
 Section: libdevel
 Depends: libfreetype-dev,
-         libocct-draw-7.6 (<< ${binary:Version}+1~),
-         libocct-draw-7.6 (>= ${binary:Version}),
+         libocct-draw-7.6t64 (<< ${binary:Version}+1~),
+         libocct-draw-7.6t64 (>= ${binary:Version}),
          libx11-dev,
          tcl8.6-dev,
          tk8.6-dev,
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6.install 
opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6.install
--- opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6.install    
2022-10-19 07:28:19.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6.install    
1969-12-31 21:00:00.000000000 -0300
@@ -1,14 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libTKBinXCAF.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKIGES.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKRWMesh.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKSTEP.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKSTEP209.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKSTEPAttr.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKSTEPBase.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKSTL.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKVRML.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXCAF.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXDEIGES.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXDESTEP.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXSBase.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXmlXCAF.so.*
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6.lintian-overrides
--- opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6.lintian-overrides  
2022-08-02 10:06:03.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6.lintian-overrides  
1969-12-31 21:00:00.000000000 -0300
@@ -1,6 +0,0 @@
-# this package contains a bunch of libraries and can thus not be named properly
-package-name-doesnt-match-sonames
-# symbols control files are not sustainable.
-no-symbols-control-file
-# This is lintian bug #966295
-libocct-data-exchange-7.6: bogus-mail-host-in-debian-changelog Adam C. Powell, 
IV <[email protected]>
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6t64.install 
opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6t64.install
--- opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6t64.install 
1969-12-31 21:00:00.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6t64.install 
2022-10-19 07:28:19.000000000 -0300
@@ -0,0 +1,14 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libTKBinXCAF.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKIGES.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKRWMesh.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKSTEP.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKSTEP209.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKSTEPAttr.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKSTEPBase.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKSTL.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKVRML.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXCAF.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXDEIGES.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXDESTEP.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXSBase.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXmlXCAF.so.*
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6t64.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6t64.lintian-overrides
--- 
opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6t64.lintian-overrides   
    1969-12-31 21:00:00.000000000 -0300
+++ 
opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6t64.lintian-overrides   
    2024-02-03 15:42:50.000000000 -0300
@@ -0,0 +1,7 @@
+# this package contains a bunch of libraries and can thus not be named properly
+package-name-doesnt-match-sonames
+# symbols control files are not sustainable.
+no-symbols-control-file
+# This is lintian bug #966295
+libocct-data-exchange-7.6t64: bogus-mail-host-in-debian-changelog Adam C. 
Powell, IV <[email protected]>
+libocct-data-exchange-7.6t64: package-name-doesnt-match-sonames 
libocct-data-exchange-7.6
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6.install 
opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6.install
--- opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6.install     2022-10-19 
07:28:19.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6.install     1969-12-31 
21:00:00.000000000 -0300
@@ -1,8 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libTKDCAF.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKDraw.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKQADraw.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKTObjDRAW.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKTopTest.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKViewerTest.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXDEDRAW.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXSDRAW.so.*
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6.lintian-overrides
--- opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6.lintian-overrides   
2022-08-02 10:06:03.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6.lintian-overrides   
1969-12-31 21:00:00.000000000 -0300
@@ -1,6 +0,0 @@
-# this package contains a bunch of libraries and can thus not be named properly
-package-name-doesnt-match-sonames
-# symbols control files are not sustainable.
-no-symbols-control-file
-# This is lintian bug #966295
-libocct-draw-7.6: bogus-mail-host-in-debian-changelog Adam C. Powell, IV 
<[email protected]>
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6t64.install 
opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6t64.install
--- opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6t64.install  1969-12-31 
21:00:00.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6t64.install  2022-10-19 
07:28:19.000000000 -0300
@@ -0,0 +1,8 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libTKDCAF.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKDraw.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKQADraw.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKTObjDRAW.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKTopTest.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKViewerTest.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXDEDRAW.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXSDRAW.so.*
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6t64.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6t64.lintian-overrides
--- opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6t64.lintian-overrides        
1969-12-31 21:00:00.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6t64.lintian-overrides        
2024-02-03 15:42:50.000000000 -0300
@@ -0,0 +1,7 @@
+# this package contains a bunch of libraries and can thus not be named properly
+package-name-doesnt-match-sonames
+# symbols control files are not sustainable.
+no-symbols-control-file
+# This is lintian bug #966295
+libocct-draw-7.6t64: bogus-mail-host-in-debian-changelog Adam C. Powell, IV 
<[email protected]>
+libocct-draw-7.6t64: package-name-doesnt-match-sonames libocct-draw-7.6
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6.install 
opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6.install
--- opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6.install       
2022-10-19 07:28:19.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6.install       
1969-12-31 21:00:00.000000000 -0300
@@ -1,2 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libTKMath.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKernel.so.*
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6.lintian-overrides
--- opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6.lintian-overrides     
2022-08-02 10:06:03.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6.lintian-overrides     
1969-12-31 21:00:00.000000000 -0300
@@ -1,9 +0,0 @@
-# this package contains a bunch of libraries and can thus not be named properly
-package-name-doesnt-match-sonames
-
-# false positive lack of hardening detected
-hardening-no-fortify-functions
-# symbols control files are not sustainable.
-no-symbols-control-file
-# This is lintian bug #966295
-libocct-foundation-7.6: bogus-mail-host-in-debian-changelog Adam C. Powell, IV 
<[email protected]>
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6t64.install 
opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6t64.install
--- opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6t64.install    
1969-12-31 21:00:00.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6t64.install    
2022-10-19 07:28:19.000000000 -0300
@@ -0,0 +1,2 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libTKMath.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKernel.so.*
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6t64.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6t64.lintian-overrides
--- opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6t64.lintian-overrides  
1969-12-31 21:00:00.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6t64.lintian-overrides  
2024-02-03 15:42:50.000000000 -0300
@@ -0,0 +1,10 @@
+# this package contains a bunch of libraries and can thus not be named properly
+package-name-doesnt-match-sonames
+
+# false positive lack of hardening detected
+hardening-no-fortify-functions
+# symbols control files are not sustainable.
+no-symbols-control-file
+# This is lintian bug #966295
+libocct-foundation-7.6t64: bogus-mail-host-in-debian-changelog Adam C. Powell, 
IV <[email protected]>
+libocct-foundation-7.6t64: package-name-doesnt-match-sonames 
libocct-foundation-7.6
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6.install 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6.install
--- opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6.install      
2022-10-19 07:28:19.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6.install      
1969-12-31 21:00:00.000000000 -0300
@@ -1,12 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libTKBO.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKBool.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKFeat.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKFillet.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKGeomAlgo.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKHLR.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKMesh.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKOffset.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKPrim.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKShHealing.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKTopAlgo.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXMesh.so.*
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6.lintian-overrides
 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6.lintian-overrides
--- 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6.lintian-overrides
    2022-08-02 10:06:03.000000000 -0300
+++ 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6.lintian-overrides
    1969-12-31 21:00:00.000000000 -0300
@@ -1,6 +0,0 @@
-# this package contains a bunch of libraries and can thus not be named properly
-package-name-doesnt-match-sonames
-# symbols control files are not sustainable.
-no-symbols-control-file
-# This is lintian bug #966295
-libocct-modeling-algorithms-7.6: bogus-mail-host-in-debian-changelog Adam C. 
Powell, IV <[email protected]>
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6t64.install 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6t64.install
--- opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6t64.install   
1969-12-31 21:00:00.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6t64.install   
2022-10-19 07:28:19.000000000 -0300
@@ -0,0 +1,12 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libTKBO.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKBool.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKFeat.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKFillet.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKGeomAlgo.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKHLR.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKMesh.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKOffset.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKPrim.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKShHealing.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKTopAlgo.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXMesh.so.*
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6t64.lintian-overrides
 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6t64.lintian-overrides
--- 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6t64.lintian-overrides
 1969-12-31 21:00:00.000000000 -0300
+++ 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6t64.lintian-overrides
 2024-02-03 15:42:50.000000000 -0300
@@ -0,0 +1,7 @@
+# this package contains a bunch of libraries and can thus not be named properly
+package-name-doesnt-match-sonames
+# symbols control files are not sustainable.
+no-symbols-control-file
+# This is lintian bug #966295
+libocct-modeling-algorithms-7.6t64: bogus-mail-host-in-debian-changelog Adam 
C. Powell, IV <[email protected]>
+libocct-modeling-algorithms-7.6t64: package-name-doesnt-match-sonames 
libocct-modeling-algorithms-7.6
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6.install 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6.install
--- opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6.install    
2022-10-19 07:28:19.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6.install    
1969-12-31 21:00:00.000000000 -0300
@@ -1,4 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libTKBRep.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKG2d.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKG3d.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKGeomBase.so.*
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6.lintian-overrides
--- opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6.lintian-overrides  
2022-08-02 10:06:03.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6.lintian-overrides  
1969-12-31 21:00:00.000000000 -0300
@@ -1,6 +0,0 @@
-# this package contains a bunch of libraries and can thus not be named properly
-package-name-doesnt-match-sonames
-# symbols control files are not sustainable.
-no-symbols-control-file
-# This is lintian bug #966295
-libocct-modeling-data-7.6: bogus-mail-host-in-debian-changelog Adam C. Powell, 
IV <[email protected]>
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6t64.install 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6t64.install
--- opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6t64.install 
1969-12-31 21:00:00.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6t64.install 
2022-10-19 07:28:19.000000000 -0300
@@ -0,0 +1,4 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libTKBRep.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKG2d.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKG3d.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKGeomBase.so.*
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6t64.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6t64.lintian-overrides
--- 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6t64.lintian-overrides   
    1969-12-31 21:00:00.000000000 -0300
+++ 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6t64.lintian-overrides   
    2024-02-03 15:42:50.000000000 -0300
@@ -0,0 +1,7 @@
+# this package contains a bunch of libraries and can thus not be named properly
+package-name-doesnt-match-sonames
+# symbols control files are not sustainable.
+no-symbols-control-file
+# This is lintian bug #966295
+libocct-modeling-data-7.6t64: bogus-mail-host-in-debian-changelog Adam C. 
Powell, IV <[email protected]>
+libocct-modeling-data-7.6t64: package-name-doesnt-match-sonames 
libocct-modeling-data-7.6
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6.install 
opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6.install
--- opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6.install     2022-10-19 
07:28:19.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6.install     1969-12-31 
21:00:00.000000000 -0300
@@ -1,13 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libTKBin.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKBinL.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKBinTObj.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKCAF.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKCDF.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKLCAF.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKStd.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKStdL.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKTObj.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKVCAF.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXml.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXmlL.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKXmlTObj.so.*
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6.lintian-overrides
--- opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6.lintian-overrides   
2022-08-02 10:06:03.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6.lintian-overrides   
1969-12-31 21:00:00.000000000 -0300
@@ -1,9 +0,0 @@
-# this package contains a bunch of libraries and can thus not be named properly
-package-name-doesnt-match-sonames
-
-# false positive lack of hardening detected
-hardening-no-fortify-functions
-# symbols control files are not sustainable.
-no-symbols-control-file
-# This is lintian bug #966295
-libocct-ocaf-7.6: bogus-mail-host-in-debian-changelog Adam C. Powell, IV 
<[email protected]>
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6t64.install 
opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6t64.install
--- opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6t64.install  1969-12-31 
21:00:00.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6t64.install  2022-10-19 
07:28:19.000000000 -0300
@@ -0,0 +1,13 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libTKBin.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKBinL.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKBinTObj.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKCAF.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKCDF.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKLCAF.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKStd.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKStdL.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKTObj.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKVCAF.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXml.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXmlL.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKXmlTObj.so.*
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6t64.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6t64.lintian-overrides
--- opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6t64.lintian-overrides        
1969-12-31 21:00:00.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6t64.lintian-overrides        
2024-02-03 15:42:50.000000000 -0300
@@ -0,0 +1,10 @@
+# this package contains a bunch of libraries and can thus not be named properly
+package-name-doesnt-match-sonames
+
+# false positive lack of hardening detected
+hardening-no-fortify-functions
+# symbols control files are not sustainable.
+no-symbols-control-file
+# This is lintian bug #966295
+libocct-ocaf-7.6t64: bogus-mail-host-in-debian-changelog Adam C. Powell, IV 
<[email protected]>
+libocct-ocaf-7.6t64: package-name-doesnt-match-sonames libocct-ocaf-7.6
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6.install 
opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6.install
--- opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6.install    
2022-10-19 07:28:19.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6.install    
1969-12-31 21:00:00.000000000 -0300
@@ -1,4 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libTKMeshVS.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKOpenGl*.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKService.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/libTKV3d.so.*
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6.lintian-overrides
--- opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6.lintian-overrides  
2022-08-02 10:06:03.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6.lintian-overrides  
1969-12-31 21:00:00.000000000 -0300
@@ -1,6 +0,0 @@
-# this package contains a bunch of libraries and can thus not be named properly
-package-name-doesnt-match-sonames
-# symbols control files are not sustainable.
-no-symbols-control-file
-# This is lintian bug #966295
-libocct-visualization-7.6: bogus-mail-host-in-debian-changelog Adam C. Powell, 
IV <[email protected]>
diff -Nru opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6t64.install 
opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6t64.install
--- opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6t64.install 
1969-12-31 21:00:00.000000000 -0300
+++ opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6t64.install 
2022-10-19 07:28:19.000000000 -0300
@@ -0,0 +1,4 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libTKMeshVS.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKOpenGl*.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKService.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libTKV3d.so.*
diff -Nru 
opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6t64.lintian-overrides 
opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6t64.lintian-overrides
--- 
opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6t64.lintian-overrides   
    1969-12-31 21:00:00.000000000 -0300
+++ 
opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6t64.lintian-overrides   
    2024-02-03 15:42:50.000000000 -0300
@@ -0,0 +1,7 @@
+# this package contains a bunch of libraries and can thus not be named properly
+package-name-doesnt-match-sonames
+# symbols control files are not sustainable.
+no-symbols-control-file
+# This is lintian bug #966295
+libocct-visualization-7.6t64: bogus-mail-host-in-debian-changelog Adam C. 
Powell, IV <[email protected]>
+libocct-visualization-7.6t64: package-name-doesnt-match-sonames 
libocct-visualization-7.6

--- End Message ---
--- Begin Message ---
Source: opencascade
Source-Version: 7.6.3+dfsg1-7.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
opencascade, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated opencascade package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 02 Mar 2024 10:13:48 +0000
Source: opencascade
Architecture: source
Version: 7.6.3+dfsg1-7.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1062832
Changes:
 opencascade (7.6.3+dfsg1-7.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062832
Checksums-Sha1:
 735952d4f4ffbcc731afebd5132d322194e310d2 3581 opencascade_7.6.3+dfsg1-7.1.dsc
 f007d81fde6dd9b6275f21fee3a705caf0aa28f4 70816 
opencascade_7.6.3+dfsg1-7.1.debian.tar.xz
 22001180b8cb3636f0de920f2be0d17109d806c1 10687 
opencascade_7.6.3+dfsg1-7.1_source.buildinfo
Checksums-Sha256:
 ea2b0159cc0c0bd6e368886b84a3a615044f8d7fd2e1f25cea319c7781d0af47 3581 
opencascade_7.6.3+dfsg1-7.1.dsc
 173765776c1efa93b2396993dfb2bb71c28987b90da99af4e3ad8ccef3b3140f 70816 
opencascade_7.6.3+dfsg1-7.1.debian.tar.xz
 8f37600f4964b75a1e6d0097cd634e93e616704d8655f840957e72f05b77d681 10687 
opencascade_7.6.3+dfsg1-7.1_source.buildinfo
Files:
 36ec1fb07dd973f1c63def2fbb93fab6 3581 science optional 
opencascade_7.6.3+dfsg1-7.1.dsc
 f1489f54206fdaa584eeb30f4d5a6329 70816 science optional 
opencascade_7.6.3+dfsg1-7.1.debian.tar.xz
 dc31f348bbd90c9b13243a029b04058c 10687 science optional 
opencascade_7.6.3+dfsg1-7.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXjBg8SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9RhIP/3BLERVh9jpjGAwZ1TFHJbhgb2oEGvR0
+1NPX628MYcXTLLZq3vSDLQnJX/6qBpzFa95yi6TB08cYPfCFeiKyoaKr68glTaE
OYdcfMNIcP/gTulXW8dwOBlyhpCSnP6AAun84lVUxeAGOeKn0kpM9HVC48Dm3Nft
mbJ8AfoXd6fVE6hcAF6Ii8QzXfsHHoRVNa/BozTIE8MfVdd61SN5ht66enrlQAfu
LCurprLCxyFRGKjQNw3fDGLaQtdjohGnRNCkvUBzWd4Hf7YcLFmdGPvFyMRtDawQ
hwLJFqxdXZN007O5ltaNGb66vUXxwJGTwjLeRvDdI4/wccE+iGU6TH7mQvQOOgdn
6hIYHkb73Cd/fIiUWw/B+tetXwYqawMv65cMNKhKLJ3YFNXQHr7hy0d9eK2Dv+yi
9H7bMNGXawHUc2mZOsuANooED01UlNqguxBoIi6fxo8tamlylBblDhrzP9GVPQUx
4RLXyRNHTngwxslMD2mNQtpvMy5hIcbKIMnuPMq8PBjteMoM0JmX1DfIsgzALXi7
F/ldaMuEjED0PmIQSd1mOaFHTUri02ffGvDB3MqSI/3CMQX3KjptmDcYPJjPd6d4
qqFnY05onLjl/5MLwzL3RLUL8dKX2KQVIVA2cqDjQqO1Xxacd6gpKmShnfS+Fwwu
DtNU91e8bXUg
=fzhv
-----END PGP SIGNATURE-----

Attachment: pgpAxcjcO4dXS.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to