Your message dated Thu, 29 Feb 2024 01:15:27 +0000
with message-id <e1rfv1d-008ntq...@fasolo.debian.org>
and subject line Bug#1063052: fixed in volk 3.1.2-1.1
has caused the Debian Bug report #1063052,
regarding volk: NMU diff for 64-bit time_t transition
to be marked as done.

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

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


-- 
1063052: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063052
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: volk
Version: 3.1.1-4
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@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
volk 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 volk
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.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 volk-3.1.1/debian/changelog volk-3.1.1/debian/changelog
--- volk-3.1.1/debian/changelog 2024-01-31 00:00:06.000000000 +0000
+++ volk-3.1.1/debian/changelog 2024-02-04 18:28:07.000000000 +0000
@@ -1,3 +1,10 @@
+volk (3.1.1-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Sun, 04 Feb 2024 18:28:07 +0000
+
 volk (3.1.1-4) unstable; urgency=medium
 
   * fix clean rule to keep sse2neon.h in place
diff -Nru volk-3.1.1/debian/control volk-3.1.1/debian/control
--- volk-3.1.1/debian/control   2024-01-30 06:02:57.000000000 +0000
+++ volk-3.1.1/debian/control   2024-02-04 18:28:07.000000000 +0000
@@ -16,7 +16,10 @@
 Vcs-Browser: https://salsa.debian.org/bottoms/pkg-volk
 Vcs-Git: https://salsa.debian.org/bottoms/pkg-volk.git
 
-Package: libvolk3.1
+Package: libvolk3.1t64
+Provides: ${t64:Provides}
+Replaces: libvolk3.1
+Breaks: libvolk3.1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -33,7 +36,7 @@
 Package: libvolk-dev
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libvolk3.1 (=${binary:Version}), ${misc:Depends}
+Depends: libvolk3.1t64 (=${binary:Version}), ${misc:Depends}
 Breaks: libvolk1-dev, libvolk1.0-dev, libvolk2-dev
 Replaces: libvolk1-dev, libvolk1.0-dev, libvolk2-dev
 Suggests: libvolk-doc
@@ -51,7 +54,7 @@
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libvolk3.1 (=${binary:Version}),
+Depends: libvolk3.1t64 (=${binary:Version}),
          ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends}
diff -Nru volk-3.1.1/debian/libvolk3.1.install 
volk-3.1.1/debian/libvolk3.1.install
--- volk-3.1.1/debian/libvolk3.1.install        2018-03-28 02:59:46.000000000 
+0000
+++ volk-3.1.1/debian/libvolk3.1.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libvolk.so.*
diff -Nru volk-3.1.1/debian/libvolk3.1t64.install 
volk-3.1.1/debian/libvolk3.1t64.install
--- volk-3.1.1/debian/libvolk3.1t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ volk-3.1.1/debian/libvolk3.1t64.install     2018-03-28 02:59:46.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libvolk.so.*
diff -Nru volk-3.1.1/debian/libvolk3.1t64.lintian-overrides 
volk-3.1.1/debian/libvolk3.1t64.lintian-overrides
--- volk-3.1.1/debian/libvolk3.1t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ volk-3.1.1/debian/libvolk3.1t64.lintian-overrides   2024-02-04 
18:28:07.000000000 +0000
@@ -0,0 +1 @@
+libvolk3.1t64: package-name-doesnt-match-sonames libvolk3.1

--- End Message ---
--- Begin Message ---
Source: volk
Source-Version: 3.1.2-1.1
Done: Steve Langasek <vor...@debian.org>

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated volk package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 28 Feb 2024 23:20:12 +0000
Source: volk
Architecture: source
Version: 3.1.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: A. Maitland Bottoms <bott...@debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063052
Changes:
 volk (3.1.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063052
Checksums-Sha1:
 2e74b49c6e4d66ebe5821751651210a064b2f64e 2229 volk_3.1.2-1.1.dsc
 ec97dc082f4fb7c0c586c9ea9f267172def66cef 14520 volk_3.1.2-1.1.debian.tar.xz
 9c28f365185db9c71c58d9360f7795218c91c917 8573 volk_3.1.2-1.1_source.buildinfo
Checksums-Sha256:
 28e205eaac5334cb064d741d49a191bb12c238846ec72a22fdc863daf86c1046 2229 
volk_3.1.2-1.1.dsc
 d7692f24b52eb422bc25042121916ebe6c5ad2a48725240d37bec823e1dce48b 14520 
volk_3.1.2-1.1.debian.tar.xz
 470ce9ac0eaddaf2462d0cb4b742aa882547930f85675b3066ca27d20f737dd5 8573 
volk_3.1.2-1.1_source.buildinfo
Files:
 44560940a7f18918aa1dc232c7fbd030 2229 libdevel optional volk_3.1.2-1.1.dsc
 24e4c447e252993e91116e94e7a62f62 14520 libdevel optional 
volk_3.1.2-1.1.debian.tar.xz
 c73ce4c2084df68d144e9a7e0e5d07a4 8573 libdevel optional 
volk_3.1.2-1.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfwGgSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM93vkP/0vs98M1TCa316oibcDHk5mZnEKWVJ9i
YfHQSpLpoFrTB5YauaILZnSP3Z0qR+rBFAq0gJynG6EAoU4jwF8BwEUPWQ3ICVk0
czsde6owD0quaHg2T9CMEGcMJG3oiMhE2Be56jV3Fpm5wqfvJVJWvM7ZizDRe5qM
IBzS54kW9uofdZ9E9hwHk76IiEReEDzd5qczQvtp8t+giJ1LhGsUTB8PVLzDgGVp
z8lgAFjgGTE3te02nf6+xSg0FvFu1E3wb48V4XWCvcTEkiKL4ZASuZe6ry7Ik7g9
QCkhqmexVBC2GR1OtOSy2SAwxpi4rdDrtYS6h8mIkIsLUbW3lCo4CPJFCdTGmzZV
zjxDzxtfNSbOiSuqrD+K922u4BqDqDRRzy/MajkBe83rxouu5gTd5DAuviMmmrP0
kC+LhM4mMb2Lx7+LuGF+MAnHGWYn+kMeFQmfNOyhoyo0ddqW5szYPl1O//lvXQCC
NIBNWCpYxGgQ/uckwtuFQSyTV0WfzMOk5jtgJURsY1N+Hji6g8b60VB2RMjvFrPJ
hE/hd+ubd72f2DPdArZ8wuQPXxER9a91wJkH74Lscdcf05EF6pSS9bFd5spnaIlo
7irWL9KRDzWZHEbNXF0LGUFx3V/UKocVGY334FzvND/PK5Spgl1i3QLzySvCKmCJ
5n1JbxGFW4ZR
=00we
-----END PGP SIGNATURE-----

Attachment: pgpOcMVO0lFfr.pgp
Description: PGP signature


--- End Message ---

Reply via email to