Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


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

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, 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 07:45:56.000000000 
+0000
+++ opencascade-7.6.3+dfsg1/debian/changelog    2024-03-02 10:13:48.000000000 
+0000
@@ -1,3 +1,10 @@
+opencascade (7.6.3+dfsg1-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062832
+
+ -- Steve Langasek <vor...@debian.org>  Sat, 02 Mar 2024 10:13:48 +0000
+
 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 09:02:22.000000000 
+0000
+++ opencascade-7.6.3+dfsg1/debian/control      2024-03-02 10:13:48.000000000 
+0000
@@ -4,7 +4,7 @@
            Tobias Frost <t...@debian.org>
 Section: science
 Priority: optional
-Build-Depends: cmake,
+Build-Depends: dpkg-dev (>= 1.22.5), cmake,
                debhelper-compat (= 13),
                dh-exec,
                libfreeimage-dev,
@@ -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 10:28:19.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6.install    
1970-01-01 00:00:00.000000000 +0000
@@ -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 13:06:03.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6.lintian-overrides  
1970-01-01 00:00:00.000000000 +0000
@@ -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 <hazel...@debian.org>
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 
1970-01-01 00:00:00.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6t64.install 
2022-10-19 10:28:19.000000000 +0000
@@ -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   
    1970-01-01 00:00:00.000000000 +0000
+++ 
opencascade-7.6.3+dfsg1/debian/libocct-data-exchange-7.6t64.lintian-overrides   
    2024-03-02 10:12:29.000000000 +0000
@@ -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 <hazel...@debian.org>
+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 
10:28:19.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6.install     1970-01-01 
00:00:00.000000000 +0000
@@ -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 13:06:03.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6.lintian-overrides   
1970-01-01 00:00:00.000000000 +0000
@@ -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 
<hazel...@debian.org>
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  1970-01-01 
00:00:00.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6t64.install  2022-10-19 
10:28:19.000000000 +0000
@@ -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        
1970-01-01 00:00:00.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-draw-7.6t64.lintian-overrides        
2024-03-02 10:12:29.000000000 +0000
@@ -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 
<hazel...@debian.org>
+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 10:28:19.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6.install       
1970-01-01 00:00:00.000000000 +0000
@@ -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 13:06:03.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6.lintian-overrides     
1970-01-01 00:00:00.000000000 +0000
@@ -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 
<hazel...@debian.org>
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    
1970-01-01 00:00:00.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6t64.install    
2022-10-19 10:28:19.000000000 +0000
@@ -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  
1970-01-01 00:00:00.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-foundation-7.6t64.lintian-overrides  
2024-03-02 10:12:29.000000000 +0000
@@ -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 <hazel...@debian.org>
+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 10:28:19.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6.install      
1970-01-01 00:00:00.000000000 +0000
@@ -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 13:06:03.000000000 +0000
+++ 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6.lintian-overrides
    1970-01-01 00:00:00.000000000 +0000
@@ -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 <hazel...@debian.org>
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   
1970-01-01 00:00:00.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6t64.install   
2022-10-19 10:28:19.000000000 +0000
@@ -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
 1970-01-01 00:00:00.000000000 +0000
+++ 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-algorithms-7.6t64.lintian-overrides
 2024-03-02 10:12:29.000000000 +0000
@@ -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 <hazel...@debian.org>
+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 10:28:19.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6.install    
1970-01-01 00:00:00.000000000 +0000
@@ -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 13:06:03.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6.lintian-overrides  
1970-01-01 00:00:00.000000000 +0000
@@ -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 <hazel...@debian.org>
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 
1970-01-01 00:00:00.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6t64.install 
2022-10-19 10:28:19.000000000 +0000
@@ -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   
    1970-01-01 00:00:00.000000000 +0000
+++ 
opencascade-7.6.3+dfsg1/debian/libocct-modeling-data-7.6t64.lintian-overrides   
    2024-03-02 10:12:29.000000000 +0000
@@ -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 <hazel...@debian.org>
+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 
10:28:19.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6.install     1970-01-01 
00:00:00.000000000 +0000
@@ -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 13:06:03.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6.lintian-overrides   
1970-01-01 00:00:00.000000000 +0000
@@ -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 
<hazel...@debian.org>
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  1970-01-01 
00:00:00.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6t64.install  2022-10-19 
10:28:19.000000000 +0000
@@ -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        
1970-01-01 00:00:00.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-ocaf-7.6t64.lintian-overrides        
2024-03-02 10:12:29.000000000 +0000
@@ -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 
<hazel...@debian.org>
+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 10:28:19.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6.install    
1970-01-01 00:00:00.000000000 +0000
@@ -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 13:06:03.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6.lintian-overrides  
1970-01-01 00:00:00.000000000 +0000
@@ -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 <hazel...@debian.org>
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 
1970-01-01 00:00:00.000000000 +0000
+++ opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6t64.install 
2022-10-19 10:28:19.000000000 +0000
@@ -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   
    1970-01-01 00:00:00.000000000 +0000
+++ 
opencascade-7.6.3+dfsg1/debian/libocct-visualization-7.6t64.lintian-overrides   
    2024-03-02 10:12:29.000000000 +0000
@@ -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 <hazel...@debian.org>
+libocct-visualization-7.6t64: package-name-doesnt-match-sonames 
libocct-visualization-7.6
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to