Your message dated Thu, 29 Feb 2024 19:43:36 +0000
with message-id <e1rfmjc-00cwxf...@fasolo.debian.org>
and subject line Bug#1063201: fixed in palabos 1.5~r1+repack1-5.1
has caused the Debian Bug report #1063201,
regarding palabos: 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.)


-- 
1063201: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063201
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: palabos
Version: 1.5~r1+repack1-5
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
palabos 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 palabos
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 palabos-1.5~r1+repack1/debian/changelog 
palabos-1.5~r1+repack1/debian/changelog
--- palabos-1.5~r1+repack1/debian/changelog     2019-11-16 16:49:08.000000000 
-0300
+++ palabos-1.5~r1+repack1/debian/changelog     2024-02-05 13:57:31.000000000 
-0300
@@ -1,3 +1,10 @@
+palabos (1.5~r1+repack1-5.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org>  Mon, 05 Feb 2024 13:57:31 -0300
+
 palabos (1.5~r1+repack1-5) unstable; urgency=medium
 
   * QA upload.
diff -Nru palabos-1.5~r1+repack1/debian/control 
palabos-1.5~r1+repack1/debian/control
--- palabos-1.5~r1+repack1/debian/control       2019-11-16 16:48:02.000000000 
-0300
+++ palabos-1.5~r1+repack1/debian/control       2024-02-05 13:57:31.000000000 
-0300
@@ -17,7 +17,7 @@
 Architecture: any
 Section: libdevel
 Depends: libeigen3-dev,
-         libplb1 (= ${binary:Version}),
+         libplb1t64 (= ${binary:Version}),
          libtinyxml-dev,
          ${misc:Depends}
 Description: CFD solver based on the lattice Boltzmann method. Development 
files
@@ -43,7 +43,10 @@
  simulation or developing a new physical model has become simpler than ever.
  The package contains documentation and examples
 
-Package: libplb1
+Package: libplb1t64
+Provides: ${t64:Provides}
+Replaces: libplb1
+Breaks: libplb1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
diff -Nru palabos-1.5~r1+repack1/debian/libplb1.install 
palabos-1.5~r1+repack1/debian/libplb1.install
--- palabos-1.5~r1+repack1/debian/libplb1.install       2018-04-14 
05:51:35.000000000 -0300
+++ palabos-1.5~r1+repack1/debian/libplb1.install       1969-12-31 
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/libplb.so.*
diff -Nru palabos-1.5~r1+repack1/debian/libplb1t64.install 
palabos-1.5~r1+repack1/debian/libplb1t64.install
--- palabos-1.5~r1+repack1/debian/libplb1t64.install    1969-12-31 
21:00:00.000000000 -0300
+++ palabos-1.5~r1+repack1/debian/libplb1t64.install    2018-04-14 
05:51:35.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libplb.so.*
diff -Nru palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides 
palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides
--- palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides  1969-12-31 
21:00:00.000000000 -0300
+++ palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides  2024-02-05 
13:57:31.000000000 -0300
@@ -0,0 +1 @@
+libplb1t64: package-name-doesnt-match-sonames libplb1

--- End Message ---
--- Begin Message ---
Source: palabos
Source-Version: 1.5~r1+repack1-5.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
palabos, 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 palabos 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 19:18:49 +0000
Source: palabos
Architecture: source
Version: 1.5~r1+repack1-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063201
Changes:
 palabos (1.5~r1+repack1-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063201
Checksums-Sha1:
 a57356d8c2324eca1771dc067c9805a2f48d02ea 2166 palabos_1.5~r1+repack1-5.1.dsc
 a914eeaaad7544f8a965e8eeea665d5cd007c7c6 20488 
palabos_1.5~r1+repack1-5.1.debian.tar.xz
 d4af6707ea9f37111780bf27a8d20e64e5d3cc08 9956 
palabos_1.5~r1+repack1-5.1_source.buildinfo
Checksums-Sha256:
 0a9119c287be40ec265a2152edc22f42154d249379993e2f16e99fb5dd90e7bb 2166 
palabos_1.5~r1+repack1-5.1.dsc
 849e5349d7ab63fe8d3be8f76dad71664c4bceb63f03ddbc692b8fb2f752e13e 20488 
palabos_1.5~r1+repack1-5.1.debian.tar.xz
 be335a85dc3ecd1fdb4017e0f2c05096961254c6e606e3bb6cdca812c9f56507 9956 
palabos_1.5~r1+repack1-5.1_source.buildinfo
Files:
 8ffcbea0dacc78b09893092fb1f1ab6d 2166 libs optional 
palabos_1.5~r1+repack1-5.1.dsc
 e6a8e624f9317062dd4792126baa2748 20488 libs optional 
palabos_1.5~r1+repack1-5.1.debian.tar.xz
 3bfbbcff20bb2efcb29a8a77e7f8ad74 9956 libs optional 
palabos_1.5~r1+repack1-5.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg2MIACgkQFZ61xO/I
d0yadw//RBtXGJpOwjeKsvCfHrinBPI3BYbc+hJNk57dDCJDLq0zp/54S8WpUXET
CPetT+OR5lY+BXTohzlKg+vB0rs7NpICtg2WHpvoPFibkt9NSNsEIdRyhjj5Yauj
Uah4Nr+zMr0ThfGsFqHA6YnuO3GTwvQu2HmzuVsufQrZzSNdqCj0FXB2UGRgtNcS
EYasVOZJo5FELdxA7jmwFccrmGr7aaC4xrmnvPZcrsWGXgEpnu72rmX6Aj6t6+vE
uEVJCBWMnFGuKoURZEcFHnJmSUKzLH5b4MSbR04KcIYhxAxRIn5LAhr3In+haMBW
N+4ybm6E1segJEFKSh0zG7f98rcuhQ6mRM7jsVYRDOVaBHxeaKQ9RsZQ5nOG75hu
vx7/TBADTzMyRK6fI85yVImokO4dDwlBCpGJSMdAmMl1EwSXHHh43PWy6dA4ktX2
M2RxLpT9EO+ad614gCSNMMa+0lDukvAukF7V7VmjhEn/GJQRUCY1Si0EP+j5WMBz
8K9TQxdF6bQVw4RH/QFvhxb5hjs+iNo4oc7HXk0vzpbYmL4sjh1bzCZe47UtC8df
BvpZRWredZhoh6+TLKVTE32oKwXunx8DQg1kQrD+nG8bYLj9eIsdHtKHf7dy5/2X
VD7umJYNjHxr5MBear0pFHOWhby2Gtft6mSqbU3JfePEdLdhP34=
=Dxq5
-----END PGP SIGNATURE-----

Attachment: pgp891xDCv4c1.pgp
Description: PGP signature


--- End Message ---

Reply via email to