Your message dated Thu, 29 Feb 2024 00:04:26 +0000
with message-id <[email protected]>
and subject line Bug#1063015: fixed in unuran 1.11.0-3.1
has caused the Debian Bug report #1063015,
regarding unuran: NMU diff for 64-bit time_t transition
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


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

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

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
unuran 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 unuran
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 unuran-1.11.0/debian/changelog unuran-1.11.0/debian/changelog
--- unuran-1.11.0/debian/changelog      2023-11-25 14:29:56.000000000 +0000
+++ unuran-1.11.0/debian/changelog      2024-02-04 12:11:46.000000000 +0000
@@ -1,3 +1,10 @@
+unuran (1.11.0-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Sun, 04 Feb 2024 12:11:46 +0000
+
 unuran (1.11.0-3) unstable; urgency=medium
 
   * Add lintian overrides.
diff -Nru unuran-1.11.0/debian/control unuran-1.11.0/debian/control
--- unuran-1.11.0/debian/control        2023-11-25 14:24:23.000000000 +0000
+++ unuran-1.11.0/debian/control        2024-02-04 12:11:45.000000000 +0000
@@ -13,7 +13,10 @@
 Vcs-Browser: https://salsa.debian.org/science-team/unuran
 Vcs-Git: https://salsa.debian.org/science-team/unuran.git
 
-Package: libunuran16
+Package: libunuran16t64
+Provides: ${t64:Provides}
+Replaces: libunuran16
+Breaks: libunuran16 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -29,7 +32,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libunuran16 (= ${binary:Version}),
+ libunuran16t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Universal Non-Uniform RAndom Number generator - development files
  This is a collection of algorithms for generating non-uniform pseudorandom
diff -Nru unuran-1.11.0/debian/libunuran16.install 
unuran-1.11.0/debian/libunuran16.install
--- unuran-1.11.0/debian/libunuran16.install    2023-11-25 14:20:50.000000000 
+0000
+++ unuran-1.11.0/debian/libunuran16.install    1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libunuran.so.*
diff -Nru unuran-1.11.0/debian/libunuran16t64.install 
unuran-1.11.0/debian/libunuran16t64.install
--- unuran-1.11.0/debian/libunuran16t64.install 1970-01-01 00:00:00.000000000 
+0000
+++ unuran-1.11.0/debian/libunuran16t64.install 2023-11-25 14:20:50.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libunuran.so.*
diff -Nru unuran-1.11.0/debian/libunuran16t64.lintian-overrides 
unuran-1.11.0/debian/libunuran16t64.lintian-overrides
--- unuran-1.11.0/debian/libunuran16t64.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
+++ unuran-1.11.0/debian/libunuran16t64.lintian-overrides       2024-02-04 
12:11:45.000000000 +0000
@@ -0,0 +1 @@
+libunuran16t64: package-name-doesnt-match-sonames libunuran16

--- End Message ---
--- Begin Message ---
Source: unuran
Source-Version: 1.11.0-3.1
Done: Steve Langasek <[email protected]>

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

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

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

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

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


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

Format: 1.8
Date: Wed, 28 Feb 2024 21:25:17 +0000
Source: unuran
Architecture: source
Version: 1.11.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063015
Changes:
 unuran (1.11.0-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063015
Checksums-Sha1:
 1a93f51a8e79013ce8f31db5001aaee9bad75423 2091 unuran_1.11.0-3.1.dsc
 9e6fe12ea4e171b3bd97a16fcfe91d6d3902a051 2572 unuran_1.11.0-3.1.debian.tar.xz
 274675a5ddb72de04040b16b0c8a6f1d1cf758da 6916 
unuran_1.11.0-3.1_source.buildinfo
Checksums-Sha256:
 dece584da428864103c66df8644aa97a5617e04bd07b78b4e46dcf16535594aa 2091 
unuran_1.11.0-3.1.dsc
 5cc0c58f765f44c77e3bc75970c8e2845db262d234ce516c9b2f0f9a266a64a0 2572 
unuran_1.11.0-3.1.debian.tar.xz
 f448f81b317ce6e92f5ef4d3e497b0a608c9c1374bbc71417bdab56204fb7413 6916 
unuran_1.11.0-3.1_source.buildinfo
Files:
 9a94e4c6e7261e53342cf00e98072561 2091 libs optional unuran_1.11.0-3.1.dsc
 3f5bc317cda096c0fb30302909e447a0 2572 libs optional 
unuran_1.11.0-3.1.debian.tar.xz
 fc77f1cb048ee169ebe7fff7ef1e8f4c 6916 libs optional 
unuran_1.11.0-3.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfpOcSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM95YUQAMHmXw1kMCny00+R5lfOPF4ulAltjR2t
EAoy2T3FeE/eOZbfoF6kbC5PYUpyhmLM+0AHihv3FLhBWT38h2domxpYyEsTTNLG
t7SwAmV/L7vuTZIcO+Pv7PfltmvUZo6IVUO8F3rH+fXNt8lfqpQ5K/5gRpA7vj1t
34DP9PnIrBjmcEYCDPEiNDu/Tcu5pP5OIkMdd5iiip0uXbcFQRprXOqJILVfIbmR
QgU5PlbD5Tf4+UHcQ38+r+jZueE+umuidwxOBMBQaXFfox0XDJCRTFqn3eR1Nl97
OhzioCHHG+EPZ0DPkqe8thNVhu18VTnX0clhcMfCKC9kMNYzLweRb3bEKsTkNYgL
sz2LZ/vU4/eZoZVvcpkvg5L8BulrFZBNg3wnDivU0T23vYK+RjjETEq2n9l/f2c0
EWtXvTK96WGa1UyB+LXekzKSoJJ4IrefJF9CkkewoH3UAdR3MPcN0Mcwtfcg+UpG
eTTAiKDOOKVHVfC7Q7PHg27X6zx6KqKuTvIUQ11ykB3+3yVoMbff9kz15baITi+9
rk54n4xebXj9AiANoCjHwC1POVzF1+W4Bko1iMn837zig5IyNQZbnm6fCHxewRr8
Mnk8zSdVMAq9lojzG5iMN7Zyyu9N66HZW1rd2UAj9cSkDh0+EsGDm6gz0Qz6I7qt
UjeG1IHaT9Us
=D3aD
-----END PGP SIGNATURE-----

Attachment: pgpobNQc9GTXN.pgp
Description: PGP signature


--- End Message ---

Reply via email to