Your message dated Thu, 29 Feb 2024 22:06:08 +0000
with message-id <e1rfoxy-00dceq...@fasolo.debian.org>
and subject line Bug#1063295: fixed in ptl 2.3.3-2.1
has caused the Debian Bug report #1063295,
regarding ptl: 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.)


-- 
1063295: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063295
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ptl
Version: 2.3.3-2
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
ptl 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 ptl
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.5.0-15-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 ptl-2.3.3/debian/changelog ptl-2.3.3/debian/changelog
--- ptl-2.3.3/debian/changelog  2022-08-10 05:28:32.000000000 -0300
+++ ptl-2.3.3/debian/changelog  2024-02-05 23:34:56.000000000 -0300
@@ -1,3 +1,10 @@
+ptl (2.3.3-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org>  Mon, 05 Feb 2024 23:34:56 -0300
+
 ptl (2.3.3-2) unstable; urgency=medium
 
   * Fix compilation with GCC12 (Closes: #1016942)
diff -Nru ptl-2.3.3/debian/control ptl-2.3.3/debian/control
--- ptl-2.3.3/debian/control    2022-08-10 05:28:32.000000000 -0300
+++ ptl-2.3.3/debian/control    2024-02-05 23:34:56.000000000 -0300
@@ -13,7 +13,10 @@
 Vcs-Browser: https://salsa.debian.org/science-team/ptl
 Vcs-Git: https://salsa.debian.org/science-team/ptl.git
 
-Package: libptl2
+Package: libptl2t64
+Provides: ${t64:Provides}
+Replaces: libptl2
+Breaks: libptl2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -29,7 +32,7 @@
 Multi-Arch: same
 Depends:
  ${misc:Depends},
- libptl2 (= ${binary:Version}),
+ libptl2t64 (= ${binary:Version}),
  libtbb-dev,
 Description: parallel tasking library - development files
  PTL is a lightweight C++11 multithreading tasking system featuring
diff -Nru ptl-2.3.3/debian/libptl2.install ptl-2.3.3/debian/libptl2.install
--- ptl-2.3.3/debian/libptl2.install    2022-08-10 05:24:24.000000000 -0300
+++ ptl-2.3.3/debian/libptl2.install    1969-12-31 21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/libptl.so.*
diff -Nru ptl-2.3.3/debian/libptl2t64.install 
ptl-2.3.3/debian/libptl2t64.install
--- ptl-2.3.3/debian/libptl2t64.install 1969-12-31 21:00:00.000000000 -0300
+++ ptl-2.3.3/debian/libptl2t64.install 2022-08-10 05:24:24.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libptl.so.*
diff -Nru ptl-2.3.3/debian/libptl2t64.lintian-overrides 
ptl-2.3.3/debian/libptl2t64.lintian-overrides
--- ptl-2.3.3/debian/libptl2t64.lintian-overrides       1969-12-31 
21:00:00.000000000 -0300
+++ ptl-2.3.3/debian/libptl2t64.lintian-overrides       2024-02-05 
23:34:56.000000000 -0300
@@ -0,0 +1 @@
+libptl2t64: package-name-doesnt-match-sonames libptl2

--- End Message ---
--- Begin Message ---
Source: ptl
Source-Version: 2.3.3-2.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ptl, 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 ptl 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 21:23:28 +0000
Source: ptl
Architecture: source
Version: 2.3.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063295
Changes:
 ptl (2.3.3-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063295
Checksums-Sha1:
 597c4a19049f2c214c51aa7cbd8776193f07632d 2060 ptl_2.3.3-2.1.dsc
 e8c49868378c3f102f742af277b55cb02375793a 3444 ptl_2.3.3-2.1.debian.tar.xz
 d0515f901c6e659e9f9455bc0becaf2d9d3ea4f6 8074 ptl_2.3.3-2.1_source.buildinfo
Checksums-Sha256:
 c40378bf1ecef794df2b509de45fa243219ece6f20f9490c3848659ae2062b46 2060 
ptl_2.3.3-2.1.dsc
 8858657f60c658e05e944c9c48df6b22cc134bf1dfa10d986c42d81eff61a642 3444 
ptl_2.3.3-2.1.debian.tar.xz
 1d544dd465e7e337acacefd3e85c5fcc6df1ef1dfc6aa1182d894b1e18c5e29b 8074 
ptl_2.3.3-2.1_source.buildinfo
Files:
 6374071cba8985742bb5e1770d03fb75 2060 libs optional ptl_2.3.3-2.1.dsc
 06c56d0adfeea3986c9ade0ee8c883c0 3444 libs optional ptl_2.3.3-2.1.debian.tar.xz
 03075ace9a7475a562a28d932f3ee7bd 8074 libs optional 
ptl_2.3.3-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg9d4ACgkQFZ61xO/I
d0xk3BAAmC4gI9tpOGceHIJdT1sDPdhg8/g8ld3lXB747uLNyD5vQ4JBrbgpLtix
CFlQozhAhQX5tdChdAmG44sS6V1W+KLIXKyjdoCYpabuBzLUgYatNy/GAQcWVyd5
81YayKv4u3r0LHAt6e59iNIYC5HtWsgo2E9xvgcX1d1yA1Dmbb09f1swpCnXARpS
MWxl6Pgm6+khX+JQp/aDgyPdU88RXBYDgVZNxGDytnUSEgStQfcxIoZ23p6rBPQ+
VvEQnzVUIuzSHdGrz1ceSkHTpeobXuQUfhKque7UCjDIsw+ecQrS981Ot8k9G728
hfztqSb6I4ui4mbpKmi91E7+sEoZlxOjcPwY43bo5esNuS/CCH5Ii91YxK5ju6DF
fk3+qDE26d5jx2ihQzW9C6PyxqmRjrVEz2sGVpN0sQ9Q5b3WkKj5CbDrTJ8g6YqB
uVdVl5zRiegWN+c0QFUwsHL9wkZtuoGVsa93NftTb94C8o1RcPfwxmJdorgYliZc
7vHwKDXpzbNSsmCWFSpQvEvdie36scIZ6injgg7HfvMneQf6GP8GlY6/BNVYYmyI
MsF8EjgDV93+rdCU/IQJTmC60Wtw3JlOYyrnDo0yEu5mnurV9wtnUQq4gWAp+iuU
mGnE9DJWQR7NX7bT6d1YwqR/jeWkAhf0bjJfrH8/r/QLvKXsFYk=
=3rAe
-----END PGP SIGNATURE-----

Attachment: pgpnTn8kWd8i2.pgp
Description: PGP signature


--- End Message ---

Reply via email to