Your message dated Wed, 28 Feb 2024 23:53:06 +0000
with message-id <e1rftjw-008a5c...@fasolo.debian.org>
and subject line Bug#1063164: fixed in ncrystal 3.4.1+ds1-1.1
has caused the Debian Bug report #1063164,
regarding ncrystal: 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.)


-- 
1063164: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ncrystal
Version: 3.4.1+ds1-1
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
ncrystal 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 ncrystal
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 ncrystal-3.4.1+ds1/debian/changelog 
ncrystal-3.4.1+ds1/debian/changelog
--- ncrystal-3.4.1+ds1/debian/changelog 2022-11-11 14:53:29.000000000 +0000
+++ ncrystal-3.4.1+ds1/debian/changelog 2024-02-05 15:00:14.000000000 +0000
@@ -1,3 +1,10 @@
+ncrystal (3.4.1+ds1-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Mon, 05 Feb 2024 15:00:14 +0000
+
 ncrystal (3.4.1+ds1-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru ncrystal-3.4.1+ds1/debian/control ncrystal-3.4.1+ds1/debian/control
--- ncrystal-3.4.1+ds1/debian/control   2022-11-11 14:37:45.000000000 +0000
+++ ncrystal-3.4.1+ds1/debian/control   2024-02-05 15:00:14.000000000 +0000
@@ -14,7 +14,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libncrystal1 (= ${binary:Version}), ${misc:Depends}
+Depends: libncrystal1t64 (= ${binary:Version}), ${misc:Depends}
 Description: Monte Carlo simulations of neutrons in crystals (dev files)
  This is a source distribution of NCrystal, a library and associated
  tools which enables calculations for Monte Carlo simulations of
@@ -22,7 +22,10 @@
  .
  This package contains the development files.
 
-Package: libncrystal1
+Package: libncrystal1t64
+Provides: ${t64:Provides}
+Replaces: libncrystal1
+Breaks: libncrystal1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru ncrystal-3.4.1+ds1/debian/libncrystal1.install 
ncrystal-3.4.1+ds1/debian/libncrystal1.install
--- ncrystal-3.4.1+ds1/debian/libncrystal1.install      2022-11-11 
14:37:45.000000000 +0000
+++ ncrystal-3.4.1+ds1/debian/libncrystal1.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-NOTICE /usr/share/doc/libncrystal1/
diff -Nru ncrystal-3.4.1+ds1/debian/libncrystal1t64.install 
ncrystal-3.4.1+ds1/debian/libncrystal1t64.install
--- ncrystal-3.4.1+ds1/debian/libncrystal1t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ ncrystal-3.4.1+ds1/debian/libncrystal1t64.install   2022-11-11 
14:37:45.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/lib*.so.*
+NOTICE /usr/share/doc/libncrystal1/
diff -Nru ncrystal-3.4.1+ds1/debian/libncrystal1t64.lintian-overrides 
ncrystal-3.4.1+ds1/debian/libncrystal1t64.lintian-overrides
--- ncrystal-3.4.1+ds1/debian/libncrystal1t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ ncrystal-3.4.1+ds1/debian/libncrystal1t64.lintian-overrides 2024-02-05 
15:00:14.000000000 +0000
@@ -0,0 +1 @@
+libncrystal1t64: package-name-doesnt-match-sonames libncrystal1

--- End Message ---
--- Begin Message ---
Source: ncrystal
Source-Version: 3.4.1+ds1-1.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ncrystal, 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.
Benjamin Drung <bdr...@debian.org> (supplier of updated ncrystal 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 22:34:47 +0000
Source: ncrystal
Architecture: source
Version: 3.4.1+ds1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063164
Changes:
 ncrystal (3.4.1+ds1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063164
Checksums-Sha1:
 2f06bbe8903d1dcde0563e0054599775f9244203 2198 ncrystal_3.4.1+ds1-1.1.dsc
 1957423db92600f62e9ef7b53535ac87cb531fa9 2772 
ncrystal_3.4.1+ds1-1.1.debian.tar.xz
 1a3e5694e30a5b8ede8ea7f072f0f39552afa0e6 6977 
ncrystal_3.4.1+ds1-1.1_source.buildinfo
Checksums-Sha256:
 f5cd3fadf71e6a13353c0be3e1ae1fe86f0c5d816f610ea10057d302589b3ef5 2198 
ncrystal_3.4.1+ds1-1.1.dsc
 c357eae245bffddc5c9960d6796fb599ae7a64b72841f7df1764d21c7d9c5c81 2772 
ncrystal_3.4.1+ds1-1.1.debian.tar.xz
 73d321f2ac15f930d81390c7d270930b73135edaf80009905a9d513c3aeb3f8f 6977 
ncrystal_3.4.1+ds1-1.1_source.buildinfo
Files:
 942221809bacb0040326208523f41147 2198 libs optional ncrystal_3.4.1+ds1-1.1.dsc
 bbe552a04d508b225609d4fb75e9c9a4 2772 libs optional 
ncrystal_3.4.1+ds1-1.1.debian.tar.xz
 ad47eced3951fd44537719f481e4902f 6977 libs optional 
ncrystal_3.4.1+ds1-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXftTUACgkQFZ61xO/I
d0wCmg//Z1SVuTt6wZ4PPUA7L5+q99VCLvQXA9dgYPJAqHo/CNDSX7Kgx8c0xojY
YannhTTlikTiDqjXW+o/2wOxmjo4pYSC3sAjTTXgRSYjgSzVzqCHths6/+lEJdut
Nq7+GRC2fifivSHgtVWWvHLZgfw70x98lw+ApT3IQ/bTx+rB1Aas0HRjdk3VTyXi
1B8lBWtLuJo0qSV1DHuLzZJjcPHT2wG/fWKp8h/Mm0Qm23zK4LwS+Sr3svET4seK
TikCnHPOWeEf7ZOZm80SrF25LxYzHp9hRu1z6vdSElGb+W5Z2UpSoPtspTWwCw58
5m9hKIua6ure+eJ6d8QsUxCx3ggCBBhcESxRbqYe8JPGC9v77sba7my/HtTdK8Kf
chtTzMS/kg65Brek8WkdWF2tTNExOF0WThbqrdQA5qRYjlf7HXQOMrN8gMyNkaEm
rJmDHdod2tPNGO36aiOyorTPQQCfMXxpZL3vS38Tahd+jnB/7nucd8ewpu3LVWQm
R46KOTbmmuzPLNAa8daEr0GeOoo+SYa+kJYv4bbZDMjZRbSxuVzvddaQrmSnlJpV
MAOIW3cs57DlhziouYvZr4iy0sqGggiu5poLWBgGHr3auWlPZPSvh98aNsgeUyKS
cOYth9kbbkncBWcM3JeyTEoOnu9GPDA6Hj/2ORVVuMna3WtyFXQ=
=rDs5
-----END PGP SIGNATURE-----

Attachment: pgpp_80JaHVWW.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to