Your message dated Wed, 28 Feb 2024 12:08:03 +0000
with message-id <[email protected]>
and subject line Bug#1062458: fixed in irstlm 6.00.05-4.1
has caused the Debian Bug report #1062458,
regarding irstlm: 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.)


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

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
irstlm 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 irstlm
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 irstlm-6.00.05/debian/changelog irstlm-6.00.05/debian/changelog
--- irstlm-6.00.05/debian/changelog     2023-09-19 20:53:34.000000000 +0000
+++ irstlm-6.00.05/debian/changelog     2024-02-01 15:48:24.000000000 +0000
@@ -1,3 +1,10 @@
+irstlm (6.00.05-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]>  Thu, 01 Feb 2024 15:48:24 +0000
+
 irstlm (6.00.05-4) unstable; urgency=medium
 
   * Remove MIA uploader Koichi Akabe <[email protected]>. Closes: #864577
diff -Nru irstlm-6.00.05/debian/control irstlm-6.00.05/debian/control
--- irstlm-6.00.05/debian/control       2023-09-19 20:53:34.000000000 +0000
+++ irstlm-6.00.05/debian/control       2024-02-01 15:48:23.000000000 +0000
@@ -19,7 +19,7 @@
 
 Package: irstlm
 Architecture: any
-Depends: libirstlm1 (= ${binary:Version}),
+Depends: libirstlm1t64 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends},
          ${perl:Depends}
@@ -33,7 +33,7 @@
 Package: libirstlm-dev
 Architecture: any
 Section: libdevel
-Depends: libirstlm1 (= ${binary:Version}),
+Depends: libirstlm1t64 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: IRST Language Modeling Toolkit - development files
@@ -43,7 +43,10 @@
  .
  This package provides development headers for IRSTLM.
 
-Package: libirstlm1
+Package: libirstlm1t64
+Provides: ${t64:Provides}
+Replaces: libirstlm1
+Breaks: libirstlm1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru irstlm-6.00.05/debian/libirstlm1.install 
irstlm-6.00.05/debian/libirstlm1.install
--- irstlm-6.00.05/debian/libirstlm1.install    2023-09-19 20:53:34.000000000 
+0000
+++ irstlm-6.00.05/debian/libirstlm1.install    1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru irstlm-6.00.05/debian/libirstlm1t64.install 
irstlm-6.00.05/debian/libirstlm1t64.install
--- irstlm-6.00.05/debian/libirstlm1t64.install 1970-01-01 00:00:00.000000000 
+0000
+++ irstlm-6.00.05/debian/libirstlm1t64.install 2023-09-19 20:53:34.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru irstlm-6.00.05/debian/libirstlm1t64.lintian-overrides 
irstlm-6.00.05/debian/libirstlm1t64.lintian-overrides
--- irstlm-6.00.05/debian/libirstlm1t64.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
+++ irstlm-6.00.05/debian/libirstlm1t64.lintian-overrides       2024-02-01 
15:48:23.000000000 +0000
@@ -0,0 +1 @@
+libirstlm1t64: package-name-doesnt-match-sonames libirstlm1

--- End Message ---
--- Begin Message ---
Source: irstlm
Source-Version: 6.00.05-4.1
Done: Lukas Märdian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
irstlm, 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.
Lukas Märdian <[email protected]> (supplier of updated irstlm 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 11:48:59 +0000
Source: irstlm
Architecture: source
Version: 6.00.05-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062458
Changes:
 irstlm (6.00.05-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062458
Checksums-Sha1:
 d7d48d8963173f21d5775b845da60d55b1f1d716 2187 irstlm_6.00.05-4.1.dsc
 22f6c0140add8d581b07e77ea3824968d2cd530a 21572 irstlm_6.00.05-4.1.debian.tar.xz
 bce446a44bdb1f6642e83075fd433280e8549949 9102 
irstlm_6.00.05-4.1_source.buildinfo
Checksums-Sha256:
 8771fefcf488c7ab7ce2000d6df2c5e121fe733d343e67e5dd3307c2c4d82003 2187 
irstlm_6.00.05-4.1.dsc
 cc681c057d3a83c456f3d970bee486469ea36c20d35aa821ff0529033bc25fd9 21572 
irstlm_6.00.05-4.1.debian.tar.xz
 1c7fea68e0e60e27fa2ba384e1c7ba212c02775c4b91dfdbdb0fcc7c82b6ed62 9102 
irstlm_6.00.05-4.1_source.buildinfo
Files:
 41eb4909f494649e0c123f7fdc2e71c0 2187 science optional irstlm_6.00.05-4.1.dsc
 7af1004f81e7837c82e6372a04f50585 21572 science optional 
irstlm_6.00.05-4.1.debian.tar.xz
 c97d98e27085f0463e255042870d25c3 9102 science optional 
irstlm_6.00.05-4.1_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXfHdkRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIvnDBAAr+vNfi8jg1JMi80Nlo61/xBZcmhktxCK
I8X+yiCI6wHYDRnacQmTRs4xQminqeTHE0/G/GGD0psGiCZ2fcwvnxhuzJltx7zg
1YjVbozSrvETVpnvZKBQQbWCuDRh/xz9Ux3kOyr1Iqx/Udrshp/gDlvTF5j1pRju
LudQj6jkRjNasr4Ex9ODJRctmR6lQ0RqOIoyg3m9RRZH9WCO/ggowi3KZgn+Y2I0
6jKTGV2JNr8DljiCAp66IiAYDJVNZJZ5Sv2TTgacHMgift/EBb1NUkR4mB99pzRA
q2t/S5yIdbElW1w0hsS15VZJISsEVdj6GMzzUlVawtkimCVuMtasi49TOyH+pmIe
+O7FAw2EE0q651gRAG3QIrXV2mxDE5/ewzaNSKu0PWimK56pdFhcdcOdR3vZUtZU
AK4gVSstP4OAGya7WSWrsjndu3T7VNEvlU1/H9W2/la8tUVUGgUTLgrs1V91xrTs
9kQFZq5K/ALcSilOXBoeaj0pCz+lRLlsIqQKTi17BzYQ2/VXxnTkQkEB0pen+wYF
MAnINhYmcwYf2893AML0EY56olxyhhagnTVI+kSlZnLfLn9pOFzxmiVjBUVTEU4R
aewjUUCB5WfhVCC29CRv1dP/929gL/929QH/j+NwAqFgYKDj0VSt+cqFX7vYXR60
ucA8olfUbrY=
=gRfJ
-----END PGP SIGNATURE-----

Attachment: pgpzbySHIqvmn.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to