Your message dated Tue, 27 Feb 2024 23:34:47 +0000
with message-id <e1rf6yf-003ls2...@fasolo.debian.org>
and subject line Bug#1061912: fixed in ctemplate 2.4-3.1
has caused the Debian Bug report #1061912,
regarding ctemplate: 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.)


-- 
1061912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061912
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ctemplate
Version: 2.4-3
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
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
ctemplate 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 ctemplate
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/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru ctemplate-2.4/debian/changelog ctemplate-2.4/debian/changelog
--- ctemplate-2.4/debian/changelog      2023-08-13 17:56:48.000000000 +0000
+++ ctemplate-2.4/debian/changelog      2024-01-30 01:26:49.000000000 +0000
@@ -1,3 +1,10 @@
+ctemplate (2.4-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org>  Tue, 30 Jan 2024 01:26:49 +0000
+
 ctemplate (2.4-3) unstable; urgency=medium
 
   * Set upstream metadata fields: Repository.
diff -Nru ctemplate-2.4/debian/control ctemplate-2.4/debian/control
--- ctemplate-2.4/debian/control        2023-08-13 17:39:23.000000000 +0000
+++ ctemplate-2.4/debian/control        2024-01-30 01:26:49.000000000 +0000
@@ -23,7 +23,10 @@
  ctemplate package.
  This package contains the ctemplate development files.
 
-Package: libctemplate3
+Package: libctemplate3t64
+Provides: ${t64:Provides}
+Replaces: libctemplate3
+Breaks: libctemplate3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru ctemplate-2.4/debian/libctemplate3.install 
ctemplate-2.4/debian/libctemplate3.install
--- ctemplate-2.4/debian/libctemplate3.install  2019-12-28 09:36:04.000000000 
+0000
+++ ctemplate-2.4/debian/libctemplate3.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-usr/lib/*/libctemplate.so.3*
-usr/lib/*/libctemplate_nothreads.so.3*
diff -Nru ctemplate-2.4/debian/libctemplate3t64.install 
ctemplate-2.4/debian/libctemplate3t64.install
--- ctemplate-2.4/debian/libctemplate3t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ ctemplate-2.4/debian/libctemplate3t64.install       2019-12-28 
09:36:04.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libctemplate.so.3*
+usr/lib/*/libctemplate_nothreads.so.3*
diff -Nru ctemplate-2.4/debian/libctemplate3t64.lintian-overrides 
ctemplate-2.4/debian/libctemplate3t64.lintian-overrides
--- ctemplate-2.4/debian/libctemplate3t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ ctemplate-2.4/debian/libctemplate3t64.lintian-overrides     2024-01-30 
01:26:49.000000000 +0000
@@ -0,0 +1 @@
+libctemplate3t64: package-name-doesnt-match-sonames libctemplate3

--- End Message ---
--- Begin Message ---
Source: ctemplate
Source-Version: 2.4-3.1
Done: Michael Hudson-Doyle <mwhud...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ctemplate, 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 1061...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Hudson-Doyle <mwhud...@debian.org> (supplier of updated ctemplate 
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: SHA256

Format: 1.8
Date: Tue, 27 Feb 2024 23:11:50 +0000
Source: ctemplate
Architecture: source
Version: 2.4-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <pkg-kde-ext...@lists.alioth.debian.org>
Changed-By: Michael Hudson-Doyle <mwhud...@debian.org>
Closes: 1061912
Changes:
 ctemplate (2.4-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1061912
Checksums-Sha1:
 eb344ebed06a80b830ac28d3d8df0dd7038e4d0f 2077 ctemplate_2.4-3.1.dsc
 2400a78e1329eb7f8819c3c89edd868f6b1ded94 7864 ctemplate_2.4-3.1.debian.tar.xz
 2e49e94a61cd1219b85290acb3deb2198ed42e09 6912 
ctemplate_2.4-3.1_source.buildinfo
Checksums-Sha256:
 c059eb3e2943eb4f367a6c46af3012f7b198b7aa0da87bdd58ad961b1b34db4c 2077 
ctemplate_2.4-3.1.dsc
 46e18b2922b1084db8999e80857813fdb7ad97aa593bca74a11705ddd89ff03e 7864 
ctemplate_2.4-3.1.debian.tar.xz
 a550f0d31ee3f98b5589968b25df1db4578d0e303be6241bad445a814e89e555 6912 
ctemplate_2.4-3.1_source.buildinfo
Files:
 560402354997e8afa9722dc1c023dcc2 2077 libdevel optional ctemplate_2.4-3.1.dsc
 823a600f1b07028e595664aca8b3f879 7864 libdevel optional 
ctemplate_2.4-3.1.debian.tar.xz
 2058b2d6c83c3ba414b124de2f51d848 6912 libdevel optional 
ctemplate_2.4-3.1_source.buildinfo

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

iQJIBAEBCAAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXebF8UHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJOHiRAAsySLr8Ukcbi5TPE6sO2GmzhDtPNR
T9oVJ1HToDOwJWfeDpLN2E2G0bhKClojNu5PwzvXAjGQpOwJTWzoxK2WFew2J3e/
TuiOa6g1OqSSVbAe62Qz6vld4EdlBnOYSrkgJT7ca3hGEfgbImzL2GV0V71AEs6P
xHFrbXZOpIC6wRUFO8qmF9wd1thfvQuGDFz56meXLMtXR7vqvPw4Tvie2P89+Z84
7QkormzV56og94Woy0ij0UXvAyymOJETTzv2cKuR0jCRkYUD2TyAgnBlwiz407fc
IqUGgbE/eVgSJBG9HOUcECNmvSX0RviaIqHc3RQNzKEWBKX0/dNAE+zgRFT4FDb3
zYyxIYFjgmzkqcvrNR5c1llP4IA/gQrzhzD9gv38NPbTCZc0kVQhUvUAlDEwQv/K
naV+aZOFKXqB0At3Qik6ofm/i6DH5RXFCVdfPZ02EwFBafVC23yLvHxJYi2UwAwf
VcUtx0TLOOC3U6uZs/F6Tdne+TeA5LDOe0bl4UIqtXBxJOHasZcLuItVmVtcxanD
+K1LAhMxKRXwtv2GGkuC/6RwEsjn8Ofe6M3V3D+sXj15kwcyaRDgDhP8Mc4vfxcC
mtWVKCbKuo24mWV28y/2hkU8zRDK5I3l7sYWytPaEcEfcLtYsaGaFt/8QU0xkyfl
FmLEfMfgYOfiPiA=
=t34+
-----END PGP SIGNATURE-----

Attachment: pgp2dZSQBK65v.pgp
Description: PGP signature


--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to