Your message dated Thu, 29 Feb 2024 11:35:29 +0000
with message-id <e1rfehf-00aw60...@fasolo.debian.org>
and subject line Bug#1062681: fixed in macromoleculebuilder 4.0.0+dfsg-3.1
has caused the Debian Bug report #1062681,
regarding macromoleculebuilder: 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.)


-- 
1062681: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062681
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: macromoleculebuilder
Version: 4.0.0+dfsg-3
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
macromoleculebuilder 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 
macromoleculebuilder
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 macromoleculebuilder-4.0.0+dfsg/debian/changelog 
macromoleculebuilder-4.0.0+dfsg/debian/changelog
--- macromoleculebuilder-4.0.0+dfsg/debian/changelog    2023-06-23 
05:37:57.000000000 +0000
+++ macromoleculebuilder-4.0.0+dfsg/debian/changelog    2024-02-02 
16:53:45.000000000 +0000
@@ -1,3 +1,10 @@
+macromoleculebuilder (4.0.0+dfsg-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Fri, 02 Feb 2024 16:53:45 +0000
+
 macromoleculebuilder (4.0.0+dfsg-3) unstable; urgency=medium
 
   * Fix gemmi 0.6.2 support (Closes: #1037463)
diff -Nru macromoleculebuilder-4.0.0+dfsg/debian/control 
macromoleculebuilder-4.0.0+dfsg/debian/control
--- macromoleculebuilder-4.0.0+dfsg/debian/control      2023-06-23 
05:37:57.000000000 +0000
+++ macromoleculebuilder-4.0.0+dfsg/debian/control      2024-02-02 
16:53:45.000000000 +0000
@@ -29,7 +29,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libmmb4.0 (= ${binary:Version}),
+ libmmb4.0t64 (= ${binary:Version}),
  ${misc:Depends},
 Breaks:
  libmmblib-dev (<< 4.0.0),
@@ -43,7 +43,10 @@
  .
  This package contains the development files.
 
-Package: libmmb4.0
+Package: libmmb4.0t64
+Provides: ${t64:Provides}
+Replaces: libmmb4.0
+Breaks: libmmb4.0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0.install 
macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0.install
--- macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0.install    2023-06-23 
05:37:57.000000000 +0000
+++ macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0.install    1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libMMB.so.*
diff -Nru macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0t64.install 
macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0t64.install
--- macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0t64.install 1970-01-01 
00:00:00.000000000 +0000
+++ macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0t64.install 2023-06-23 
05:37:57.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libMMB.so.*
diff -Nru macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0t64.lintian-overrides 
macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0t64.lintian-overrides
--- macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0t64.lintian-overrides       
1970-01-01 00:00:00.000000000 +0000
+++ macromoleculebuilder-4.0.0+dfsg/debian/libmmb4.0t64.lintian-overrides       
2024-02-02 16:53:45.000000000 +0000
@@ -0,0 +1 @@
+libmmb4.0t64: package-name-doesnt-match-sonames libmmb4.0

--- End Message ---
--- Begin Message ---
Source: macromoleculebuilder
Source-Version: 4.0.0+dfsg-3.1
Done: Graham Inggs <gin...@debian.org>

We believe that the bug you reported is fixed in the latest version of
macromoleculebuilder, 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 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Graham Inggs <gin...@debian.org> (supplier of updated macromoleculebuilder 
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: Thu, 29 Feb 2024 10:59:56 +0000
Source: macromoleculebuilder
Architecture: source
Version: 4.0.0+dfsg-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Graham Inggs <gin...@debian.org>
Closes: 1062681
Changes:
 macromoleculebuilder (4.0.0+dfsg-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062681
Checksums-Sha1:
 ba95da8a89b86c8c8b14d987968950f7572257fb 2450 
macromoleculebuilder_4.0.0+dfsg-3.1.dsc
 c82774e385d6321bd759afff89ece9410f14b900 5704 
macromoleculebuilder_4.0.0+dfsg-3.1.debian.tar.xz
 7e16805f3be58a3629319697a628edda8e8dcd15 10841 
macromoleculebuilder_4.0.0+dfsg-3.1_source.buildinfo
Checksums-Sha256:
 1ae2ce2d128e2d65d6917771eac3b84f24e3a4731bbc1991a627e147f559b14c 2450 
macromoleculebuilder_4.0.0+dfsg-3.1.dsc
 9d9017215e057dc5e5d94790768437e85310c3fd9490c9725a18f264dcb50e31 5704 
macromoleculebuilder_4.0.0+dfsg-3.1.debian.tar.xz
 b3edf18b26268413f1e7b093cd860388c690ef520040e93053549e9669dc6563 10841 
macromoleculebuilder_4.0.0+dfsg-3.1_source.buildinfo
Files:
 5e8476b20416c861492d036b50112ade 2450 science optional 
macromoleculebuilder_4.0.0+dfsg-3.1.dsc
 223e4362c776e4e14645a97fce35096b 5704 science optional 
macromoleculebuilder_4.0.0+dfsg-3.1.debian.tar.xz
 aad44e417b57313ba37f280ca449179e 10841 science optional 
macromoleculebuilder_4.0.0+dfsg-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXgZJ4ACgkQr8/sjmac
4cKHyhAAkOFJp6xiDXl0ncMiFwapMHwvIFpZtZcsLzds+SEeX5smI3koozlGOZc3
jO6B1WRHCQQCsAD/drBD5vMK356G9/1HS3RKY2GLu2eX6xfnlKJiLgBD54CGkuD+
0SxrRI2yeyjZTz34aYJrNREZOwD1ctLfY9m5b1G5/ScqGJngYjqhjHiJoGS9fwc1
Zx0ve2/19cdjjsjHEJaEgLySY6o6CK/49lCwdAYquiwcGa2J243HB8ZMJy0XapOy
6/1eu0AhtJW8AG0g5eUI8Y1rv6elhx0dub7vK3NinJQo0Zjj6J6BwJ7sAp8kn0kH
skg+ll8sil168e8uQBopNpX45lclHCdWptTCPi/adSQcPObK/9w15Ylew7PPFX5V
PUdq79RmFiWyjpA0a2R9pWv/hsVPmJWiqiraCWlybI0B3ooJRNAxgLBy8ZVW0Tkp
7RtpEeRE7+ZxJcKTgQjBR5rlmLqBQGgAOXrrbyAhoUK62o3SKTrSmS9Wns+Vh7oW
aHmG0ez8RmibsCUNl4pib0MTLINqW5g9cPaYES8LLoIds4/M0i9dQIFozrWusYqP
1p+a0ttcK/8pJRwc63NgiCJS+I2dh2NVfFC4/AuYHPMmIff16radMVEJi39cLrH+
tosztJme6unBdCjkNFTGzeIRJWXtqSvSwpwrTyHzmH0yRgAvpiI=
=VHMO
-----END PGP SIGNATURE-----

Attachment: pgp0qANX7Dsua.pgp
Description: PGP signature


--- End Message ---

Reply via email to