Your message dated Thu, 29 Feb 2024 11:28:58 +0000
with message-id <[email protected]>
and subject line Bug#1062243: fixed in libcapi20-3 1:3.27-3.1
has caused the Debian Bug report #1062243,
regarding libcapi20-3: 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.)


-- 
1062243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062243
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcapi20-3
Version: 1:3.27-3
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
libcapi20-3 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 libcapi20-3
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 libcapi20-3-3.27/debian/changelog libcapi20-3-3.27/debian/changelog
--- libcapi20-3-3.27/debian/changelog   2018-04-15 12:23:19.000000000 +0000
+++ libcapi20-3-3.27/debian/changelog   2024-01-31 20:12:18.000000000 +0000
@@ -1,3 +1,10 @@
+libcapi20-3 (1:3.27-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Wed, 31 Jan 2024 20:12:18 +0000
+
 libcapi20-3 (1:3.27-3) unstable; urgency=medium
 
   * control:
diff -Nru libcapi20-3-3.27/debian/control libcapi20-3-3.27/debian/control
--- libcapi20-3-3.27/debian/control     2018-04-15 12:22:25.000000000 +0000
+++ libcapi20-3-3.27/debian/control     2024-01-31 20:12:17.000000000 +0000
@@ -9,7 +9,10 @@
 Vcs-Browser: https://github.com/leggewie-DM/libcapi20
 Vcs-Git: [email protected]:leggewie-DM/libcapi20.git
 
-Package: libcapi20-3
+Package: libcapi20-3t64
+Provides: ${t64:Provides}
+Replaces: libcapi20-3
+Breaks: libcapi20-3 (<< ${source:Version})
 Architecture: linux-any
 Section: libs
 Multi-Arch: same
@@ -23,9 +26,9 @@
 Architecture: linux-any
 Section: libdevel
 Multi-Arch: same
-Depends: libcapi20-3 (= ${binary:Version}), ${misc:Depends}
+Depends: libcapi20-3t64 (= ${binary:Version}), ${misc:Depends}
 Breaks: isdnutils-base (<< 1:3.22+dfsg1-4)
-Replaces: libcapi20-3 (<< 1:3.9.20060704+dfsg.3-4),
+Replaces: libcapi20-3t64 (<< 1:3.9.20060704+dfsg.3-4),
  isdnutils-base (<< 1:3.22+dfsg1-4)
 Description: ISDN utilities - CAPI development libraries
  This package provides files needed for development of CAPI-aware software.
diff -Nru libcapi20-3-3.27/debian/libcapi20-3.README.Debian 
libcapi20-3-3.27/debian/libcapi20-3.README.Debian
--- libcapi20-3-3.27/debian/libcapi20-3.README.Debian   2014-04-07 
04:29:08.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3.README.Debian   1970-01-01 
00:00:00.000000000 +0000
@@ -1,21 +0,0 @@
-The libcapi20-3 package was carved out from the long-established isdnutils
-package for easier maintenance in March 2014.  Feel free to consult isdnutils
-history to learn more about how things evolved prior to that date.
-
-It may become necessary to debug libcapi20. Debian builds the package without
-debug information for performance reasons.  Below patch will compile the
-library with debug information.
-
-diff --git a/capi20/capi20.c b/capi20/capi20.c
-index ab8c1c6..81b5c5c 100644
---- a/capi20/capi20.c
-+++ b/capi20/capi20.c
-@@ -61,7 +61,7 @@ static int tracelevel;
- static char *tracefile;
-
- /** debug level, for debugging purpose */
--static int nDebugLevel = 0;
-+static int nDebugLevel = 0xFFFF;
-
- /**
-  * \brief CapiDebug output functions
diff -Nru libcapi20-3-3.27/debian/libcapi20-3.docs 
libcapi20-3-3.27/debian/libcapi20-3.docs
--- libcapi20-3-3.27/debian/libcapi20-3.docs    2011-11-10 01:35:09.000000000 
+0000
+++ libcapi20-3-3.27/debian/libcapi20-3.docs    1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-README
diff -Nru libcapi20-3-3.27/debian/libcapi20-3.install.in 
libcapi20-3-3.27/debian/libcapi20-3.install.in
--- libcapi20-3-3.27/debian/libcapi20-3.install.in      2014-04-25 
06:50:57.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3.install.in      1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/@DEB_HOST_MULTIARCH@/libcapi20.so.* usr/lib/@DEB_HOST_MULTIARCH@/
-usr/lib/@DEB_HOST_MULTIARCH@/capi/*.so*     usr/lib/@DEB_HOST_MULTIARCH@/capi/
diff -Nru libcapi20-3-3.27/debian/libcapi20-3.shlibs 
libcapi20-3-3.27/debian/libcapi20-3.shlibs
--- libcapi20-3-3.27/debian/libcapi20-3.shlibs  2014-04-01 03:31:36.000000000 
+0000
+++ libcapi20-3-3.27/debian/libcapi20-3.shlibs  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-libcapi20 3 libcapi20-3
diff -Nru libcapi20-3-3.27/debian/libcapi20-3t64.Debian 
libcapi20-3-3.27/debian/libcapi20-3t64.Debian
--- libcapi20-3-3.27/debian/libcapi20-3t64.Debian       1970-01-01 
00:00:00.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3t64.Debian       2014-04-07 
04:29:08.000000000 +0000
@@ -0,0 +1,21 @@
+The libcapi20-3 package was carved out from the long-established isdnutils
+package for easier maintenance in March 2014.  Feel free to consult isdnutils
+history to learn more about how things evolved prior to that date.
+
+It may become necessary to debug libcapi20. Debian builds the package without
+debug information for performance reasons.  Below patch will compile the
+library with debug information.
+
+diff --git a/capi20/capi20.c b/capi20/capi20.c
+index ab8c1c6..81b5c5c 100644
+--- a/capi20/capi20.c
++++ b/capi20/capi20.c
+@@ -61,7 +61,7 @@ static int tracelevel;
+ static char *tracefile;
+
+ /** debug level, for debugging purpose */
+-static int nDebugLevel = 0;
++static int nDebugLevel = 0xFFFF;
+
+ /**
+  * \brief CapiDebug output functions
diff -Nru libcapi20-3-3.27/debian/libcapi20-3t64.docs 
libcapi20-3-3.27/debian/libcapi20-3t64.docs
--- libcapi20-3-3.27/debian/libcapi20-3t64.docs 1970-01-01 00:00:00.000000000 
+0000
+++ libcapi20-3-3.27/debian/libcapi20-3t64.docs 2011-11-10 01:35:09.000000000 
+0000
@@ -0,0 +1 @@
+README
diff -Nru libcapi20-3-3.27/debian/libcapi20-3t64.in 
libcapi20-3-3.27/debian/libcapi20-3t64.in
--- libcapi20-3-3.27/debian/libcapi20-3t64.in   1970-01-01 00:00:00.000000000 
+0000
+++ libcapi20-3-3.27/debian/libcapi20-3t64.in   2014-04-25 06:50:57.000000000 
+0000
@@ -0,0 +1,2 @@
+usr/lib/@DEB_HOST_MULTIARCH@/libcapi20.so.* usr/lib/@DEB_HOST_MULTIARCH@/
+usr/lib/@DEB_HOST_MULTIARCH@/capi/*.so*     usr/lib/@DEB_HOST_MULTIARCH@/capi/
diff -Nru libcapi20-3-3.27/debian/libcapi20-3t64.lintian-overrides 
libcapi20-3-3.27/debian/libcapi20-3t64.lintian-overrides
--- libcapi20-3-3.27/debian/libcapi20-3t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3t64.lintian-overrides    2024-01-31 
20:12:17.000000000 +0000
@@ -0,0 +1 @@
+libcapi20-3t64: package-name-doesnt-match-sonames libcapi20-3
diff -Nru libcapi20-3-3.27/debian/libcapi20-3t64.shlibs 
libcapi20-3-3.27/debian/libcapi20-3t64.shlibs
--- libcapi20-3-3.27/debian/libcapi20-3t64.shlibs       1970-01-01 
00:00:00.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3t64.shlibs       2024-01-31 
20:12:17.000000000 +0000
@@ -0,0 +1 @@
+libcapi20 3 libcapi20-3t64

--- End Message ---
--- Begin Message ---
Source: libcapi20-3
Source-Version: 1:3.27-3.1
Done: Lukas Märdian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libcapi20-3, 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 libcapi20-3 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 10:33:37 +0000
Source: libcapi20-3
Architecture: source
Version: 1:3.27-3.1
Distribution: unstable
Urgency: medium
Maintainer: Rolf Leggewie <[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062243
Changes:
 libcapi20-3 (1:3.27-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062243
Checksums-Sha1:
 09a96da1d43fa647441c6e13857b86558a63d8ad 2040 libcapi20-3_3.27-3.1.dsc
 dcf81a7f0d6a688aa464ff19ed7412ab452dbe31 3988 
libcapi20-3_3.27-3.1.debian.tar.xz
 2c512632e5aee3c2b3cfc37105e0918c0e60012d 6338 
libcapi20-3_3.27-3.1_source.buildinfo
Checksums-Sha256:
 3bf5d2b1c1d1b1782269429cc864eed90aac72f56e243288e4b7519122d79987 2040 
libcapi20-3_3.27-3.1.dsc
 695185d090c9769899f9262a108546c369f60af601ecb0180491efcdec94aa14 3988 
libcapi20-3_3.27-3.1.debian.tar.xz
 bb80fe3505128a0f3db732be0e425e189939d06329b514c13e2000baa6dea69d 6338 
libcapi20-3_3.27-3.1_source.buildinfo
Files:
 2439bee6810ea17fe70308f0d8282967 2040 utils optional libcapi20-3_3.27-3.1.dsc
 96673710628f2fa9c83087bfd30046a8 3988 utils optional 
libcapi20-3_3.27-3.1.debian.tar.xz
 c5ccb0dd726594717fd2154e377b3cb9 6338 utils optional 
libcapi20-3_3.27-3.1_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXgXaERHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrItOEBAApxJrYFOS2sIbmULKKjx2/fUKAnPk3cgA
emHKm8cAxamIyHIQb6LktxQYDq4yECLliT6o2dM6L1wlX+ZrTzWTpFd09z61JuU/
n21GYBX4WOzF6G3bNtHg52KUF2Z4oZPzrCZGelQtFZ4ri+GqFQufUJRdfcPkCxOI
4y18D8fYJheoiapSz14ZMlKIbr+vX7aY1BEqqJqVOy9zNMygDX8hhIgMKAsosu+t
ooFhoHShh/yVzUIJ2pcOmXKWO3J8IqaHi9IxOSr4tpNxGNFVcwpjcGGaeoHTdpTN
MwuhnH8+46zLTYOuD1qbtXD+oxXI5BhncI0IwL0bcttjyt/iipQVBzP4k/ruV1nM
kofMHyr/DZ92EBKZ8xj0Wd7k7qtSiziFvCD3ZPdvOAUZKgrAjgNYhH8a9kCp9eor
NIQxvaiXK2iJHpu7umKC6J3F9SR//yKHergMKJNtr4C1rES6Ked4nLLlVeP1OEgk
RjrdUS+ltQoKSwPLAlRaVgqljUR55Hc4dDF4c9Mg7BiyXRyAAIGSyNeYgVqGB/5y
60D7mKt4M1aM2zIa/Be4LYVcKlbKa8llhf5uXwhdjLOCd4prRXjWCy0aSyNNKhf8
YrQ1AINli6x3YJt47P5l5O1r6XMOh8irDusUWOXc7U4qeMtn059dDN3bCwczhyEg
omCR7Ny+qzE=
=RvcR
-----END PGP SIGNATURE-----

Attachment: pgpKN6TAbLbXr.pgp
Description: PGP signature


--- End Message ---

Reply via email to