Your message dated Wed, 28 Feb 2024 23:46:41 +0000
with message-id <[email protected]>
and subject line Bug#1062692: fixed in libusb3380 0.0.1+git20190125.c83d1e9-2.1
has caused the Debian Bug report #1062692,
regarding libusb3380: 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.)


-- 
1062692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062692
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libusb3380
Version: 0.0.1+git20190125.c83d1e9-2
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
libusb3380 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 libusb3380
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 libusb3380-0.0.1+git20190125.c83d1e9/debian/changelog 
libusb3380-0.0.1+git20190125.c83d1e9/debian/changelog
--- libusb3380-0.0.1+git20190125.c83d1e9/debian/changelog       2020-04-09 
09:25:30.000000000 +0000
+++ libusb3380-0.0.1+git20190125.c83d1e9/debian/changelog       2024-02-02 
18:15:20.000000000 +0000
@@ -1,3 +1,10 @@
+libusb3380 (0.0.1+git20190125.c83d1e9-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Fri, 02 Feb 2024 18:15:20 +0000
+
 libusb3380 (0.0.1+git20190125.c83d1e9-2) unstable; urgency=medium
 
   * Fixed debian/copyright: added forgotten copyright holder.
diff -Nru libusb3380-0.0.1+git20190125.c83d1e9/debian/control 
libusb3380-0.0.1+git20190125.c83d1e9/debian/control
--- libusb3380-0.0.1+git20190125.c83d1e9/debian/control 2020-04-09 
09:25:30.000000000 +0000
+++ libusb3380-0.0.1+git20190125.c83d1e9/debian/control 2024-02-02 
18:15:20.000000000 +0000
@@ -12,7 +12,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libusb3380-0 (= ${binary:Version}), libusb-1.0-0-dev, ${misc:Depends}
+Depends: libusb3380-0t64 (= ${binary:Version}), libusb-1.0-0-dev, 
${misc:Depends}
 Description: USB3380 abstraction layer for libusb: development
  The USB 3380 is a PCI Express Gen 2 to USB 3.0 SuperSpeed Peripheral
  Controller. It features one PCI Express Gen 2 x1 port and one USB 3.0
@@ -26,7 +26,10 @@
  .
  This package contains development files.
 
-Package: libusb3380-0
+Package: libusb3380-0t64
+Provides: ${t64:Provides}
+Replaces: libusb3380-0
+Breaks: libusb3380-0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0.install 
libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0.install
--- libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0.install    
2020-04-09 09:25:30.000000000 +0000
+++ libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0.install    
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0t64.install 
libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0t64.install
--- libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0t64.install 
1970-01-01 00:00:00.000000000 +0000
+++ libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0t64.install 
2020-04-09 09:25:30.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru 
libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0t64.lintian-overrides 
libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0t64.lintian-overrides
--- 
libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0t64.lintian-overrides   
    1970-01-01 00:00:00.000000000 +0000
+++ 
libusb3380-0.0.1+git20190125.c83d1e9/debian/libusb3380-0t64.lintian-overrides   
    2024-02-02 18:15:20.000000000 +0000
@@ -0,0 +1 @@
+libusb3380-0t64: package-name-doesnt-match-sonames libusb3380-0

--- End Message ---
--- Begin Message ---
Source: libusb3380
Source-Version: 0.0.1+git20190125.c83d1e9-2.1
Done: Graham Inggs <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libusb3380, 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 libusb3380 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:57:08 +0000
Source: libusb3380
Architecture: source
Version: 0.0.1+git20190125.c83d1e9-2.1
Distribution: unstable
Urgency: medium
Maintainer: Sepi Gair <[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 1062692
Changes:
 libusb3380 (0.0.1+git20190125.c83d1e9-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062692
Checksums-Sha1:
 41c2f7286d5b27ba457a16c9f6602d104cca76a4 2136 
libusb3380_0.0.1+git20190125.c83d1e9-2.1.dsc
 64091a13b014d5164d3db0ac1784a3100331e19e 3552 
libusb3380_0.0.1+git20190125.c83d1e9-2.1.debian.tar.xz
 9ad202405c496b88932eb23a683255507b6441ad 7599 
libusb3380_0.0.1+git20190125.c83d1e9-2.1_source.buildinfo
Checksums-Sha256:
 c5227d9b0519dfdd51d4079f78b3b402d0f3b241ad3c046f0001b367ff972317 2136 
libusb3380_0.0.1+git20190125.c83d1e9-2.1.dsc
 6be90b8bf78ca3acd613ca0437cfeb547af9243582ef8604d96cc5c2a3a44cc4 3552 
libusb3380_0.0.1+git20190125.c83d1e9-2.1.debian.tar.xz
 a956aeb06a803ac52617cb412b5b12d518b2cc8cb870320518b343992018a94d 7599 
libusb3380_0.0.1+git20190125.c83d1e9-2.1_source.buildinfo
Files:
 41475fdae1f729f37a8cb2cb3017f040 2136 libs optional 
libusb3380_0.0.1+git20190125.c83d1e9-2.1.dsc
 a8344b85371d3f318fab111fad833add 3552 libs optional 
libusb3380_0.0.1+git20190125.c83d1e9-2.1.debian.tar.xz
 abaf701f3b8d3a0f43d1d9b29650cbe1 7599 libs optional 
libusb3380_0.0.1+git20190125.c83d1e9-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXfniwACgkQr8/sjmac
4cKLzBAAhzJJSBXE0yKXEeMze6bq9d91kerY+aJsVfZ/qMDJ4c1RK0tY48kGCuQQ
19qLWjWqAZIzmnh+NskZJ6UNZjMP/p1KMAmJbD5eUMTrWRlTM2pKqFzyzK6cZn5F
13ZnkBskcPzKLFQKLiuCM4P1b4zr0QWrqYAkkU4XUyB29ERTcYI696AW7pkCLjTJ
QlEykq5FGiiWBgtotqrl1oOxLAd0pcUAxT4Zb5GqFsY3NlS1ZTy1TqaPo2Mb07qz
6RICHjh58rSaI1dcIKtPP2orXp9BX3Q5Pc5sXkj8O2txDOo7V9JgBoONsWR8IxxR
pdqGtWRGVbbuwcYZJKfFx6Xa73FaJm62CAywOgmh6xZzuBqe2m0aU6mGLD3oWFTD
gsaMl/OGB7d4taMM2Rfa9v7kAIl4uWAz/B15zaOQ1RyMEIk5AQIBjxITlu5hO/QT
jsoIAPmOMXj1zEfeQ9pBs5plHqU2SfFa3Sif9zqai6/q13ZER8HgpnGlnXetMLK3
A7KihzDDr5foijAfGzTWcxE06bdxeHS2N5lZ43ogan95yfB/ai6qrk+em9w5QgdZ
GKyFEQb0Lf3Y+hdJOFDQEyd+LYXXoBO4RJhkYzIWmFi2psok8RV2RCBX6ODDoAaX
0kgeoKVzt9aPc7MoABjhnjaJUOCTmqOI+OFIr86nzc40VVXEl7g=
=b83t
-----END PGP SIGNATURE-----

Attachment: pgppa7DoBmCpp.pgp
Description: PGP signature


--- End Message ---

Reply via email to