Your message dated Wed, 28 Feb 2024 23:46:05 +0000
with message-id <[email protected]>
and subject line Bug#1062688: fixed in libtrace3 3.0.22-0.2
has caused the Debian Bug report #1062688,
regarding libtrace3: 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.)


-- 
1062688: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062688
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libtrace3
Version: 3.0.22-0.1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
libtrace3 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 libtrace3
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'), (500, 'stable'), (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 libtrace3-3.0.22/debian/changelog libtrace3-3.0.22/debian/changelog
--- libtrace3-3.0.22/debian/changelog   2022-01-06 16:13:17.000000000 +0000
+++ libtrace3-3.0.22/debian/changelog   2024-02-02 18:11:21.000000000 +0000
@@ -1,3 +1,10 @@
+libtrace3 (3.0.22-0.2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Fri, 02 Feb 2024 18:11:21 +0000
+
 libtrace3 (3.0.22-0.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru libtrace3-3.0.22/debian/control libtrace3-3.0.22/debian/control
--- libtrace3-3.0.22/debian/control     2014-10-23 23:45:43.000000000 +0000
+++ libtrace3-3.0.22/debian/control     2024-02-02 18:11:21.000000000 +0000
@@ -11,7 +11,7 @@
 Package: libtrace3-dev
 Section: libdevel
 Architecture: any
-Depends: libtrace3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libtrace3t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Provides: libtrace-dev
 Conflicts: libtrace-dev
 Description: development headers for the libtrace network processing library
@@ -25,7 +25,10 @@
  libtrace is developed by the WAND Network Research Group at Waikato
  University in New Zealand.
 
-Package: libtrace3
+Package: libtrace3t64
+Provides: ${t64:Provides}
+Replaces: libtrace3
+Breaks: libtrace3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -40,7 +43,7 @@
 Package: libpacketdump3-dev
 Section: libdevel
 Architecture: any
-Depends: libpacketdump3 (= ${binary:Version}), ${misc:Depends},
+Depends: libpacketdump3t64 (= ${binary:Version}), ${misc:Depends},
  ${shlibs:Depends}
 Provides: libpacketdump-dev
 Conflicts: libpacketdump-dev
@@ -55,7 +58,10 @@
  libpacketdump is developed by the WAND Network Research Group at Waikato
  University in New Zealand.
 
-Package: libpacketdump3
+Package: libpacketdump3t64
+Provides: ${t64:Provides}
+Replaces: libpacketdump3
+Breaks: libpacketdump3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -81,7 +87,10 @@
  libtrace is developed by the WAND Network Research Group at Waikato 
  University in New Zealand.
 
-Package: libwandio1
+Package: libwandio1t64
+Provides: ${t64:Provides}
+Replaces: libwandio1
+Breaks: libwandio1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -97,7 +106,7 @@
 Package: libwandio1-dev
 Section: libdevel
 Architecture: any
-Depends: libwandio1 (= ${binary:Version}), ${misc:Depends},
+Depends: libwandio1t64 (= ${binary:Version}), ${misc:Depends},
  ${shlibs:Depends}
 Provides: libwandio-dev
 Conflicts: libwandio-dev
diff -Nru libtrace3-3.0.22/debian/libpacketdump3.dirs 
libtrace3-3.0.22/debian/libpacketdump3.dirs
--- libtrace3-3.0.22/debian/libpacketdump3.dirs 2007-11-06 22:45:18.000000000 
+0000
+++ libtrace3-3.0.22/debian/libpacketdump3.dirs 1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-usr/lib
-usr/lib/libpacketdump
diff -Nru libtrace3-3.0.22/debian/libpacketdump3.install 
libtrace3-3.0.22/debian/libpacketdump3.install
--- libtrace3-3.0.22/debian/libpacketdump3.install      2013-05-19 
18:43:42.000000000 +0000
+++ libtrace3-3.0.22/debian/libpacketdump3.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/libpacketdump*.so.*
-usr/lib/libpacketdump/*.protocol
diff -Nru libtrace3-3.0.22/debian/libpacketdump3t64.dirs 
libtrace3-3.0.22/debian/libpacketdump3t64.dirs
--- libtrace3-3.0.22/debian/libpacketdump3t64.dirs      1970-01-01 
00:00:00.000000000 +0000
+++ libtrace3-3.0.22/debian/libpacketdump3t64.dirs      2007-11-06 
22:45:18.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib
+usr/lib/libpacketdump
diff -Nru libtrace3-3.0.22/debian/libpacketdump3t64.install 
libtrace3-3.0.22/debian/libpacketdump3t64.install
--- libtrace3-3.0.22/debian/libpacketdump3t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ libtrace3-3.0.22/debian/libpacketdump3t64.install   2013-05-19 
18:43:42.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/libpacketdump*.so.*
+usr/lib/libpacketdump/*.protocol
diff -Nru libtrace3-3.0.22/debian/libpacketdump3t64.lintian-overrides 
libtrace3-3.0.22/debian/libpacketdump3t64.lintian-overrides
--- libtrace3-3.0.22/debian/libpacketdump3t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ libtrace3-3.0.22/debian/libpacketdump3t64.lintian-overrides 2024-02-02 
18:11:21.000000000 +0000
@@ -0,0 +1 @@
+libpacketdump3t64: package-name-doesnt-match-sonames libpacketdump3
diff -Nru libtrace3-3.0.22/debian/libtrace3.dirs 
libtrace3-3.0.22/debian/libtrace3.dirs
--- libtrace3-3.0.22/debian/libtrace3.dirs      2007-09-29 17:46:28.000000000 
+0000
+++ libtrace3-3.0.22/debian/libtrace3.dirs      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru libtrace3-3.0.22/debian/libtrace3.install 
libtrace3-3.0.22/debian/libtrace3.install
--- libtrace3-3.0.22/debian/libtrace3.install   2013-05-21 22:45:25.000000000 
+0000
+++ libtrace3-3.0.22/debian/libtrace3.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/libtrace*.so.*
diff -Nru libtrace3-3.0.22/debian/libtrace3t64.dirs 
libtrace3-3.0.22/debian/libtrace3t64.dirs
--- libtrace3-3.0.22/debian/libtrace3t64.dirs   1970-01-01 00:00:00.000000000 
+0000
+++ libtrace3-3.0.22/debian/libtrace3t64.dirs   2007-09-29 17:46:28.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru libtrace3-3.0.22/debian/libtrace3t64.install 
libtrace3-3.0.22/debian/libtrace3t64.install
--- libtrace3-3.0.22/debian/libtrace3t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ libtrace3-3.0.22/debian/libtrace3t64.install        2013-05-21 
22:45:25.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/libtrace*.so.*
diff -Nru libtrace3-3.0.22/debian/libtrace3t64.lintian-overrides 
libtrace3-3.0.22/debian/libtrace3t64.lintian-overrides
--- libtrace3-3.0.22/debian/libtrace3t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ libtrace3-3.0.22/debian/libtrace3t64.lintian-overrides      2024-02-02 
18:11:21.000000000 +0000
@@ -0,0 +1 @@
+libtrace3t64: package-name-doesnt-match-sonames libtrace3
diff -Nru libtrace3-3.0.22/debian/libwandio1.dirs 
libtrace3-3.0.22/debian/libwandio1.dirs
--- libtrace3-3.0.22/debian/libwandio1.dirs     2013-05-21 22:44:55.000000000 
+0000
+++ libtrace3-3.0.22/debian/libwandio1.dirs     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru libtrace3-3.0.22/debian/libwandio1.install 
libtrace3-3.0.22/debian/libwandio1.install
--- libtrace3-3.0.22/debian/libwandio1.install  2013-05-21 23:11:35.000000000 
+0000
+++ libtrace3-3.0.22/debian/libwandio1.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/libwandio*.so.*
diff -Nru libtrace3-3.0.22/debian/libwandio1t64.dirs 
libtrace3-3.0.22/debian/libwandio1t64.dirs
--- libtrace3-3.0.22/debian/libwandio1t64.dirs  1970-01-01 00:00:00.000000000 
+0000
+++ libtrace3-3.0.22/debian/libwandio1t64.dirs  2013-05-21 22:44:55.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru libtrace3-3.0.22/debian/libwandio1t64.install 
libtrace3-3.0.22/debian/libwandio1t64.install
--- libtrace3-3.0.22/debian/libwandio1t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ libtrace3-3.0.22/debian/libwandio1t64.install       2013-05-21 
23:11:35.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/libwandio*.so.*
diff -Nru libtrace3-3.0.22/debian/libwandio1t64.lintian-overrides 
libtrace3-3.0.22/debian/libwandio1t64.lintian-overrides
--- libtrace3-3.0.22/debian/libwandio1t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ libtrace3-3.0.22/debian/libwandio1t64.lintian-overrides     2024-02-02 
18:11:21.000000000 +0000
@@ -0,0 +1 @@
+libwandio1t64: package-name-doesnt-match-sonames libwandio1

--- End Message ---
--- Begin Message ---
Source: libtrace3
Source-Version: 3.0.22-0.2
Done: Graham Inggs <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libtrace3, 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.
Graham Inggs <[email protected]> (supplier of updated libtrace3 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 20:45:34 +0000
Source: libtrace3
Architecture: source
Version: 3.0.22-0.2
Distribution: unstable
Urgency: medium
Maintainer: Matt Brown <[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 1062688
Changes:
 libtrace3 (3.0.22-0.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062688
Checksums-Sha1:
 f057bf9c910dde5d625189caacf7132448ac2c23 2268 libtrace3_3.0.22-0.2.dsc
 6398ec26a722367c64c8b377afc069a6e4052764 5584 
libtrace3_3.0.22-0.2.debian.tar.xz
 75bc8a6e3fa55884ea27b5c45f009d7ad267f860 9421 
libtrace3_3.0.22-0.2_source.buildinfo
Checksums-Sha256:
 fee3ab9cb343c839309043d04643c8307a9c9ce8ff47538f5ea4286615c073ce 2268 
libtrace3_3.0.22-0.2.dsc
 b14c85dba0ca0d262265eb5e92d6b25c76c29cecb118e8682095dd1b8a94fa45 5584 
libtrace3_3.0.22-0.2.debian.tar.xz
 9ae9d4ccec8c389d85ea34ea1de4669ff6744dfb1d2928c389e0300557e1f20a 9421 
libtrace3_3.0.22-0.2_source.buildinfo
Files:
 c6b54080cfbfc589c21184913929d1fc 2268 libs optional libtrace3_3.0.22-0.2.dsc
 ac4fcb14e990f96882fd4a838f65c118 5584 libs optional 
libtrace3_3.0.22-0.2.debian.tar.xz
 aa52752821ec7859c3f484cfa3925c91 9421 libs optional 
libtrace3_3.0.22-0.2_source.buildinfo

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

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXfm7UACgkQr8/sjmac
4cIbSA//SYgG9a+2+gdcdeQ/UB5RT/AP69rNobt3SiNgg0xl9zqjozXnrO2yvcFw
8VwhXN7saA0HFnm4Jpx60QSx1CNoJEp2gvcx88M8WOl0QHVJDUSmZS8ZE5RtJ/wx
7V/yHcEEOEJPJZa4WexMoeFZOe79jE5F6y4Rkz7JLtkrilmy34INxiuhgn3hbenM
aZsFOl/PNZqgURWazKTnHgVpetA5KUEsvxOi01br3uXt6zc8wbGwf+I1GC5I12bp
weX2sCdhRo0QqJ1E8MzJOftnUu94YEUhJTigP+Q3iYwZFo7cjGF/wTuHA2HG5yI4
T5a8/StPW39eTEZ7T6ivi4wcAGCcV2HKBdSE8q6D2LSsEKILruy43owZkpMwBD66
AvE4eGhirjmkvsUPk2AuXv4tMG2u5TtuntuLuN0Xast8gpHXDhz4trv6ovi2r9lW
vU7QMR7ilh9MC9qnfX96PZdj8ZOJHgzZj77V4s/prVjt8On0rtvy+s3yxVXWT0fP
gUpQRHeqKw4d1ZjwMKVDweLTmcj5TCDPD7Nh4FODcNGC65a7E5S9XuzrjZSlAxIX
GidJO4DiA8A1uyraEue9iwnYTJeICY43GCVvDtBer0lQ/SVcSAn1cEIUUzTF9Qfj
P8h6pLI5ag7vyE7uGibOxRR6b1VSdi4D+y91ecv9EqMpfEHRTAk=
=u2Qn
-----END PGP SIGNATURE-----

Attachment: pgpxRewpm8Q4E.pgp
Description: PGP signature


--- End Message ---

Reply via email to