Bug#1062832: opencascade: NMU diff for 64-bit time_t transition
Tobias Frost
tobi at debian.org
Sun Feb 4 09:09:22 GMT 2024
Please hold this NMU.
I'm currently preparing the transistion to the next opencascade
version that require new packages anyway, as upstream does not
handle SONAMES very well. This NMU will only make me additional work.
Thanks.
On Sat, Feb 03, 2024 at 03:53:29PM -0300, Lucas Kanashiro wrote:
> Source: opencascade
> Version: 7.6.3+dfsg1-7
> Severity: serious
> Tags: patch pending sid trixie
> Justification: library ABI skew on upgrade
> User: debian-arm at lists.debian.org
> 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 <kanashiro at debian.org> 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at 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 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 <hazelsct at debian.org>
> +libocct-visualization-7.6t64: package-name-doesnt-match-sonames libocct-visualization-7.6
More information about the debian-science-maintainers
mailing list