Your message dated Thu, 29 Feb 2024 10:04:54 +0000
with message-id <[email protected]>
and subject line Bug#1062227: fixed in libavl 0.3.5-4.1
has caused the Debian Bug report #1062227,
regarding libavl: 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.)


-- 
1062227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062227
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libavl
Version: 0.3.5-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
libavl 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 libavl
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'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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: systemd (via /run/systemd/system)
diff -Nru libavl-0.3.5/debian/changelog libavl-0.3.5/debian/changelog
--- libavl-0.3.5/debian/changelog       2016-06-21 10:03:23.000000000 +0000
+++ libavl-0.3.5/debian/changelog       2024-01-31 19:49:27.000000000 +0000
@@ -1,3 +1,10 @@
+libavl (0.3.5-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Wed, 31 Jan 2024 19:49:27 +0000
+
 libavl (0.3.5-4) unstable; urgency=medium
 
   [ Guus Sliepen ]
diff -Nru libavl-0.3.5/debian/control libavl-0.3.5/debian/control
--- libavl-0.3.5/debian/control 2016-06-21 08:39:25.000000000 +0000
+++ libavl-0.3.5/debian/control 2024-01-31 19:49:26.000000000 +0000
@@ -8,7 +8,7 @@
 Package: libavl-dev
 Section: libdevel
 Architecture: any
-Depends: libavl1 (= ${binary:Version}), libc6-dev, ${misc:Depends}
+Depends: libavl1t64 (= ${binary:Version}), libc6-dev, ${misc:Depends}
 Description: AVL tree manipulation library - development
  This library consists of a set of functions to manipulate AVL trees.  AVL
  trees are very efficient balanced binary trees, similar to red-black trees.
@@ -17,7 +17,10 @@
  .
  This package contains the header files.
 
-Package: libavl1
+Package: libavl1t64
+Provides: ${t64:Provides}
+Replaces: libavl1
+Breaks: libavl1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru libavl-0.3.5/debian/libavl1.install 
libavl-0.3.5/debian/libavl1.install
--- libavl-0.3.5/debian/libavl1.install 2016-06-21 10:00:00.000000000 +0000
+++ libavl-0.3.5/debian/libavl1.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru libavl-0.3.5/debian/libavl1t64.install 
libavl-0.3.5/debian/libavl1t64.install
--- libavl-0.3.5/debian/libavl1t64.install      1970-01-01 00:00:00.000000000 
+0000
+++ libavl-0.3.5/debian/libavl1t64.install      2016-06-21 10:00:00.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru libavl-0.3.5/debian/libavl1t64.lintian-overrides 
libavl-0.3.5/debian/libavl1t64.lintian-overrides
--- libavl-0.3.5/debian/libavl1t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ libavl-0.3.5/debian/libavl1t64.lintian-overrides    2024-01-31 
19:49:26.000000000 +0000
@@ -0,0 +1 @@
+libavl1t64: package-name-doesnt-match-sonames libavl1

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

We believe that the bug you reported is fixed in the latest version of
libavl, 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 libavl 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: Thu, 29 Feb 2024 08:45:27 +0000
Source: libavl
Architecture: source
Version: 0.3.5-4.1
Distribution: unstable
Urgency: medium
Maintainer: Guus Sliepen <[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062227
Changes:
 libavl (0.3.5-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062227
Checksums-Sha1:
 53a3f30b85494467a8fa8858aa7f98bc4234eab3 1755 libavl_0.3.5-4.1.dsc
 f6d946b7b66246cf24b3f9797ab9289a0d07a0ba 2996 libavl_0.3.5-4.1.debian.tar.xz
 e76ef695d1aca71f7ac66cca7c1e8a8e801468f6 6320 libavl_0.3.5-4.1_source.buildinfo
Checksums-Sha256:
 4f01b0ea6862ffd2996f82a054d43267f6f23f70f300713a91e5396c8f57dc5f 1755 
libavl_0.3.5-4.1.dsc
 fcc1a8b20883eebe0a27356e0dfd30e6cfad229f9e2769d4122553096a879bb4 2996 
libavl_0.3.5-4.1.debian.tar.xz
 9b060181f0bc2a1e231fc633237f41105a818b618dbb6f09f0af4bfc51c8ec7b 6320 
libavl_0.3.5-4.1_source.buildinfo
Files:
 b0e5243609443108b08ccbd38860c1d2 1755 devel optional libavl_0.3.5-4.1.dsc
 56233cd8ab285f274a49e35704ad92bb 2996 devel optional 
libavl_0.3.5-4.1.debian.tar.xz
 799a5b8262151aecaee08058a0d558e1 6320 devel optional 
libavl_0.3.5-4.1_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXgRDERHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIuycRAAxKU29ZVCJqokgd3oaj+Ar5K7DTHGTKbK
92T0XxwjK+aSog1JI/FwKWLrb9Br+PdB9Kb2jX9/aEYwBKYmDP8qJ1QypWsDNut1
705BFvcKDCAWwSojbk9yZkQPm4yEuN0/n7+/u9GYUO7a3ZJ/xUbhS657IQPMVY0e
eSXcnQBYfY+cFVOaLiBBYX49qSHy/0A3Qe+a0cD87Eqi8ynqmh8/yFo9rRR3UkFF
RESUgGc4UZglcHocI1z1LYXWJ7bnV8+2D+ClDhNBw5zUoRyTQYxgQQrQhqe2xr1F
4316zPVuv53WZwgjMZDuHFqd4iV8dVVz37AAtvksD1KgMbpFApLhqj3XUaUZsNOR
NSMHjAGEcQwrRcZilBrMTUGxSkYvdzE9xT5NZvPf355obNjp3eacJF0HLoPD6ogI
gwqIJ6JqFQ80cZXMYehsmb35HpuGkDHWClpDO5mzP3pCpNqV7uFvfvehDtUJ7mxq
DpijD5yQ6MMByZgxjaKdwj48jInc/k7XyJDCMvbFV9DhGWMzTjzE9O5quIGBT8tw
Qert0EarD7pt79SgNPZFws37flwAGyFn4ya1Vkc6ib9r0VoMgytHA8MY+yocMRn0
ck/spi9qLOABJs0MQcmaCIrvYTg5r1IjTmlOzz5RGLqkXlhOZsgBqqs/+PxgVg9k
ZCAyPmobkdM=
=D8CK
-----END PGP SIGNATURE-----

Attachment: pgpzll_tD9WcQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to