Your message dated Thu, 29 Feb 2024 00:33:55 +0000
with message-id <[email protected]>
and subject line Bug#1062121: fixed in gr-air-modes 0.0.20210211-3.1
has caused the Debian Bug report #1062121,
regarding gr-air-modes: 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.)


-- 
1062121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062121
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gr-air-modes
Version: 0.0.20210211-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
gr-air-modes 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 gr-air-modes
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/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru gr-air-modes-0.0.20210211/debian/changelog 
gr-air-modes-0.0.20210211/debian/changelog
--- gr-air-modes-0.0.20210211/debian/changelog  2023-03-02 11:35:47.000000000 
+0000
+++ gr-air-modes-0.0.20210211/debian/changelog  2024-01-31 12:35:29.000000000 
+0000
@@ -1,3 +1,10 @@
+gr-air-modes (0.0.20210211-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]>  Wed, 31 Jan 2024 12:35:29 +0000
+
 gr-air-modes (0.0.20210211-3) unstable; urgency=medium
 
   * Use Python float rather than deprecated and removed numpy.float
diff -Nru gr-air-modes-0.0.20210211/debian/control 
gr-air-modes-0.0.20210211/debian/control
--- gr-air-modes-0.0.20210211/debian/control    2021-12-22 02:47:52.000000000 
+0000
+++ gr-air-modes-0.0.20210211/debian/control    2024-01-31 12:35:29.000000000 
+0000
@@ -22,7 +22,7 @@
 
 Package: gr-air-modes
 Architecture: any
-Depends: libgnuradio-air-modes1 (=${binary:Version}),
+Depends: libgnuradio-air-modes1t64 (=${binary:Version}),
          python3,
          python3-zmq,
          ${misc:Depends},
@@ -43,7 +43,10 @@
   * FlightGear multiplayer interface for real-time display of traffic
     within the simulator
 
-Package: libgnuradio-air-modes1
+Package: libgnuradio-air-modes1t64
+Provides: ${t64:Provides}
+Replaces: libgnuradio-air-modes1
+Breaks: libgnuradio-air-modes1 (<< ${source:Version})
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
diff -Nru gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1.install 
gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1.install
--- gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1.install     
2016-05-17 20:43:44.000000000 +0000
+++ gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1.install     
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/lib*.so.*
diff -Nru gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1t64.install 
gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1t64.install
--- gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1t64.install  
1970-01-01 00:00:00.000000000 +0000
+++ gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1t64.install  
2016-05-17 20:43:44.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/lib*.so.*
diff -Nru 
gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1t64.lintian-overrides 
gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1t64.lintian-overrides
--- 
gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1t64.lintian-overrides    
    1970-01-01 00:00:00.000000000 +0000
+++ 
gr-air-modes-0.0.20210211/debian/libgnuradio-air-modes1t64.lintian-overrides    
    2024-01-31 12:35:29.000000000 +0000
@@ -0,0 +1 @@
+libgnuradio-air-modes1t64: package-name-doesnt-match-sonames 
libgnuradio-air-modes1

--- End Message ---
--- Begin Message ---
Source: gr-air-modes
Source-Version: 0.0.20210211-3.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gr-air-modes, 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.
Steve Langasek <[email protected]> (supplier of updated gr-air-modes 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 23:18:43 +0000
Source: gr-air-modes
Architecture: source
Version: 0.0.20210211-3.1
Distribution: unstable
Urgency: medium
Maintainer: A. Maitland Bottoms <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1062121
Changes:
 gr-air-modes (0.0.20210211-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062121
Checksums-Sha1:
 1a4917496dc319866b200ffdb39d93d9757ce8dd 2237 gr-air-modes_0.0.20210211-3.1.dsc
 156554f0a2899f13c3a8f4b198bf6c4298406152 7436 
gr-air-modes_0.0.20210211-3.1.debian.tar.xz
 a094065a81381fa777c79e65d67452b1ae0d4ea3 20677 
gr-air-modes_0.0.20210211-3.1_source.buildinfo
Checksums-Sha256:
 6e5dcb9f09ec036e3de96316612e68075a7c92da309ac340e8f05d51692b1af8 2237 
gr-air-modes_0.0.20210211-3.1.dsc
 72f97bfde9063d7e1b8dff254c3f1a000b180d5bf8154166f8a3d4b15fc6a0ac 7436 
gr-air-modes_0.0.20210211-3.1.debian.tar.xz
 f399831c7b97a4b66fb8d39ebd813059c7f63cb60c7ba11e0d01cb26ab7fe920 20677 
gr-air-modes_0.0.20210211-3.1_source.buildinfo
Files:
 96944950ba666e7d760ea6b4fa52e306 2237 libdevel optional 
gr-air-modes_0.0.20210211-3.1.dsc
 24a396ac4a842c21b28ac045228eb68d 7436 libdevel optional 
gr-air-modes_0.0.20210211-3.1.debian.tar.xz
 349a281d35ffe1646c2f11a3810ce5dd 20677 libdevel optional 
gr-air-modes_0.0.20210211-3.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfv44SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9lO8P/A+gqaYPiDg15jPFH8jRvbuxX1Xy2vdv
+w5v2pgUpvFbnrOygigxue8qQBM6qixdfIHVTsRM5/mqmG/dl+ACbrrc3iJOx6vw
Xw1ustME15xzby26El35GQEKn4r7C+mc3OgM66HE27ksIlCzTFaAxJQJGXZV4/4F
fngsw6LoGfNinGBTuQa1gwWcs+PN333E5gNRIoGnxkhWIbsIuzI/WRbDlQZ3k77K
U0hB7L11plM5yeiKbtD9AHotDQj0NdU+lJQ4VRrqQ7Efd0GhY/DYqeG+OqCKu4gK
XIVpiQCit6qo/w3J7WSVCXCdwbomExOJ44lC/NsVL71EDPpK+JA7DvmTrDQ1o/YC
X/8zOOSfbuj3j7oOHtI/Xw/t01ve/1qKRouPrAWNQqIHjW4K72se9xk9YIrNPSiu
OyBxa38hEG09fny4TZ1MWJh6ApcmCSkfofMrlh6GU9B37Whc+cuFBFYYVErrQzjx
dvZqvMKl+VYchDrqwU5m9fp73dCpyJKSIt4X6Bz0NgveAcJebQSnbIe+F6LlQcBx
9BE6bsp+P+0MmUH3E9d1qyibHJc2gg21xgj3W/6fLmfSp3LP2gYuIy+s2oRBN9aK
rPGZ50Cl3Tq1DtcEiknoKvQLHFJ8NRdEkyOYBURZxZvINys/aYkZ0ZBsLOSt0ouy
NDlN48XMfTgY
=Oayj
-----END PGP SIGNATURE-----

Attachment: pgpHBmZ7e5wkF.pgp
Description: PGP signature


--- End Message ---

Reply via email to