Your message dated Thu, 29 Feb 2024 22:03:27 +0000
with message-id <e1rfoux-00dbm6...@fasolo.debian.org>
and subject line Bug#1063260: fixed in plib 1.8.5-14.1
has caused the Debian Bug report #1063260,
regarding plib: 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.)


-- 
1063260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: plib
Version: 1.8.5-14
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
plib 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 plib
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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, 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 plib-1.8.5/debian/changelog plib-1.8.5/debian/changelog
--- plib-1.8.5/debian/changelog 2022-11-07 16:00:33.000000000 -0300
+++ plib-1.8.5/debian/changelog 2024-02-05 18:55:51.000000000 -0300
@@ -1,3 +1,10 @@
+plib (1.8.5-14.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org>  Mon, 05 Feb 2024 18:55:51 -0300
+
 plib (1.8.5-14) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru plib-1.8.5/debian/control plib-1.8.5/debian/control
--- plib-1.8.5/debian/control   2022-11-07 15:59:46.000000000 -0300
+++ plib-1.8.5/debian/control   2024-02-05 18:55:51.000000000 -0300
@@ -17,7 +17,10 @@
 Vcs-Git: https://salsa.debian.org/debian/plib.git
 Homepage: https://plib.sourceforge.net/
 
-Package: libplib1
+Package: libplib1t64
+Provides: ${t64:Provides}
+Replaces: libplib1
+Breaks: libplib1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -37,7 +40,7 @@
 Section: libdevel
 Depends: libglut-dev,
          libgl1-mesa-dev | libgl-dev,
-         libplib1 (= ${binary:Version}),
+         libplib1t64 (= ${binary:Version}),
          ${misc:Depends}
 Description: Portability Libraries: Development package
  Provides a Joystick interface, a simple GUI built on top of OpenGL,
diff -Nru plib-1.8.5/debian/libplib1.install plib-1.8.5/debian/libplib1.install
--- plib-1.8.5/debian/libplib1.install  2021-10-02 08:21:45.000000000 -0300
+++ plib-1.8.5/debian/libplib1.install  1969-12-31 21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru plib-1.8.5/debian/libplib1.lintian-overrides 
plib-1.8.5/debian/libplib1.lintian-overrides
--- plib-1.8.5/debian/libplib1.lintian-overrides        2022-11-07 
15:55:23.000000000 -0300
+++ plib-1.8.5/debian/libplib1.lintian-overrides        1969-12-31 
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-libplib1: package-name-doesnt-match-sonames libplibfnt1 libplibjs1 libplibnet1 
libplibpsl1 libplibpu1 libplibpuaux1 libplibpw1 libplibsg1 libplibsl1 
libplibsm1 libplibssg1 libplibssgaux1 libplibul1
diff -Nru plib-1.8.5/debian/libplib1t64.install 
plib-1.8.5/debian/libplib1t64.install
--- plib-1.8.5/debian/libplib1t64.install       1969-12-31 21:00:00.000000000 
-0300
+++ plib-1.8.5/debian/libplib1t64.install       2021-10-02 08:21:45.000000000 
-0300
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru plib-1.8.5/debian/libplib1t64.lintian-overrides 
plib-1.8.5/debian/libplib1t64.lintian-overrides
--- plib-1.8.5/debian/libplib1t64.lintian-overrides     1969-12-31 
21:00:00.000000000 -0300
+++ plib-1.8.5/debian/libplib1t64.lintian-overrides     2024-02-05 
18:55:51.000000000 -0300
@@ -0,0 +1,2 @@
+libplib1t64: package-name-doesnt-match-sonames libplibfnt1 libplibjs1 
libplibnet1 libplibpsl1 libplibpu1 libplibpuaux1 libplibpw1 libplibsg1 
libplibsl1 libplibsm1 libplibssg1 libplibssgaux1 libplibul1
+libplib1t64: package-name-doesnt-match-sonames libplib1

--- End Message ---
--- Begin Message ---
Source: plib
Source-Version: 1.8.5-14.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
plib, 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 plib 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 20:53:36 +0000
Source: plib
Architecture: source
Version: 1.8.5-14.1
Distribution: unstable
Urgency: medium
Maintainer: Anton Gladky <gl...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063260
Changes:
 plib (1.8.5-14.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063260
Checksums-Sha1:
 4670f582b7f70853e2b26571879843975848387a 2050 plib_1.8.5-14.1.dsc
 d98c9fdbfd07c95b444f40351403c0e5e6b7da3d 12432 plib_1.8.5-14.1.debian.tar.xz
 50d0cc5f9631b55ff589e1c2953332528204b779 9402 plib_1.8.5-14.1_source.buildinfo
Checksums-Sha256:
 793ae42a1f81787659d603f954e50090a42a0d12af93b5e872b94177f9ed6482 2050 
plib_1.8.5-14.1.dsc
 4c2fe753497ccb7014bf9f1b99cd3edaef05f9bca33658d9e88bb40a043b5d57 12432 
plib_1.8.5-14.1.debian.tar.xz
 e0043327f90c87f1fd3f6d10d6304ed6e401e76d2ffbd234eab3468a3bbe62ab 9402 
plib_1.8.5-14.1_source.buildinfo
Files:
 d2505bf3a63fb8e98da9bc53708b8f04 2050 devel optional plib_1.8.5-14.1.dsc
 1a2b4e274516423d1e8190b33ce15a7a 12432 devel optional 
plib_1.8.5-14.1.debian.tar.xz
 97f19a73016f2c27cc57141b3f9528b8 9402 devel optional 
plib_1.8.5-14.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg7wMACgkQFZ61xO/I
d0zotQ//VSgexNJ/jxwsAIV6EdyUrB0d/SfKH63eQ5y9Yk2hOu/SW8evZVBmfpne
h/YEJ9XQsQFzYSlacGiyRVOJD0aEks9PdFLFllMeoAGd/p6Hb/HYyL9HG+k/3orS
S3rvGkJHNohF7RDlONIBy6jwFaXpLSMtLS5HBcXPo5WrFLhckoGRwowiI8NtyMYG
B2YAWLeMcGgZTy8v+m1pMbiiLnPiL8RDxnzVU8S2e6n+IsxMaUbeGa2p10OvVERR
1Ysv20fSz7t4PeckH1sMbK1cS++SEKkroEiTIYzCd/5u9VGUJYYopsGpO8NF24mW
/ydHvzMgozs73UyiNHsGRDGtl7H65BlkmNW5fVUxIune2hjG1peftrKMM6/QIa3e
6imzAXyn5q+nlEydd3hz1zIGdXnYOSpJ0HgjeyxDnuQWkMj1NuxH3zQtfJpI3bbM
oAMH+UichqHN7RQP9OqBCvPhQVuIdqzh4fGSSlUGT2LNJezAh0Ruj4ubHuzI554+
yTCeSJ1xwImEnm67YQKLvRGWU6LrzZ7H2ytz84ozXXipx7ERWQ/0pDHHcXEHFIWq
g8TCkZKlOuVpcnX7jApUfZ626zT//9CW/recnlqnnInGBNa/KJazPmJwETjN+fu7
dbKi/Fyp3rGR7mYh6vUx87Ihvz1gG/dXe77Y6LwUwYrk4u7XkEs=
=kzHQ
-----END PGP SIGNATURE-----

Attachment: pgp6jIqrYHFdZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to