Source: highway
Version: 1.0.7-8
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

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
highway 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 highway
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'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru highway-1.0.7/debian/changelog highway-1.0.7/debian/changelog
--- highway-1.0.7/debian/changelog      2023-10-06 07:30:48.000000000 +0000
+++ highway-1.0.7/debian/changelog      2024-02-01 05:48:52.000000000 +0000
@@ -1,3 +1,10 @@
+highway (1.0.7-8.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Thu, 01 Feb 2024 05:48:52 +0000
+
 highway (1.0.7-8) unstable; urgency=medium
 
   * d/rules: Remove gcc-12 workaround
diff -Nru highway-1.0.7/debian/control highway-1.0.7/debian/control
--- highway-1.0.7/debian/control        2023-10-06 07:24:05.000000000 +0000
+++ highway-1.0.7/debian/control        2024-02-01 05:48:52.000000000 +0000
@@ -11,7 +11,10 @@
 Vcs-Browser: https://salsa.debian.org/debian-phototools-team/highway
 Rules-Requires-Root: no
 
-Package: libhwy1
+Package: libhwy1t64
+Provides: ${t64:Provides}
+Replaces: libhwy1
+Breaks: libhwy1 (<< ${source:Version})
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -28,7 +31,7 @@
 Architecture: any
 Section: libdevel
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libhwy1 (= ${binary:Version}), ${misc:Depends}
+Depends: libhwy1t64 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Description: Efficient and performance-portable SIMD wrapper (developer files)
  This library provides type-safe and source-code portable wrappers over
diff -Nru highway-1.0.7/debian/libhwy1.install 
highway-1.0.7/debian/libhwy1.install
--- highway-1.0.7/debian/libhwy1.install        2023-09-18 13:08:19.000000000 
+0000
+++ highway-1.0.7/debian/libhwy1.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru highway-1.0.7/debian/libhwy1.symbols 
highway-1.0.7/debian/libhwy1.symbols
--- highway-1.0.7/debian/libhwy1.symbols        2023-09-27 13:56:27.000000000 
+0000
+++ highway-1.0.7/debian/libhwy1.symbols        1970-01-01 00:00:00.000000000 
+0000
@@ -1,158 +0,0 @@
-libhwy.so.1 libhwy1 #MINVER#
- HWY_0@HWY_0 1.0.0
- _ZN3hwy11HaveFloat16Ev@HWY_0 1.0.5
- _ZN3hwy11HaveFloat64Ev@HWY_0 1.0.5
- _ZN3hwy11VectorBytesEv@HWY_0 1.0.5
- 
(arch-bits=32)_ZN3hwy14AlignedDeleter18DeleteAlignedArrayEPvPFvS1_S1_ES1_PFvS1_jE@HWY_0
 0.16.0
- 
(arch-bits=64)_ZN3hwy14AlignedDeleter18DeleteAlignedArrayEPvPFvS1_S1_ES1_PFvS1_mE@HWY_0
 0.16.0
- (arch-bits=32)_ZN3hwy14DisableTargetsEx@HWY_0 1.0.0
- (arch-bits=64)_ZN3hwy14DisableTargetsEl@HWY_0 1.0.0
- _ZN3hwy14Unpredictable1Ev@HWY_0 0.16.0
- _ZN3hwy15GetChosenTargetEv@HWY_0 0.16.0
- _ZN3hwy16FreeAlignedBytesEPKvPFvPvS2_ES2_@HWY_0 0.16.0
- _ZN3hwy16SupportedTargetsEv@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy20AllocateAlignedBytesEjPFPvS0_jES0_@HWY_0 0.16.0
- (arch-bits=64)_ZN3hwy20AllocateAlignedBytesEmPFPvS0_mES0_@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy26SetSupportedTargetsForTestEx@HWY_0 1.0.0
- (arch-bits=64)_ZN3hwy26SetSupportedTargetsForTestEl@HWY_0 1.0.0
- _ZN3hwy5AbortEPKciS1_z@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy6detail10PrintArrayERKNS0_8TypeInfoEPKcPKvjjj@HWY_0 
0.16.0
- (arch-bits=64)_ZN3hwy6detail10PrintArrayERKNS0_8TypeInfoEPKcPKvmmm@HWY_0 
0.16.0
- _ZN3hwy6detail8ToStringERKNS0_8TypeInfoEPKvPc@HWY_0 0.17.0
- (arch-bits=32)_ZN3hwy6detail8TypeNameERKNS0_8TypeInfoEjPc@HWY_0 0.16.0
- (arch-bits=64)_ZN3hwy6detail8TypeNameERKNS0_8TypeInfoEmPc@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy7MeasureEPFyPKvjEPKhPKjjPNS_6ResultERKNS_6ParamsE@HWY_0 
0.16.0
- (arch-bits=64)_ZN3hwy7MeasureEPFmPKvmEPKhPKmmPNS_6ResultERKNS_6ParamsE@HWY_0 
0.16.0
- _ZN3hwy8platform13HaveTimerStopEPc@HWY_0 1.0.5
- _ZN3hwy8platform15TimerResolutionEv@HWY_0 0.16.0
- _ZN3hwy8platform23InvariantTicksPerSecondEv@HWY_0 0.16.0
- _ZN3hwy8platform3NowEv@HWY_0 0.16.0
-libhwy_contrib.so.1 libhwy1 #MINVER#
- HWY_0@HWY_0 1.0.0
- _ZN3hwy17Fill16BytesSecureEPv@HWY_0 1.0.5
- _ZN3hwy17GetGeneratorStateEv@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6Sorter11Fill24BytesEPKvjPv@HWY_0 0.16.0
- (arch-bits=64)_ZN3hwy6Sorter11Fill24BytesEPKvmPv@HWY_0 0.16.0
- _ZN3hwy6Sorter11HaveFloat64Ev@HWY_0 0.16.0
- _ZN3hwy6Sorter6DeleteEv@HWY_0 0.16.0
- _ZN3hwy6SorterC1Ev@HWY_0 0.16.0
- _ZN3hwy6SorterC2Ev@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy6VQSortEPNS_6K32V32EjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPNS_6K32V32EmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPNS_6K32V32EjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPNS_6K32V32EmNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPNS_9float16_tEjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPNS_9float16_tEjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPNS_9float16_tEmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPNS_9float16_tEmNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPNS_6K64V64EjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPNS_6K64V64EmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPNS_6K64V64EjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPNS_6K64V64EmNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPNS_9uint128_tEjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPNS_9uint128_tEmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPNS_9uint128_tEjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPNS_9uint128_tEmNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPdjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPdmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPdjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPdmNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPfjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPfmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPfjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPfmNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPijNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPimNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPijNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPimNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPjjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPjmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPjjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPjmNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPsjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPlmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPsjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPlmNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPtjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPmmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPtjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPmmNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPxjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPsmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPxjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPsmNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPyjNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPtmNS_13SortAscendingE@HWY_0 1.0.5
- (arch-bits=32)_ZN3hwy6VQSortEPyjNS_14SortDescendingE@HWY_0 1.0.5
- (arch-bits=64)_ZN3hwy6VQSortEPtmNS_14SortDescendingE@HWY_0 1.0.5
- _ZN3hwy9ImageBase10VectorSizeEv@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy9ImageBase11BytesPerRowEjj@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy9ImageBase17InitializePaddingEjNS0_7PaddingE@HWY_0 0.16.0
- (arch-bits=64)_ZN3hwy9ImageBase11BytesPerRowEmm@HWY_0 0.16.0
- (arch-bits=64)_ZN3hwy9ImageBase17InitializePaddingEmNS0_7PaddingE@HWY_0 0.16.0
- _ZN3hwy9ImageBase4SwapERS0_@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy9ImageBaseC1Ejjj@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy9ImageBaseC1EjjjPv@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy9ImageBaseC2Ejjj@HWY_0 0.16.0
- (arch-bits=32)_ZN3hwy9ImageBaseC2EjjjPv@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPNS_6K32V32EjNS_13SortAscendingE@HWY_0 1.0.2
- (arch-bits=32)_ZNK3hwy6SorterclEPNS_6K32V32EjNS_14SortDescendingE@HWY_0 1.0.2
- (arch-bits=64)_ZNK3hwy6SorterclEPNS_6K32V32EmNS_13SortAscendingE@HWY_0 1.0.2
- (arch-bits=64)_ZNK3hwy6SorterclEPNS_6K32V32EmNS_14SortDescendingE@HWY_0 1.0.2
- (arch-bits=32)_ZNK3hwy6SorterclEPNS_9float16_tEjNS_13SortAscendingE@HWY_0 
1.0.5
- (arch-bits=32)_ZNK3hwy6SorterclEPNS_9float16_tEjNS_14SortDescendingE@HWY_0 
1.0.5
- (arch-bits=64)_ZNK3hwy6SorterclEPNS_9float16_tEmNS_13SortAscendingE@HWY_0 
1.0.5
- (arch-bits=64)_ZNK3hwy6SorterclEPNS_9float16_tEmNS_14SortDescendingE@HWY_0 
1.0.5
- (arch-bits=32)_ZNK3hwy6SorterclEPNS_6K64V64EjNS_13SortAscendingE@HWY_0 1.0.0
- (arch-bits=32)_ZNK3hwy6SorterclEPNS_6K64V64EjNS_14SortDescendingE@HWY_0 1.0.0
- (arch-bits=32)_ZNK3hwy6SorterclEPNS_9uint128_tEjNS_13SortAscendingE@HWY_0 
0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPNS_9uint128_tEjNS_14SortDescendingE@HWY_0 
0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPdjNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPdjNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPfjNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPfjNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPijNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPijNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPjjNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPjjNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPsjNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPsjNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPtjNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPtjNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPxjNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPxjNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPyjNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=32)_ZNK3hwy6SorterclEPyjNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=64)_ZN3hwy9ImageBaseC1Emmm@HWY_0 0.16.0
- (arch-bits=64)_ZN3hwy9ImageBaseC1EmmmPv@HWY_0 0.16.0
- (arch-bits=64)_ZN3hwy9ImageBaseC2Emmm@HWY_0 0.16.0
- (arch-bits=64)_ZN3hwy9ImageBaseC2EmmmPv@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPNS_6K64V64EmNS_13SortAscendingE@HWY_0 1.0.0
- (arch-bits=64)_ZNK3hwy6SorterclEPNS_6K64V64EmNS_14SortDescendingE@HWY_0 1.0.0
- (arch-bits=64)_ZNK3hwy6SorterclEPNS_9uint128_tEmNS_13SortAscendingE@HWY_0 
0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPNS_9uint128_tEmNS_14SortDescendingE@HWY_0 
0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPdmNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPdmNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPfmNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPfmNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPimNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPimNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPjmNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPjmNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPlmNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPlmNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPmmNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPmmNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPsmNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPsmNS_14SortDescendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPtmNS_13SortAscendingE@HWY_0 0.16.0
- (arch-bits=64)_ZNK3hwy6SorterclEPtmNS_14SortDescendingE@HWY_0 0.16.0
-libhwy_test.so.1 libhwy1 #MINVER#
- HWY_0@HWY_0 1.0.0
- (arch-bits=32)_ZN3hwy10BytesEqualEPKvS1_jPj@HWY_0 0.16.0
- 
(arch-bits=32)_ZN3hwy6detail16AssertArrayEqualERKNS0_8TypeInfoEPKvS5_jPKcS7_i@HWY_0
 0.16.0
- 
(arch-bits=32)_ZN3hwy6detail21PrintMismatchAndAbortERKNS0_8TypeInfoEPKvS5_PKcS7_ijj@HWY_0
 0.16.0
- (arch-bits=64)_ZN3hwy10BytesEqualEPKvS1_mPm@HWY_0 0.16.0
- 
(arch-bits=64)_ZN3hwy6detail16AssertArrayEqualERKNS0_8TypeInfoEPKvS5_mPKcS7_i@HWY_0
 0.16.0
- 
(arch-bits=64)_ZN3hwy6detail21PrintMismatchAndAbortERKNS0_8TypeInfoEPKvS5_PKcS7_imm@HWY_0
 0.16.0
- _ZN3hwy6detail7IsEqualERKNS0_8TypeInfoEPKvS5_@HWY_0 0.16.0
diff -Nru highway-1.0.7/debian/libhwy1t64.install 
highway-1.0.7/debian/libhwy1t64.install
--- highway-1.0.7/debian/libhwy1t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ highway-1.0.7/debian/libhwy1t64.install     2023-09-18 13:08:19.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru highway-1.0.7/debian/libhwy1t64.lintian-overrides 
highway-1.0.7/debian/libhwy1t64.lintian-overrides
--- highway-1.0.7/debian/libhwy1t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ highway-1.0.7/debian/libhwy1t64.lintian-overrides   2024-02-01 
05:48:52.000000000 +0000
@@ -0,0 +1 @@
+libhwy1t64: package-name-doesnt-match-sonames libhwy1
diff -Nru highway-1.0.7/debian/libhwy1t64.symbols 
highway-1.0.7/debian/libhwy1t64.symbols
--- highway-1.0.7/debian/libhwy1t64.symbols     1970-01-01 00:00:00.000000000 
+0000
+++ highway-1.0.7/debian/libhwy1t64.symbols     2024-02-01 05:48:52.000000000 
+0000
@@ -0,0 +1,158 @@
+libhwy.so.1 libhwy1t64 #MINVER#
+ HWY_0@HWY_0 1.0.0
+ _ZN3hwy11HaveFloat16Ev@HWY_0 1.0.5
+ _ZN3hwy11HaveFloat64Ev@HWY_0 1.0.5
+ _ZN3hwy11VectorBytesEv@HWY_0 1.0.5
+ 
(arch-bits=32)_ZN3hwy14AlignedDeleter18DeleteAlignedArrayEPvPFvS1_S1_ES1_PFvS1_jE@HWY_0
 0.16.0
+ 
(arch-bits=64)_ZN3hwy14AlignedDeleter18DeleteAlignedArrayEPvPFvS1_S1_ES1_PFvS1_mE@HWY_0
 0.16.0
+ (arch-bits=32)_ZN3hwy14DisableTargetsEx@HWY_0 1.0.0
+ (arch-bits=64)_ZN3hwy14DisableTargetsEl@HWY_0 1.0.0
+ _ZN3hwy14Unpredictable1Ev@HWY_0 0.16.0
+ _ZN3hwy15GetChosenTargetEv@HWY_0 0.16.0
+ _ZN3hwy16FreeAlignedBytesEPKvPFvPvS2_ES2_@HWY_0 0.16.0
+ _ZN3hwy16SupportedTargetsEv@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy20AllocateAlignedBytesEjPFPvS0_jES0_@HWY_0 0.16.0
+ (arch-bits=64)_ZN3hwy20AllocateAlignedBytesEmPFPvS0_mES0_@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy26SetSupportedTargetsForTestEx@HWY_0 1.0.0
+ (arch-bits=64)_ZN3hwy26SetSupportedTargetsForTestEl@HWY_0 1.0.0
+ _ZN3hwy5AbortEPKciS1_z@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy6detail10PrintArrayERKNS0_8TypeInfoEPKcPKvjjj@HWY_0 
0.16.0
+ (arch-bits=64)_ZN3hwy6detail10PrintArrayERKNS0_8TypeInfoEPKcPKvmmm@HWY_0 
0.16.0
+ _ZN3hwy6detail8ToStringERKNS0_8TypeInfoEPKvPc@HWY_0 0.17.0
+ (arch-bits=32)_ZN3hwy6detail8TypeNameERKNS0_8TypeInfoEjPc@HWY_0 0.16.0
+ (arch-bits=64)_ZN3hwy6detail8TypeNameERKNS0_8TypeInfoEmPc@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy7MeasureEPFyPKvjEPKhPKjjPNS_6ResultERKNS_6ParamsE@HWY_0 
0.16.0
+ (arch-bits=64)_ZN3hwy7MeasureEPFmPKvmEPKhPKmmPNS_6ResultERKNS_6ParamsE@HWY_0 
0.16.0
+ _ZN3hwy8platform13HaveTimerStopEPc@HWY_0 1.0.5
+ _ZN3hwy8platform15TimerResolutionEv@HWY_0 0.16.0
+ _ZN3hwy8platform23InvariantTicksPerSecondEv@HWY_0 0.16.0
+ _ZN3hwy8platform3NowEv@HWY_0 0.16.0
+libhwy_contrib.so.1 libhwy1t64 #MINVER#
+ HWY_0@HWY_0 1.0.0
+ _ZN3hwy17Fill16BytesSecureEPv@HWY_0 1.0.5
+ _ZN3hwy17GetGeneratorStateEv@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6Sorter11Fill24BytesEPKvjPv@HWY_0 0.16.0
+ (arch-bits=64)_ZN3hwy6Sorter11Fill24BytesEPKvmPv@HWY_0 0.16.0
+ _ZN3hwy6Sorter11HaveFloat64Ev@HWY_0 0.16.0
+ _ZN3hwy6Sorter6DeleteEv@HWY_0 0.16.0
+ _ZN3hwy6SorterC1Ev@HWY_0 0.16.0
+ _ZN3hwy6SorterC2Ev@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy6VQSortEPNS_6K32V32EjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPNS_6K32V32EmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPNS_6K32V32EjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPNS_6K32V32EmNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPNS_9float16_tEjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPNS_9float16_tEjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPNS_9float16_tEmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPNS_9float16_tEmNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPNS_6K64V64EjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPNS_6K64V64EmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPNS_6K64V64EjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPNS_6K64V64EmNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPNS_9uint128_tEjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPNS_9uint128_tEmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPNS_9uint128_tEjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPNS_9uint128_tEmNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPdjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPdmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPdjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPdmNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPfjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPfmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPfjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPfmNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPijNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPimNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPijNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPimNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPjjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPjmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPjjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPjmNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPsjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPlmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPsjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPlmNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPtjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPmmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPtjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPmmNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPxjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPsmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPxjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPsmNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPyjNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPtmNS_13SortAscendingE@HWY_0 1.0.5
+ (arch-bits=32)_ZN3hwy6VQSortEPyjNS_14SortDescendingE@HWY_0 1.0.5
+ (arch-bits=64)_ZN3hwy6VQSortEPtmNS_14SortDescendingE@HWY_0 1.0.5
+ _ZN3hwy9ImageBase10VectorSizeEv@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy9ImageBase11BytesPerRowEjj@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy9ImageBase17InitializePaddingEjNS0_7PaddingE@HWY_0 0.16.0
+ (arch-bits=64)_ZN3hwy9ImageBase11BytesPerRowEmm@HWY_0 0.16.0
+ (arch-bits=64)_ZN3hwy9ImageBase17InitializePaddingEmNS0_7PaddingE@HWY_0 0.16.0
+ _ZN3hwy9ImageBase4SwapERS0_@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy9ImageBaseC1Ejjj@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy9ImageBaseC1EjjjPv@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy9ImageBaseC2Ejjj@HWY_0 0.16.0
+ (arch-bits=32)_ZN3hwy9ImageBaseC2EjjjPv@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPNS_6K32V32EjNS_13SortAscendingE@HWY_0 1.0.2
+ (arch-bits=32)_ZNK3hwy6SorterclEPNS_6K32V32EjNS_14SortDescendingE@HWY_0 1.0.2
+ (arch-bits=64)_ZNK3hwy6SorterclEPNS_6K32V32EmNS_13SortAscendingE@HWY_0 1.0.2
+ (arch-bits=64)_ZNK3hwy6SorterclEPNS_6K32V32EmNS_14SortDescendingE@HWY_0 1.0.2
+ (arch-bits=32)_ZNK3hwy6SorterclEPNS_9float16_tEjNS_13SortAscendingE@HWY_0 
1.0.5
+ (arch-bits=32)_ZNK3hwy6SorterclEPNS_9float16_tEjNS_14SortDescendingE@HWY_0 
1.0.5
+ (arch-bits=64)_ZNK3hwy6SorterclEPNS_9float16_tEmNS_13SortAscendingE@HWY_0 
1.0.5
+ (arch-bits=64)_ZNK3hwy6SorterclEPNS_9float16_tEmNS_14SortDescendingE@HWY_0 
1.0.5
+ (arch-bits=32)_ZNK3hwy6SorterclEPNS_6K64V64EjNS_13SortAscendingE@HWY_0 1.0.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPNS_6K64V64EjNS_14SortDescendingE@HWY_0 1.0.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPNS_9uint128_tEjNS_13SortAscendingE@HWY_0 
0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPNS_9uint128_tEjNS_14SortDescendingE@HWY_0 
0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPdjNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPdjNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPfjNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPfjNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPijNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPijNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPjjNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPjjNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPsjNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPsjNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPtjNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPtjNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPxjNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPxjNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPyjNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=32)_ZNK3hwy6SorterclEPyjNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZN3hwy9ImageBaseC1Emmm@HWY_0 0.16.0
+ (arch-bits=64)_ZN3hwy9ImageBaseC1EmmmPv@HWY_0 0.16.0
+ (arch-bits=64)_ZN3hwy9ImageBaseC2Emmm@HWY_0 0.16.0
+ (arch-bits=64)_ZN3hwy9ImageBaseC2EmmmPv@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPNS_6K64V64EmNS_13SortAscendingE@HWY_0 1.0.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPNS_6K64V64EmNS_14SortDescendingE@HWY_0 1.0.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPNS_9uint128_tEmNS_13SortAscendingE@HWY_0 
0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPNS_9uint128_tEmNS_14SortDescendingE@HWY_0 
0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPdmNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPdmNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPfmNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPfmNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPimNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPimNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPjmNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPjmNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPlmNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPlmNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPmmNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPmmNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPsmNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPsmNS_14SortDescendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPtmNS_13SortAscendingE@HWY_0 0.16.0
+ (arch-bits=64)_ZNK3hwy6SorterclEPtmNS_14SortDescendingE@HWY_0 0.16.0
+libhwy_test.so.1 libhwy1t64 #MINVER#
+ HWY_0@HWY_0 1.0.0
+ (arch-bits=32)_ZN3hwy10BytesEqualEPKvS1_jPj@HWY_0 0.16.0
+ 
(arch-bits=32)_ZN3hwy6detail16AssertArrayEqualERKNS0_8TypeInfoEPKvS5_jPKcS7_i@HWY_0
 0.16.0
+ 
(arch-bits=32)_ZN3hwy6detail21PrintMismatchAndAbortERKNS0_8TypeInfoEPKvS5_PKcS7_ijj@HWY_0
 0.16.0
+ (arch-bits=64)_ZN3hwy10BytesEqualEPKvS1_mPm@HWY_0 0.16.0
+ 
(arch-bits=64)_ZN3hwy6detail16AssertArrayEqualERKNS0_8TypeInfoEPKvS5_mPKcS7_i@HWY_0
 0.16.0
+ 
(arch-bits=64)_ZN3hwy6detail21PrintMismatchAndAbortERKNS0_8TypeInfoEPKvS5_PKcS7_imm@HWY_0
 0.16.0
+ _ZN3hwy6detail7IsEqualERKNS0_8TypeInfoEPKvS5_@HWY_0 0.16.0

Reply via email to