Your message dated Wed, 28 Feb 2024 12:22:41 +0000
with message-id <[email protected]>
and subject line Bug#1062465: fixed in ivykis 0.42.4-1.1
has caused the Debian Bug report #1062465,
regarding ivykis: 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.)


-- 
1062465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062465
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ivykis
Version: 0.42.4-1
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
ivykis 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 ivykis
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 ivykis-0.42.4/debian/changelog ivykis-0.42.4/debian/changelog
--- ivykis-0.42.4/debian/changelog      2019-07-21 14:10:12.000000000 +0000
+++ ivykis-0.42.4/debian/changelog      2024-02-01 16:00:42.000000000 +0000
@@ -1,3 +1,10 @@
+ivykis (0.42.4-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]>  Thu, 01 Feb 2024 16:00:42 +0000
+
 ivykis (0.42.4-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru ivykis-0.42.4/debian/control ivykis-0.42.4/debian/control
--- ivykis-0.42.4/debian/control        2018-05-29 20:09:44.000000000 +0000
+++ ivykis-0.42.4/debian/control        2024-02-01 16:00:42.000000000 +0000
@@ -8,7 +8,10 @@
 #Vcs-Git: git://anonscm.debian.org/collab-maint/ivykis.git -b debian
 #Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/ivykis.git?h=debian
 
-Package: libivykis0
+Package: libivykis0t64
+Provides: ${t64:Provides}
+Replaces: libivykis0
+Breaks: libivykis0 (<< ${source:Version})
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Architecture: any
@@ -28,7 +31,7 @@
 Package: libivykis-dev
 Section: libdevel
 Architecture: any
-Depends: libivykis0 (= ${binary:Version}), ${misc:Depends}
+Depends: libivykis0t64 (= ${binary:Version}), ${misc:Depends}
 Breaks: libsyslog-ng-dev (<< 3.3.5.90~)
 Replaces: libsyslog-ng-dev (<< 3.3.5.90~)
 Description: Development libraries, header files and docs for libivykis
@@ -46,7 +49,7 @@
 Multi-Arch: same
 Section: debug
 Architecture: any
-Depends: libivykis0 (= ${binary:Version}), ${misc:Depends}
+Depends: libivykis0t64 (= ${binary:Version}), ${misc:Depends}
 Description: Asynchronous I/O readiness notification library (debug symbols)
  Contains the debug symbols for the libivykis library. Most people
  will not need this package.
diff -Nru ivykis-0.42.4/debian/libivykis0.install 
ivykis-0.42.4/debian/libivykis0.install
--- ivykis-0.42.4/debian/libivykis0.install     2016-12-31 16:40:39.000000000 
+0000
+++ ivykis-0.42.4/debian/libivykis0.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libivykis*.so.*
diff -Nru ivykis-0.42.4/debian/libivykis0.symbols 
ivykis-0.42.4/debian/libivykis0.symbols
--- ivykis-0.42.4/debian/libivykis0.symbols     2017-07-23 08:33:46.000000000 
+0000
+++ ivykis-0.42.4/debian/libivykis0.symbols     1970-01-01 00:00:00.000000000 
+0000
@@ -1,5 +0,0 @@
-libivykis.so.0 #PACKAGE# #MINVER#
- (symver)IVYKIS_0.29 0.29
- (symver)IVYKIS_0.30 0.30
- (symver)IVYKIS_0.33 0.33
- (symver)IVYKIS_0.40 0.42
diff -Nru ivykis-0.42.4/debian/libivykis0t64.install 
ivykis-0.42.4/debian/libivykis0t64.install
--- ivykis-0.42.4/debian/libivykis0t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ ivykis-0.42.4/debian/libivykis0t64.install  2016-12-31 16:40:39.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libivykis*.so.*
diff -Nru ivykis-0.42.4/debian/libivykis0t64.lintian-overrides 
ivykis-0.42.4/debian/libivykis0t64.lintian-overrides
--- ivykis-0.42.4/debian/libivykis0t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ ivykis-0.42.4/debian/libivykis0t64.lintian-overrides        2024-02-01 
16:00:42.000000000 +0000
@@ -0,0 +1 @@
+libivykis0t64: package-name-doesnt-match-sonames libivykis0
diff -Nru ivykis-0.42.4/debian/libivykis0t64.symbols 
ivykis-0.42.4/debian/libivykis0t64.symbols
--- ivykis-0.42.4/debian/libivykis0t64.symbols  1970-01-01 00:00:00.000000000 
+0000
+++ ivykis-0.42.4/debian/libivykis0t64.symbols  2024-02-01 16:00:42.000000000 
+0000
@@ -0,0 +1,5 @@
+libivykis.so.0 #PACKAGE# #MINVER#
+ (symver)IVYKIS_0.29 0.29
+ (symver)IVYKIS_0.30 0.30
+ (symver)IVYKIS_0.33 0.33
+ (symver)IVYKIS_0.40 0.42

--- End Message ---
--- Begin Message ---
Source: ivykis
Source-Version: 0.42.4-1.1
Done: Lukas Märdian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ivykis, 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 ivykis 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 12:06:02 +0000
Source: ivykis
Architecture: source
Version: 0.42.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062465
Changes:
 ivykis (0.42.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062465
Checksums-Sha1:
 9f6b140f8e5a156329b96fa269c8394caf7c7ca1 1894 ivykis_0.42.4-1.1.dsc
 f8259ae0de89676fc1a6c0925fa2f0e1865d7640 3696 ivykis_0.42.4-1.1.debian.tar.xz
 279147c37bd7ea1b110dbbb310e6ba21fc456a0c 6324 
ivykis_0.42.4-1.1_source.buildinfo
Checksums-Sha256:
 ea155d96581a5c684269dfb32447b0eeb03c6d05ad860e41cb8cbda0a8901733 1894 
ivykis_0.42.4-1.1.dsc
 d5f52ccc17b0c4aa1f37c449fee66569c29f2162893b27b739435aaa4499fd17 3696 
ivykis_0.42.4-1.1.debian.tar.xz
 27cba9fa61f35da6161c1a3e14d09bb7a18c62f5213750152039cb087b2268b6 6324 
ivykis_0.42.4-1.1_source.buildinfo
Files:
 b0adc85f0db37e7ef133e0ef74ddcb02 1894 libs optional ivykis_0.42.4-1.1.dsc
 7aac63788d4cd9d7928e7b95027aceee 3696 libs optional 
ivykis_0.42.4-1.1.debian.tar.xz
 e178d69cd3bd2ce0b9f440f31652c227 6324 libs optional 
ivykis_0.42.4-1.1_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXfIcgRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIvAchAA0BBRZtuRCrRLn699by4+vd9ZIzjDREu6
bR9mCZ/mxCTDmMG3sxEuo6AUmeI0Ty3c6ThdWOfIIXO68xdoXlBWHujiwSr3D4s4
CW7Bf0DBYEZzlTK0bDFh0jYqKO2eYyJZDTPHPampU8r/zSZ0nd/6hRkuwc6JOYPv
v4H46mlGEzGusZg4txgrhdvnKCiZlWVIUKTQnbBMBnNLhMJSifB8bwbQaiFHOFmr
eduWPVU5/k8UanXJzEz1Y0VgqF0UW0iFlEeIb5BZeGWENBTXe0nEzrisNIElsh9U
5a3ggz8hEF0fvu09vNZ91d5386VdppQ172rUz/Xc4ia4jI+v4XSkHMCp8BBCtKfa
40GPy6rdM+XY87z991zR6UhU5eJBMXnTRKJwSXlOKik6YAm++D0NQyvzRjLMpzPP
dSFZ41QGYnAzw49ePOdEUXzD5ahg7HusT9T6gZM6V/oDv1n0gn91X/s32rQMETNm
lyNRkeYYRwXYN5CGe2iUkAO2z2ncacyQ65TLFtTCubzf7NsYzgNvagMVVuk+g+7/
jDAW1s1I1jDFv0Vpgqwx7j375dwzZIcys9tirC20zRp2dUAr/7CVozTXi85lx0N7
bYHVgjQMKTWACPOYPn4hI8br5uO8XZFnywmeBZncZJjnitS+wkZOFmxrwMvQPLf/
RmYektBiy8U=
=6SJu
-----END PGP SIGNATURE-----

Attachment: pgpsv0z3qR9DG.pgp
Description: PGP signature


--- End Message ---

Reply via email to