Your message dated Thu, 29 Feb 2024 22:03:08 +0000
with message-id <e1rfoue-00dbhl...@fasolo.debian.org>
and subject line Bug#1063257: fixed in pistache 0.0.5+ds-5.1
has caused the Debian Bug report #1063257,
regarding pistache: 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.)


-- 
1063257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pistache
Version: 0.0.5+ds-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
pistache 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 pistache
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 pistache-0.0.5+ds/debian/changelog pistache-0.0.5+ds/debian/changelog
--- pistache-0.0.5+ds/debian/changelog  2023-07-15 18:42:58.000000000 -0300
+++ pistache-0.0.5+ds/debian/changelog  2024-02-05 18:45:29.000000000 -0300
@@ -1,3 +1,10 @@
+pistache (0.0.5+ds-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 18:45:29 -0300
+
 pistache (0.0.5+ds-5) unstable; urgency=medium
 
   * d/patches: add missing cstdint include (Closes: #1037819)
diff -Nru pistache-0.0.5+ds/debian/control pistache-0.0.5+ds/debian/control
--- pistache-0.0.5+ds/debian/control    2023-07-15 18:38:05.000000000 -0300
+++ pistache-0.0.5+ds/debian/control    2024-02-05 18:45:29.000000000 -0300
@@ -18,7 +18,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/pistache
 Rules-Requires-Root: no
 
-Package: libpistache0
+Package: libpistache0t64
+Provides: ${t64:Provides}
+Replaces: libpistache0
+Breaks: libpistache0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -37,7 +40,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libpistache0 (= ${binary:Version}),
+Depends: libpistache0t64 (= ${binary:Version}),
          libssl-dev,
          rapidjson-dev,
          ${misc:Depends}
diff -Nru pistache-0.0.5+ds/debian/libpistache0.install 
pistache-0.0.5+ds/debian/libpistache0.install
--- pistache-0.0.5+ds/debian/libpistache0.install       2023-07-15 
18:38:05.000000000 -0300
+++ pistache-0.0.5+ds/debian/libpistache0.install       1969-12-31 
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/libpistache.so.0*
diff -Nru pistache-0.0.5+ds/debian/libpistache0t64.install 
pistache-0.0.5+ds/debian/libpistache0t64.install
--- pistache-0.0.5+ds/debian/libpistache0t64.install    1969-12-31 
21:00:00.000000000 -0300
+++ pistache-0.0.5+ds/debian/libpistache0t64.install    2023-07-15 
18:38:05.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libpistache.so.0*
diff -Nru pistache-0.0.5+ds/debian/libpistache0t64.lintian-overrides 
pistache-0.0.5+ds/debian/libpistache0t64.lintian-overrides
--- pistache-0.0.5+ds/debian/libpistache0t64.lintian-overrides  1969-12-31 
21:00:00.000000000 -0300
+++ pistache-0.0.5+ds/debian/libpistache0t64.lintian-overrides  2024-02-05 
18:45:29.000000000 -0300
@@ -0,0 +1 @@
+libpistache0t64: package-name-doesnt-match-sonames libpistache0

--- End Message ---
--- Begin Message ---
Source: pistache
Source-Version: 0.0.5+ds-5.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pistache, 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 pistache 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:52:06 +0000
Source: pistache
Architecture: source
Version: 0.0.5+ds-5.1
Distribution: unstable
Urgency: medium
Maintainer: Andrea Pappacoda <and...@pappacoda.it>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063257
Changes:
 pistache (0.0.5+ds-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063257
Checksums-Sha1:
 e01a7ebbb301a1ca791e92c9e6dcbf2c4fb1877b 2281 pistache_0.0.5+ds-5.1.dsc
 71341e007fcafab5b57f99b99db1f9e5470b65ef 5192 
pistache_0.0.5+ds-5.1.debian.tar.xz
 4ff054e05f43fb38d335a3107b8b17e0d8166f3f 7239 
pistache_0.0.5+ds-5.1_source.buildinfo
Checksums-Sha256:
 46e21f0682d178cbf7a733ea8c3ac6801f313f033b089d1cb29e9a9970f7c548 2281 
pistache_0.0.5+ds-5.1.dsc
 706aa6e3f5e338e6c0f740b63b5445b893f3a27a2e13bfa0ee0d9df2d4cc3233 5192 
pistache_0.0.5+ds-5.1.debian.tar.xz
 0461cb7e126814be4e43fbf990f051b9906423fa5d6f96d8a70393ea8372aeab 7239 
pistache_0.0.5+ds-5.1_source.buildinfo
Files:
 7665216c3971c4dec242a12cd0e771a5 2281 libs optional pistache_0.0.5+ds-5.1.dsc
 08119b02b58dea0d445307deb9cdb867 5192 libs optional 
pistache_0.0.5+ds-5.1.debian.tar.xz
 a1b597ed6528c318758061dac3462652 7239 libs optional 
pistache_0.0.5+ds-5.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg7o4ACgkQFZ61xO/I
d0xeEQ//XYYNFtCwwRwGgwEZz04rxbpnw0b3rwkV4TKgUrydG5prD15RbGLsq9+u
TQxB7mHHdDc2ZIdF0kkDQoMM4aUnWGv+retwLf34jPeGhLL/N1kOewBG5t9faqMu
boK6CmQsdJb6y/62K3Ala7bNa9VaR7XJPjZvLjwCCXt6V7zEQ0jwuxIo1RPmpMD2
SxmFAfI9NjTSzN8+JTAA6x4v+iDE3UjepIDVm6DrRXXYp5mw0EFNbXxg29sc5L2N
5/azZmuInOUaZRkAnoY4HQTwEDVI68IRWRYnmzfA4rYa6CrL+FhRCHcXJSw4Qcb5
vQT8mD1gUhknNxa/PEspBl3NkYFRYDOlfTx8RW0KNZEeN5eBuqp7RHKRBWs47QgX
nwKChnhJy/uQw+imQXrVVxHUUOGAq1Q3PY0fMejjc4276fX2g7ymgqwcSwqUyvro
/URjR+hQVkpY7vYWYVk0Lch8p10vE+9xV9JMWVFefCw3Ug3cpOWxz0HeJEFr6Erl
A0qHiQ8EcD9dLUg+wzy+mmS1Asfvs8WkhOjjCvLZ3Snb1YJRjSH3jG/XF33gajZ4
br9++LBID1E5pBkGHD2RlB7iqyVaFI5FJjtEkjiWRwoE9kr7w3VGqmLDf3Z9ImGk
7D2be5B3zuvT7rPPaBX0owHdNmmQK3Cg5R8l2naiJ7YIuenHBao=
=7U4Z
-----END PGP SIGNATURE-----

Attachment: pgpBD1mLXFVRu.pgp
Description: PGP signature


--- End Message ---

Reply via email to