Your message dated Wed, 28 Feb 2024 22:27:17 +0000
with message-id <[email protected]>
and subject line Bug#1062945: fixed in molmodel 3.1.0-4.1
has caused the Debian Bug report #1062945,
regarding molmodel: 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.)


-- 
1062945: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062945
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: molmodel
Version: 3.1.0-4
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
molmodel 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 molmodel
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 molmodel-3.1.0/debian/changelog molmodel-3.1.0/debian/changelog
--- molmodel-3.1.0/debian/changelog     2023-07-20 08:50:25.000000000 +0000
+++ molmodel-3.1.0/debian/changelog     2024-02-04 05:41:29.000000000 +0000
@@ -1,3 +1,10 @@
+molmodel (3.1.0-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]>  Sun, 04 Feb 2024 05:41:29 +0000
+
 molmodel (3.1.0-4) unstable; urgency=medium
 
   * Fix FTBFS with GCC-13 (Closes: #1037780)
diff -Nru molmodel-3.1.0/debian/control molmodel-3.1.0/debian/control
--- molmodel-3.1.0/debian/control       2023-07-20 08:50:25.000000000 +0000
+++ molmodel-3.1.0/debian/control       2024-02-04 05:41:29.000000000 +0000
@@ -25,7 +25,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libsimtkmolmodel3.1 (= ${binary:Version}),
+ libsimtkmolmodel3.1t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: C++ API for creating molecular models for SimTK (development 
files)
  Provides C++ API for creating molecular models whose dynamics can be simulated
@@ -42,7 +42,10 @@
  .
  This package contains development files.
 
-Package: libsimtkmolmodel3.1
+Package: libsimtkmolmodel3.1t64
+Provides: ${t64:Provides}
+Replaces: libsimtkmolmodel3.1
+Breaks: libsimtkmolmodel3.1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
diff -Nru molmodel-3.1.0/debian/libsimtkmolmodel3.1.install 
molmodel-3.1.0/debian/libsimtkmolmodel3.1.install
--- molmodel-3.1.0/debian/libsimtkmolmodel3.1.install   2023-07-20 
08:50:25.000000000 +0000
+++ molmodel-3.1.0/debian/libsimtkmolmodel3.1.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libSimTKmolmodel.so.*
diff -Nru molmodel-3.1.0/debian/libsimtkmolmodel3.1t64.install 
molmodel-3.1.0/debian/libsimtkmolmodel3.1t64.install
--- molmodel-3.1.0/debian/libsimtkmolmodel3.1t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ molmodel-3.1.0/debian/libsimtkmolmodel3.1t64.install        2023-07-20 
08:50:25.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libSimTKmolmodel.so.*
diff -Nru molmodel-3.1.0/debian/libsimtkmolmodel3.1t64.lintian-overrides 
molmodel-3.1.0/debian/libsimtkmolmodel3.1t64.lintian-overrides
--- molmodel-3.1.0/debian/libsimtkmolmodel3.1t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ molmodel-3.1.0/debian/libsimtkmolmodel3.1t64.lintian-overrides      
2024-02-04 05:41:29.000000000 +0000
@@ -0,0 +1 @@
+libsimtkmolmodel3.1t64: package-name-doesnt-match-sonames libsimtkmolmodel3.1

--- End Message ---
--- Begin Message ---
Source: molmodel
Source-Version: 3.1.0-4.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
molmodel, 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.
Benjamin Drung <[email protected]> (supplier of updated molmodel 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 20:17:19 +0000
Source: molmodel
Architecture: source
Version: 3.1.0-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062945
Changes:
 molmodel (3.1.0-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062945
Checksums-Sha1:
 ce133fd24e94bc72c433eacb2844ea1f64f2bf58 2238 molmodel_3.1.0-4.1.dsc
 efaae5b5d6d58f308d09b977cac013b9be6b0920 4668 molmodel_3.1.0-4.1.debian.tar.xz
 e46c9974956321e40b38287db9b6531fd8f1a89f 9640 
molmodel_3.1.0-4.1_source.buildinfo
Checksums-Sha256:
 818b2a5342cacf5e26f3f1e1fd0018f29ec377e64953e4079fdd2636a75c9241 2238 
molmodel_3.1.0-4.1.dsc
 9b7b272b68c31804fcc9363601d26d32b0f3d75d82df7dcfda0c8957c6694749 4668 
molmodel_3.1.0-4.1.debian.tar.xz
 a78dc60ae33b901fea40d3723566d3f267168b9a0318fbc75b24bc2247474cc3 9640 
molmodel_3.1.0-4.1_source.buildinfo
Files:
 69d8860fd8d814c29fbed32d2217b26e 2238 libs optional molmodel_3.1.0-4.1.dsc
 5030a4382974e8ede80d8154f14cc268 4668 libs optional 
molmodel_3.1.0-4.1.debian.tar.xz
 7c870d7f09c17233fe308fbc5f3059e9 9640 libs optional 
molmodel_3.1.0-4.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXflQMACgkQFZ61xO/I
d0zeAw/+LlnR4sdo8OnjxWKURNOKoDHrNbNSF5MfDCPrOoWytC+wsOrehzqxd+eo
ggw/Ip7BtpCMvIkc7D7dUp8pHI2I4EAzVoFxdHhSp4y7ZYpxqc98LBThFB09waEp
WKbOgSIMLiqqIXKDgSLBYvTBxG80eaX8Nl70ziEL/NpUBuT6rw48maOHRZ+Fjpim
ptZvoamtg14MvkYKB1UZ+ywyQq/9fRO9XbzhCBPmZB360qFGhdrLRBB7ozEmfnOV
f/oqXJCdg8J2nJL6RtE7Pn1W284qCjKlk8YE+ImgqYspT7VfE90Ok7KPq7YLVmQs
5sQFRhJPHSbGR8cLp7oyYFIscNZmupBWtlLmAh7gyRMBzR5ZOsUcjDfXiOULUf/S
APUtvk/ERNI33r6ngZ5I8Nd7HqN38Xya7yc0lGm8+Z9MUXfMcQS/2YecGd6PeB1r
tCwDAr0MOl2ui/+8BqX7dH1h/oFSXjy1OADKZfhT0u9Zzkmr2wrVQ2mibY/CC44t
DwDtoRpiXAFSSj3gUn+hjyQyB6S+cYuvY5UAX1CL5/eqZc/Zv2Dh1cQucbPjKw57
SkyEnN5v154dVbY3+Ug9plj8nmR6rUWEsf2fnFXkp6edpInBG0Hpw3+OYGhUJbu7
ryroPHHuC13W6+p+0zcdTkwnALBA20E6IBfk0WhC74mITFupVJQ=
=turP
-----END PGP SIGNATURE-----

Attachment: pgp6rLYloEy14.pgp
Description: PGP signature


--- End Message ---

Reply via email to