Your message dated Thu, 29 Feb 2024 16:11:28 +0000
with message-id <[email protected]>
and subject line Bug#1062870: fixed in rttr 0.9.6+dfsg1-6.1
has caused the Debian Bug report #1062870,
regarding rttr: 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.)


-- 
1062870: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062870
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rttr
Version: 0.9.6+dfsg1-6
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
rttr 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 rttr
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-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru rttr-0.9.6+dfsg1/debian/changelog rttr-0.9.6+dfsg1/debian/changelog
--- rttr-0.9.6+dfsg1/debian/changelog   2023-01-12 10:09:00.000000000 +0000
+++ rttr-0.9.6+dfsg1/debian/changelog   2024-02-03 20:44:59.000000000 +0000
@@ -1,3 +1,10 @@
+rttr (0.9.6+dfsg1-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <[email protected]>  Sat, 03 Feb 2024 20:44:59 
+0000
+
 rttr (0.9.6+dfsg1-6) unstable; urgency=medium
 
   * Adjust debian/watch to work again with GitHub.
diff -Nru rttr-0.9.6+dfsg1/debian/control rttr-0.9.6+dfsg1/debian/control
--- rttr-0.9.6+dfsg1/debian/control     2023-01-12 10:09:00.000000000 +0000
+++ rttr-0.9.6+dfsg1/debian/control     2024-02-03 20:44:59.000000000 +0000
@@ -10,7 +10,10 @@
 Rules-Requires-Root: no
 Standards-Version: 4.6.2
 
-Package: librttr-core0.9.6
+Package: librttr-core0.9.6t64
+Provides: ${t64:Provides}
+Replaces: librttr-core0.9.6
+Breaks: librttr-core0.9.6 (<< ${source:Version})
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
@@ -30,7 +33,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- librttr-core0.9.6 (= ${binary:Version})
+ librttr-core0.9.6t64 (= ${binary:Version})
 Multi-Arch: same
 Description: C++ reflection library (development headers)
  RTTR stands for Run Time Type Reflection. It describes the ability of a
diff -Nru rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.install 
rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.install
--- rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.install   2023-01-12 
10:09:00.000000000 +0000
+++ rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.lintian-overrides 
rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.lintian-overrides
--- rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.lintian-overrides 2023-01-12 
10:09:00.000000000 +0000
+++ rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-librttr-core0.9.6: no-symbols-control-file usr/lib/*/librttr_core.so.0.9.6
diff -Nru rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.install 
rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.install
--- rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.install        2023-01-12 
10:09:00.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.lintian-overrides 
rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.lintian-overrides
--- rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.lintian-overrides      
2024-02-03 20:44:59.000000000 +0000
@@ -0,0 +1,2 @@
+librttr-core0.9.6t64: no-symbols-control-file usr/lib/*/librttr_core.so.0.9.6
+librttr-core0.9.6t64: package-name-doesnt-match-sonames librttr-core0.9.6

--- End Message ---
--- Begin Message ---
Source: rttr
Source-Version: 0.9.6+dfsg1-6.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rttr, 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.
Benjamin Drung <[email protected]> (supplier of updated rttr 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 15:36:08 +0000
Source: rttr
Architecture: source
Version: 0.9.6+dfsg1-6.1
Distribution: unstable
Urgency: medium
Maintainer: Patrick Matthäi <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062870
Changes:
 rttr (0.9.6+dfsg1-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062870
Checksums-Sha1:
 689bbf41ae6c2fd59cf73d163d574dd6bf1986a9 1871 rttr_0.9.6+dfsg1-6.1.dsc
 bbd79febb3922666a3a870be9b61a457d4c058e4 2856 
rttr_0.9.6+dfsg1-6.1.debian.tar.xz
 9dbf0b0158af6febaecdf3294d307aaf07b2d14d 14444 
rttr_0.9.6+dfsg1-6.1_source.buildinfo
Checksums-Sha256:
 e6a6fe653b4cdf44f721fdecde9a06e542c7584c366d4d8cf3b5c5cb6a4bbfc7 1871 
rttr_0.9.6+dfsg1-6.1.dsc
 a950d6cf2caf713e674c6dee2be6a96881bd562bf6a4b5e0465a539cc80dc593 2856 
rttr_0.9.6+dfsg1-6.1.debian.tar.xz
 37be0f41c68d8793cbd6fa811c5a82326847594130fc49f7f5e27c2c015e367a 14444 
rttr_0.9.6+dfsg1-6.1_source.buildinfo
Files:
 54a4d47a8fa97e90956cfa4262dd457d 1871 libs optional rttr_0.9.6+dfsg1-6.1.dsc
 0a1440197d9bf2a5ee51336fcdf3d9ba 2856 libs optional 
rttr_0.9.6+dfsg1-6.1.debian.tar.xz
 c8c48ee53c4a58a958ac91c54f661c9a 14444 libs optional 
rttr_0.9.6+dfsg1-6.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgpH4ACgkQFZ61xO/I
d0wbdRAApcJPGov4fS6Hjo8PRO4f8E4iAt7z0IiCYLIMsSUmua8AYo45BRFOqc7+
0LJVgmeiJDvCyI/pId/q5rg/PWLEex6ykXd58/9zRuWszmIiEjBcqPdeX/eDjAgS
VZxdS93NEqhQwkQTkGrBIteuyEqS9PtvmAP+QBzUyfbEQInOfVkN+vu8kq/lNw1G
dZQLEagYHkLd9P/0ZwJ3jgXZzIFlgSpbkv/zY4+b8lvVRorcKCk36hl2c4vK6qmZ
r6RK4/eqljKEEqY2NR+bilwvx3HAPG0yfoMviW3+xlVTJPmYKeMsRvaQZyOz15Mx
plUOUslHUqS7u1n+vGCQ045H5YJ6DRwbgNHkcfV8s9gu4FRoezIdwqAaaQlk/+Dt
b4K1HiwhS0YTeCOAPKL2MzzRMA1SE59YXht6aqll8slO/N6HhSAfspcgMAU3JNkO
Uq5B9d5otkUG5gJMlMdtAy0t0KRqXyGfrBSFqpTxAA/EfQRXASTuzy57fXRpvAbH
4HWqGDVRq/+sWnG9+A4jKk8obVCJAd9234IuC5lXJ8xbJfiGdkvYy7bB2IqX9HZM
MWhoLdmsjjBmX12Y4W2NbxG+FZHQD5TS7kSxGaY+NGQ5KhBS7jnNtiWtpiHqshrS
4rDxqKNTWq4zmWwnnSeSWKW9clndPKxXH9yE7QpqSitmvwaGSmQ=
=PrSh
-----END PGP SIGNATURE-----

Attachment: pgpNLkUTCyZWU.pgp
Description: PGP signature


--- End Message ---

Reply via email to