Your message dated Thu, 29 Feb 2024 22:05:02 +0000
with message-id <e1rfowu-00dbvx...@fasolo.debian.org>
and subject line Bug#1063287: fixed in pqmarble 1.3.0-5.1
has caused the Debian Bug report #1063287,
regarding pqmarble: 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.)


-- 
1063287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pqmarble
Version: 1.3.0-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
pqmarble 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 pqmarble
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 pqmarble-1.3.0/debian/changelog pqmarble-1.3.0/debian/changelog
--- pqmarble-1.3.0/debian/changelog     2024-01-16 17:08:34.000000000 -0300
+++ pqmarble-1.3.0/debian/changelog     2024-02-05 22:58:48.000000000 -0300
@@ -1,3 +1,10 @@
+pqmarble (1.3.0-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 22:58:48 -0300
+
 pqmarble (1.3.0-5) unstable; urgency=medium
 
   * Add build dependency on libgirepository1.0-dev
diff -Nru pqmarble-1.3.0/debian/control pqmarble-1.3.0/debian/control
--- pqmarble-1.3.0/debian/control       2024-01-16 17:06:16.000000000 -0300
+++ pqmarble-1.3.0/debian/control       2024-02-05 22:58:48.000000000 -0300
@@ -21,14 +21,17 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libpqmarble2 (= ${binary:Version}), ${misc:Depends},
+Depends: libpqmarble2t64 (= ${binary:Version}), ${misc:Depends},
        gir1.2-pqmarble-2 (= ${binary:Version})
 Description: Development files for libpqmarble
  Paulo Queiroz's collection of useful functions and reusable widgets.
  .
  Development library.
 
-Package: libpqmarble2
+Package: libpqmarble2t64
+Provides: ${t64:Provides}
+Replaces: libpqmarble2
+Breaks: libpqmarble2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -43,7 +46,7 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libpqmarble2 (= ${binary:Version}), ${misc:Depends}, ${gir:Depends}
+Depends: libpqmarble2t64 (= ${binary:Version}), ${misc:Depends}, ${gir:Depends}
 Description: GObject introspection files for pqmarble
  Paulo Queiroz's collection of useful functions and reusable widgets.
  .
diff -Nru pqmarble-1.3.0/debian/libpqmarble2.install 
pqmarble-1.3.0/debian/libpqmarble2.install
--- pqmarble-1.3.0/debian/libpqmarble2.install  2023-08-28 08:20:16.000000000 
-0300
+++ pqmarble-1.3.0/debian/libpqmarble2.install  1969-12-31 21:00:00.000000000 
-0300
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru pqmarble-1.3.0/debian/libpqmarble2t64.install 
pqmarble-1.3.0/debian/libpqmarble2t64.install
--- pqmarble-1.3.0/debian/libpqmarble2t64.install       1969-12-31 
21:00:00.000000000 -0300
+++ pqmarble-1.3.0/debian/libpqmarble2t64.install       2023-08-28 
08:20:16.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru pqmarble-1.3.0/debian/libpqmarble2t64.lintian-overrides 
pqmarble-1.3.0/debian/libpqmarble2t64.lintian-overrides
--- pqmarble-1.3.0/debian/libpqmarble2t64.lintian-overrides     1969-12-31 
21:00:00.000000000 -0300
+++ pqmarble-1.3.0/debian/libpqmarble2t64.lintian-overrides     2024-02-05 
22:58:48.000000000 -0300
@@ -0,0 +1 @@
+libpqmarble2t64: package-name-doesnt-match-sonames libpqmarble2

--- End Message ---
--- Begin Message ---
Source: pqmarble
Source-Version: 1.3.0-5.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pqmarble, 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 pqmarble 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:14:06 +0000
Source: pqmarble
Architecture: source
Version: 1.3.0-5.1
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <b...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063287
Changes:
 pqmarble (1.3.0-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063287
Checksums-Sha1:
 81baaa725e90b651097134a77985540e9af4f098 2127 pqmarble_1.3.0-5.1.dsc
 90399e0db92ffd70869c45b13117f0888802300a 9792 pqmarble_1.3.0-5.1.debian.tar.xz
 e8215f8f46e48ca81dd0453c9f26650ca8bdaca9 15926 
pqmarble_1.3.0-5.1_source.buildinfo
Checksums-Sha256:
 310510c539d2ed82a77da1164d879b3970893ae19eabe7eaf9ea1fc41f34ecce 2127 
pqmarble_1.3.0-5.1.dsc
 468d69cc02d6effb3161a28d4997cbb2e3aedb9835d46c723b36097417aa41ff 9792 
pqmarble_1.3.0-5.1.debian.tar.xz
 ddfa80cb076ab87be53d7c45ea36ec866cca138ec38bf5250d2076d99f3bda35 15926 
pqmarble_1.3.0-5.1_source.buildinfo
Files:
 c6c70c4afc9c4c4687810c30d723e929 2127 libs optional pqmarble_1.3.0-5.1.dsc
 bc0fea7ae66352d4d52c1eb4241a4849 9792 libs optional 
pqmarble_1.3.0-5.1.debian.tar.xz
 f0d286ec7e9afc59f6ceeea6ebe26434 15926 libs optional 
pqmarble_1.3.0-5.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg86sACgkQFZ61xO/I
d0w7fBAAjVNaZ+j42Vlt2687cZ2xsn41TibJjWqlicxd1gy7rX23oFonJ2aO67pn
yoAvjJj0mlXMwpgXNi2ZAYshi3i0DjkskJAuP+6eEjPjQCICRiCQ2giLCi++4pZr
X77X2eTIllZt2qYnOcXu/EvlEtgE/0r9l+A8C16Fr6Vrm+BASTdx6TWodEanaNUa
fZYv14gchL8VVARETToX9yTZU5ms/IFFQwKCwV1M0sndrM8kK8Yy2BkXyYmyoGb3
QONhFqzrXzKo4uC7K/ae2wZ2FdvJU6RagDZW1Mf2bPaL0kH9JVrNZxONJyIc0SeY
CgDI+WQMbrfr9Q6SrxiPQDj1df3WLhzrkyu94jZCVxPV1IXYDovCmuUtVZvBBciC
Zu/SIjYR1qYdBZg70K0SPhrZ+u5pC09N0BfykvAq+QmpvQkXIZEWerNP47VmVXKB
Fmqv7ci8n5U0dWVliVjP1wZ5oJ51+evY1R07aK6dQd7qQ3C3yo1XMVC0EqLsm/Rg
MQ+BpD6Mo2QCOG7UrcA4uVhNxFoxF5V+VYCydkZTR7QTXY92eaSS7SoSmIbRfLjQ
2G3reocFHjf8/2cbzmz0NGloQDi+1ccmqadTYcfCtRD5CVfTD4dKec4bFNYpEOxF
KYI+oD0Q0IZLikqfdW/+RSq6OHNqeQLEHCrIOmo6BOJlbYyjFTg=
=pIG6
-----END PGP SIGNATURE-----

Attachment: pgpQ4bsRhe0Fo.pgp
Description: PGP signature


--- End Message ---

Reply via email to