Your message dated Thu, 29 Feb 2024 07:45:30 +0000
with message-id <[email protected]>
and subject line Bug#1063239: fixed in wxsqlite3 3.4.1~dfsg-9.1
has caused the Debian Bug report #1063239,
regarding wxsqlite3: 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 [email protected]
immediately.)


-- 
1063239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063239
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: wxsqlite3
Version: 3.4.1~dfsg-9
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
wxsqlite3 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 wxsqlite3
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'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, 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 wxsqlite3-3.4.1~dfsg/debian/changelog 
wxsqlite3-3.4.1~dfsg/debian/changelog
--- wxsqlite3-3.4.1~dfsg/debian/changelog       2022-10-12 20:13:37.000000000 
+0000
+++ wxsqlite3-3.4.1~dfsg/debian/changelog       2024-02-05 20:10:21.000000000 
+0000
@@ -1,3 +1,10 @@
+wxsqlite3 (3.4.1~dfsg-9.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Mon, 05 Feb 2024 20:10:21 +0000
+
 wxsqlite3 (3.4.1~dfsg-9) unstable; urgency=medium
 
   * Add breaks and replaces versioning for libwxsqlite3-3.0-dev
diff -Nru wxsqlite3-3.4.1~dfsg/debian/control 
wxsqlite3-3.4.1~dfsg/debian/control
--- wxsqlite3-3.4.1~dfsg/debian/control 2022-10-12 20:13:37.000000000 +0000
+++ wxsqlite3-3.4.1~dfsg/debian/control 2024-02-05 20:10:21.000000000 +0000
@@ -11,11 +11,13 @@
 Standards-Version: 4.6.1
 Homepage: https://utelle.github.io/wxsqlite3/
 
-Package: libwxsqlite3-3.2-0
+Package: libwxsqlite3-3.2-0t64
+Provides: ${t64:Provides}
+Replaces: libwxsqlite3-3.2-0
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: codelite (<= 12.0+dfsg-2~), maitreya (<= 7.0.7-2~)
+Breaks: libwxsqlite3-3.2-0 (<< ${source:Version}), codelite (<= 12.0+dfsg-2~), 
maitreya (<= 7.0.7-2~)
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
@@ -46,7 +48,7 @@
 Depends:
  libsqlite3-dev,
  libwxgtk3.2-dev,
- libwxsqlite3-3.2-0 (= ${binary:Version}),
+ libwxsqlite3-3.2-0t64 (= ${binary:Version}),
  ${misc:Depends}
 Recommends:
  pkg-config
diff -Nru wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0.install 
wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0.install
--- wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0.install      2022-09-24 
18:29:40.000000000 +0000
+++ wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/lib*.so.*
diff -Nru wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0t64.install 
wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0t64.install
--- wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0t64.install   2022-09-24 
18:29:40.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/lib*.so.*
diff -Nru wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0t64.lintian-overrides 
wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0t64.lintian-overrides
--- wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0t64.lintian-overrides 
1970-01-01 00:00:00.000000000 +0000
+++ wxsqlite3-3.4.1~dfsg/debian/libwxsqlite3-3.2-0t64.lintian-overrides 
2024-02-05 20:10:21.000000000 +0000
@@ -0,0 +1 @@
+libwxsqlite3-3.2-0t64: package-name-doesnt-match-sonames libwxsqlite3-3.2-0

--- End Message ---
--- Begin Message ---
Source: wxsqlite3
Source-Version: 3.4.1~dfsg-9.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
wxsqlite3, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated wxsqlite3 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 05:56:04 +0000
Source: wxsqlite3
Architecture: source
Version: 3.4.1~dfsg-9.1
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063239
Changes:
 wxsqlite3 (3.4.1~dfsg-9.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063239
Checksums-Sha1:
 d8743ff9edcb0e4a7faa1de2ec079dd3c1d743de 2160 wxsqlite3_3.4.1~dfsg-9.1.dsc
 d20a681b95b60f30b884e2a9d15ff000246828f2 11764 
wxsqlite3_3.4.1~dfsg-9.1.debian.tar.xz
 f826fab49c849492f865c5ff8d82a0f48852d30a 12204 
wxsqlite3_3.4.1~dfsg-9.1_source.buildinfo
Checksums-Sha256:
 adedce3ba043d0846b3731c1ba553a5f7bc16a01197545a60938f13a389795b0 2160 
wxsqlite3_3.4.1~dfsg-9.1.dsc
 440a7ed4c80d796d33ed9c30194315a9e88376857e6a5f9cb1d22c17946711b0 11764 
wxsqlite3_3.4.1~dfsg-9.1.debian.tar.xz
 86c3fbcb8e8189e67eae3433f8d1bdf6c768b1c79cb152967d08d456e309d50d 12204 
wxsqlite3_3.4.1~dfsg-9.1_source.buildinfo
Files:
 1157c36b89d6b10b4646468b9d7f0e35 2160 libs optional 
wxsqlite3_3.4.1~dfsg-9.1.dsc
 9a339a57bb9be2fca8a829c8614296cd 11764 libs optional 
wxsqlite3_3.4.1~dfsg-9.1.debian.tar.xz
 891ce14c1bc8cb5de96c58eee19a2916 12204 libs optional 
wxsqlite3_3.4.1~dfsg-9.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgHJESHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM90ggP/i0l6bTGcAiJ1M98mD0VmtU95FQzNpIs
DxvTqltRWpvvEMxrfRytPNERJ3Sp3HJYkzkLqn6URJ/GAMM8b7BhoJfxNpoJTvXB
Y6yT7PuL/VaJjRn/3Q5wxEfC7gefgBIRdhQ9j9FWtQrRJbu0y/Et4WBxhNuNIz/e
DvSUMoir5bFOCQ5JPvVgz9ktw89K+szigic82af4AroOv/6MCq6bdNz5o+yuBYvf
uy7BuSodHSuXaYjUENTPaB/D/cDhD5NP0CjZ2hQLT+t4KqsFv8cide4bGl2vqBF2
TdmxFjEoM/yVB5paIXQ7NyCaIexiR+4hab/221Cvw2to25CUpQ3045/1+Hy16jdq
98WtDWpbjkxy8cdbRP1yfErT0YL+P8/9uKoaO3n0eLeuiF4jH+uBsFHhd1e6hCu5
p/acLuSL90TRLLNuEAwBHeB4lxLgbJ/bqltn+9ZzToBEQRxAdaxGyOZMDiSOPGH1
ML5bzMEZIARL/Wx65xyh8HTT4+QBC5i33n8tskpyNC/2HBK2ty5Pj+Rz3WHzLdcf
SHnPep3/FMRg7US2RIWHBDUI04AbdhNPivoN0A1DswSHA5tdeH1zns1kakHY4DDj
50E8NPL7Y8Mdf4oVr24nYj3dsRKks5boD2jb7zfwL2qz3tz9e763MtFW6EXG1E9b
QO2ZPM0brhhk
=j4Xh
-----END PGP SIGNATURE-----

Attachment: pgpF8J18UL_Yy.pgp
Description: PGP signature


--- End Message ---

Reply via email to