Your message dated Thu, 29 Feb 2024 19:17:31 +0000
with message-id <e1rflun-00croi...@fasolo.debian.org>
and subject line Bug#1063080: fixed in tntnet 3.0-3.1
has caused the Debian Bug report #1063080,
regarding tntnet: 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.)


-- 
1063080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063080
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tntnet
Version: 3.0-3
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

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
tntnet 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 tntnet
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-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 tntnet-3.0/debian/changelog tntnet-3.0/debian/changelog
--- tntnet-3.0/debian/changelog 2023-12-11 21:03:02.000000000 +0000
+++ tntnet-3.0/debian/changelog 2024-02-04 23:51:01.000000000 +0000
@@ -1,3 +1,10 @@
+tntnet (3.0-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Sun, 04 Feb 2024 23:51:01 +0000
+
 tntnet (3.0-3) unstable; urgency=medium
 
   * debian/control: update VCS fields
diff -Nru tntnet-3.0/debian/control tntnet-3.0/debian/control
--- tntnet-3.0/debian/control   2023-12-11 21:03:02.000000000 +0000
+++ tntnet-3.0/debian/control   2024-02-04 23:51:00.000000000 +0000
@@ -139,13 +139,14 @@
  .
  This package contains a web application demo.
 
-Package: libtntnet13
+Package: libtntnet13t64
+Provides: ${t64:Provides}
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: tntnet-runtime
-Breaks: libtntnet12
-Replaces: libtntnet12
+Breaks: libtntnet13 (<< ${source:Version}), libtntnet12
+Replaces: libtntnet13, libtntnet12
 Description: Tntnet libraries
  Tntnet has a template-language called ecpp similar to PHP, JSP or
  Mason, where you can embed c++ code inside a HTML page to generate
@@ -184,7 +185,7 @@
 Package: libtntnet-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcxxtools-dev, libtntnet13 (= 
${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcxxtools-dev, libtntnet13t64 
(= ${binary:Version})
 Description: Tntnet library development headers
  Tntnet has a template-language called ecpp similar to PHP, JSP or
  Mason, where you can embed c++ code inside a HTML page to generate
diff -Nru tntnet-3.0/debian/libtntnet13.install 
tntnet-3.0/debian/libtntnet13.install
--- tntnet-3.0/debian/libtntnet13.install       2023-06-11 21:20:44.000000000 
+0000
+++ tntnet-3.0/debian/libtntnet13.install       1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/lib*.so.*         usr/lib
diff -Nru tntnet-3.0/debian/libtntnet13t64.install 
tntnet-3.0/debian/libtntnet13t64.install
--- tntnet-3.0/debian/libtntnet13t64.install    1970-01-01 00:00:00.000000000 
+0000
+++ tntnet-3.0/debian/libtntnet13t64.install    2023-06-11 21:20:44.000000000 
+0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/lib*.so.*         usr/lib
diff -Nru tntnet-3.0/debian/libtntnet13t64.lintian-overrides 
tntnet-3.0/debian/libtntnet13t64.lintian-overrides
--- tntnet-3.0/debian/libtntnet13t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ tntnet-3.0/debian/libtntnet13t64.lintian-overrides  2024-02-04 
23:51:00.000000000 +0000
@@ -0,0 +1 @@
+libtntnet13t64: package-name-doesnt-match-sonames libtntnet13

--- End Message ---
--- Begin Message ---
Source: tntnet
Source-Version: 3.0-3.1
Done: Benjamin Drung <bdr...@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated tntnet 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: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 18:22:08 +0000
Source: tntnet
Architecture: source
Version: 3.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <deb...@alteholz.de>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063080
Changes:
 tntnet (3.0-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063080
Checksums-Sha1:
 1997a4dc7243a9451ba8dd305a4acb3b207c3c8e 2222 tntnet_3.0-3.1.dsc
 18e9101467c437541adfed069c85c452c6acb162 43556 tntnet_3.0-3.1.debian.tar.xz
 f08f8f5e0f1edcd1f79a0a68fb4fedcef107371b 7597 tntnet_3.0-3.1_source.buildinfo
Checksums-Sha256:
 f87e8e2d87fa611dc20feec5765a1ea25463fc75d15f9fc34324ca420dc09f6f 2222 
tntnet_3.0-3.1.dsc
 8628dffb8f07d31f2b8466e40bd673a1364badd3a32a18a90d9f1f36838d1175 43556 
tntnet_3.0-3.1.debian.tar.xz
 9c4d1b6702b492b1212e3ba34396f00cf3b0ea5519604be5cd0249744e6e340e 7597 
tntnet_3.0-3.1_source.buildinfo
Files:
 2a06bf9c9912ca4738e8ec18b76e3515 2222 httpd optional tntnet_3.0-3.1.dsc
 a4ee533b66954a87a020f750e39511d5 43556 httpd optional 
tntnet_3.0-3.1.debian.tar.xz
 33af3449a2aeeb6b73d16aee362cbb5c 7597 httpd optional 
tntnet_3.0-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgy64ACgkQFZ61xO/I
d0wBaA//Qg9VLE+xKILjyWERE4U/TOkCUU+q87hVAlvq08H+mnTFCcV0P1B6V+3L
L0WHV9ZMXjryeB06ffYSzhsqXikTcp6sqKzTqXAAiIf4p2RkwisBhcD88XjDtL3Q
YMDyLKUNP2PYnEFejJq50ronX30MxidgF4e+bBvX7YAcsdYe82WTdr2F3OnH3KC7
wRVRuAjDxtwmsY+u6XI/DHH/0X/C04x25eVx/tqtZ/63BjL/O8GkY/aoHNBFAMvm
/5oqJIF4ACcFL0aMZHzEf5nhHYPMrnqA3VxvD4Hc3vCRoYuircHqQfv05ChDqg08
IzAX6BGTCER9LWeE+OROkwzHnJJPHXrxXYuUrUtavTs4JbIbLx7RdQiQzqr3Ows7
gUgDDKC4tU4azvyvckBNyEiWV5+GNkztmfgzSZVXlb2joMYXViEdIse4LIP3l+Ix
jWu7UQW6VXFGG7VgW9KpQpScBqHjxhn2OPYAeXvwMdJ7xdexjvkfScpfE80vXs3y
KrqcelD+Xjtb/x8w5USKI1FDUwx2eGUkeeHitREhlpCuFhkLuqG9QBqR2aRLCxqz
j1VTvFL+ebfaSQVP3Cr+p35zWvrbghU2jjqWp+DHBxnUy9A5GOTMOh+FLR+yqR1v
ZhTTWfdViJu6xGexQ/bqlspQ+KlOlX6GBf+bc7MRNDAYp+kdZY4=
=zBWT
-----END PGP SIGNATURE-----

Attachment: pgpada7hLA9hR.pgp
Description: PGP signature


--- End Message ---

Reply via email to