[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1064292: marked as done (pyside2: NMU diff for 64-bit time_t transition)



Your message dated Sat, 02 Mar 2024 01:51:17 +0000
with message-id <E1rgEWz-001Uyj-MY@fasolo.debian.org>
and subject line Bug#1064292: fixed in pyside2 5.15.12-6.1
has caused the Debian Bug report #1064292,
regarding pyside2: 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 owner@bugs.debian.org
immediately.)


-- 
1064292: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064292
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: pyside2
Version: 5.15.12-6
Severity: important
Tags: patch pending sid trixie
User: debian-arm@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
pyside2 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 pyside2
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-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 pyside2-5.15.12/debian/changelog pyside2-5.15.12/debian/changelog
--- pyside2-5.15.12/debian/changelog	2024-02-08 08:13:11.000000000 +0000
+++ pyside2-5.15.12/debian/changelog	2024-02-19 18:32:19.000000000 +0000
@@ -1,3 +1,10 @@
+pyside2 (5.15.12-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 19 Feb 2024 18:32:19 +0000
+
 pyside2 (5.15.12-6) unstable; urgency=medium
 
   * Team upload.
diff -Nru pyside2-5.15.12/debian/control pyside2-5.15.12/debian/control
--- pyside2-5.15.12/debian/control	2024-02-08 08:13:11.000000000 +0000
+++ pyside2-5.15.12/debian/control	2024-02-19 18:32:19.000000000 +0000
@@ -76,13 +76,14 @@
  .
  This package contains the common documentation package.
 
-Package: libpyside2-py3-5.15
+Package: libpyside2-py3-5.15t64
+Breaks: libpyside2-py3-5.15 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Conflicts: libpyside2-py3-5.11, libpyside2-py3-5.13, libpyside2-py3-5.14
-Replaces: libpyside2-py3-5.11, libpyside2-py3-5.13, libpyside2-py3-5.14
-Provides: libpyside2-py3
+Replaces: libpyside2-py3-5.15, libpyside2-py3-5.11, libpyside2-py3-5.13, libpyside2-py3-5.14
+Provides: ${t64:Provides}, libpyside2-py3
 Description: Python 3 bindings for Qt5 (base files)
  pyside2 provides Python bindings for Qt 5.x framework.
  .
@@ -94,7 +95,7 @@
 Package: libpyside2-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libpyside2-py3-5.15 (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libpyside2-py3-5.15t64 (= ${binary:Version})
 Description: Python bindings for Qt5 (development files)
  pyside2 provides Python bindings for Qt 5.x framework.
  .
@@ -127,13 +128,14 @@
  .
  Shiboken2 is the binding generator used to create the PySide2 bindings.
 
-Package: libshiboken2-py3-5.15
+Package: libshiboken2-py3-5.15t64
+Breaks: libshiboken2-py3-5.15 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Conflicts: libshiboken2-py3-5.11, libshiboken2-py3-5.13, libshiboken2-py3-5.14
-Replaces: libshiboken2-py3-5.11, libshiboken2-py3-5.13, libshiboken2-py3-5.14
-Provides: libshiboken2-py3
+Replaces: libshiboken2-py3-5.15, libshiboken2-py3-5.11, libshiboken2-py3-5.13, libshiboken2-py3-5.14
+Provides: ${t64:Provides}, libshiboken2-py3
 Description: CPython bindings generator for C++ libraries (Python3 shared library)
  Shiboken2 is a bindings generator for C++ libraries that outputs CPython
  source code. It collects information from library headers, and then
@@ -148,7 +150,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends},
- libshiboken2-py3-5.15 (= ${binary:Version}), shiboken2 (= ${binary:Version}), python3-dev
+ libshiboken2-py3-5.15t64 (= ${binary:Version}), shiboken2 (= ${binary:Version}), python3-dev
 Description: CPython bindings generator for C++ libraries (development files)
  Shiboken2 is a bindings generator for C++ libraries that outputs CPython
  source code. It collects information from library headers, and then
diff -Nru pyside2-5.15.12/debian/libpyside2-py3-5.15.install pyside2-5.15.12/debian/libpyside2-py3-5.15.install
--- pyside2-5.15.12/debian/libpyside2-py3-5.15.install	2024-02-08 08:13:11.000000000 +0000
+++ pyside2-5.15.12/debian/libpyside2-py3-5.15.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-pyside3_install/py3*-relwithdebinfo/lib/libpyside2*.so.* usr/lib/${DEB_HOST_MULTIARCH}
-pyside3_install/py3*-relwithdebinfo/lib/python*/site-packages/PySide2/_git_pyside_version.py usr/lib/python3/dist-packages/PySide2
-pyside3_install/py3*-relwithdebinfo/lib/python*/site-packages/PySide2/__init__.py usr/lib/python3/dist-packages/PySide2
-pyside3_install/py3*-relwithdebinfo/lib/python*/site-packages/PySide2/_config.py usr/lib/python3/dist-packages/PySide2
diff -Nru pyside2-5.15.12/debian/libpyside2-py3-5.15.lintian-overrides pyside2-5.15.12/debian/libpyside2-py3-5.15.lintian-overrides
--- pyside2-5.15.12/debian/libpyside2-py3-5.15.lintian-overrides	2024-02-08 08:13:11.000000000 +0000
+++ pyside2-5.15.12/debian/libpyside2-py3-5.15.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# We ship compiled versions for each supported python3 version, with a symlink to the default version
-package-name-doesnt-match-sonames *
diff -Nru pyside2-5.15.12/debian/libpyside2-py3-5.15t64.install pyside2-5.15.12/debian/libpyside2-py3-5.15t64.install
--- pyside2-5.15.12/debian/libpyside2-py3-5.15t64.install	1970-01-01 00:00:00.000000000 +0000
+++ pyside2-5.15.12/debian/libpyside2-py3-5.15t64.install	2024-02-08 08:13:11.000000000 +0000
@@ -0,0 +1,4 @@
+pyside3_install/py3*-relwithdebinfo/lib/libpyside2*.so.* usr/lib/${DEB_HOST_MULTIARCH}
+pyside3_install/py3*-relwithdebinfo/lib/python*/site-packages/PySide2/_git_pyside_version.py usr/lib/python3/dist-packages/PySide2
+pyside3_install/py3*-relwithdebinfo/lib/python*/site-packages/PySide2/__init__.py usr/lib/python3/dist-packages/PySide2
+pyside3_install/py3*-relwithdebinfo/lib/python*/site-packages/PySide2/_config.py usr/lib/python3/dist-packages/PySide2
diff -Nru pyside2-5.15.12/debian/libpyside2-py3-5.15t64.lintian-overrides pyside2-5.15.12/debian/libpyside2-py3-5.15t64.lintian-overrides
--- pyside2-5.15.12/debian/libpyside2-py3-5.15t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ pyside2-5.15.12/debian/libpyside2-py3-5.15t64.lintian-overrides	2024-02-19 18:32:19.000000000 +0000
@@ -0,0 +1,3 @@
+# We ship compiled versions for each supported python3 version, with a symlink to the default version
+package-name-doesnt-match-sonames *
+libpyside2-py3-5.15t64: package-name-doesnt-match-sonames libpyside2-py3-5.15
diff -Nru pyside2-5.15.12/debian/libshiboken2-py3-5.15.install pyside2-5.15.12/debian/libshiboken2-py3-5.15.install
--- pyside2-5.15.12/debian/libshiboken2-py3-5.15.install	2024-02-08 08:13:11.000000000 +0000
+++ pyside2-5.15.12/debian/libshiboken2-py3-5.15.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-pyside3_install/py3*-relwithdebinfo/lib/libshiboken2*.so.* usr/lib/${DEB_HOST_MULTIARCH}
-pyside3_install/py3*-relwithdebinfo/lib/python3*/site-packages/shiboken2/* usr/lib/python3/dist-packages/shiboken2
diff -Nru pyside2-5.15.12/debian/libshiboken2-py3-5.15.lintian-overrides pyside2-5.15.12/debian/libshiboken2-py3-5.15.lintian-overrides
--- pyside2-5.15.12/debian/libshiboken2-py3-5.15.lintian-overrides	2024-02-08 08:13:11.000000000 +0000
+++ pyside2-5.15.12/debian/libshiboken2-py3-5.15.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# We ship compiled versions for each supported python3 version, with a symlink to the default version
-package-name-doesnt-match-sonames *
diff -Nru pyside2-5.15.12/debian/libshiboken2-py3-5.15t64.install pyside2-5.15.12/debian/libshiboken2-py3-5.15t64.install
--- pyside2-5.15.12/debian/libshiboken2-py3-5.15t64.install	1970-01-01 00:00:00.000000000 +0000
+++ pyside2-5.15.12/debian/libshiboken2-py3-5.15t64.install	2024-02-08 08:13:11.000000000 +0000
@@ -0,0 +1,2 @@
+pyside3_install/py3*-relwithdebinfo/lib/libshiboken2*.so.* usr/lib/${DEB_HOST_MULTIARCH}
+pyside3_install/py3*-relwithdebinfo/lib/python3*/site-packages/shiboken2/* usr/lib/python3/dist-packages/shiboken2
diff -Nru pyside2-5.15.12/debian/libshiboken2-py3-5.15t64.lintian-overrides pyside2-5.15.12/debian/libshiboken2-py3-5.15t64.lintian-overrides
--- pyside2-5.15.12/debian/libshiboken2-py3-5.15t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ pyside2-5.15.12/debian/libshiboken2-py3-5.15t64.lintian-overrides	2024-02-19 18:32:19.000000000 +0000
@@ -0,0 +1,3 @@
+# We ship compiled versions for each supported python3 version, with a symlink to the default version
+package-name-doesnt-match-sonames *
+libshiboken2-py3-5.15t64: package-name-doesnt-match-sonames libshiboken2-py3-5.15
diff -Nru pyside2-5.15.12/debian/rules pyside2-5.15.12/debian/rules
--- pyside2-5.15.12/debian/rules	2024-02-08 08:13:11.000000000 +0000
+++ pyside2-5.15.12/debian/rules	2024-02-19 18:32:19.000000000 +0000
@@ -4,7 +4,7 @@
 
 # Safety measure to ensure package names match SONAMEs
 PYSIDE_MAJOR := $(shell echo $(DEB_VERSION_UPSTREAM) | cut -d. -f1-2)
-ifeq ($(shell awk '/Package:/ {print $$2}' debian/control | grep -- -$(PYSIDE_MAJOR)$$),)
+ifeq ($(shell awk '/Package:/ {print $$2}' debian/control | grep -- '-$(PYSIDE_MAJOR)\(t64\)\?$$'),)
     $(error Please update package names for major version $(PYSIDE_MAJOR))
 endif
 ifeq ($(shell ls debian/lib* | grep -- -$(PYSIDE_MAJOR)),)

--- End Message ---
--- Begin Message ---
Source: pyside2
Source-Version: 5.15.12-6.1
Done: Steve Langasek <vorlon@debian.org>

We believe that the bug you reported is fixed in the latest version of
pyside2, 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 1064292@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <vorlon@debian.org> (supplier of updated pyside2 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 02 Mar 2024 00:27:01 +0000
Source: pyside2
Architecture: source
Version: 5.15.12-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Steve Langasek <vorlon@debian.org>
Closes: 1064292
Changes:
 pyside2 (5.15.12-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1064292
Checksums-Sha1:
 43ea1638fde41117872089471d0334f07efe1a46 7764 pyside2_5.15.12-6.1.dsc
 2968632ecb0251f6284a56f91733d4ab5197b18c 30804 pyside2_5.15.12-6.1.debian.tar.xz
 63e13a1f068969e1cae6a68a231557f9b5b9952b 21430 pyside2_5.15.12-6.1_source.buildinfo
Checksums-Sha256:
 41b3ed3696839b5648f0cf7fdbb0854c9a4e7c334f1773739cc0135bcba2b6bd 7764 pyside2_5.15.12-6.1.dsc
 1f80c709f4e72f9a437b54d4664bb1a287e36b45b309f895b3c8cd9a8b97e461 30804 pyside2_5.15.12-6.1.debian.tar.xz
 6fc2cbd86d7df57fa87ae5eb17722f8d407d9a4b0e1fe6ce8fd5149c69c53986 21430 pyside2_5.15.12-6.1_source.buildinfo
Files:
 e0dd7946fc9a7161941dd771cfa07c6b 7764 python optional pyside2_5.15.12-6.1.dsc
 28924fe91d3ed9a23512e2772858d417 30804 python optional pyside2_5.15.12-6.1.debian.tar.xz
 8d81ca895ad3aae2a21d50c4f842ac73 21430 python optional pyside2_5.15.12-6.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXigLkSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9DukP/RyGTb88Sgvw2qBi0lDoJBufgTqew4Cy
iVD9QYCoj/gYhaVQ/59muIAvxOdLQwhRS6sm/3ZrQJtPKcDE0777HslKbsFOVlNb
rYpgW6NPmG/U2nFanUSWyiil6EUAWC0FQxeqpoAP+crZSbA1K2EmLaeNPGvHeLJk
2zzCquYIKeya4YooagW+t+8X6saNzzMfQJkyMAFMfPloW3aXpudlsTDCCWwN2jN6
J4BPqVxknYWnQZFdrMhuTSJoIhSAQDh5wio1RnkyLwcB2fT/CQ2dB7VAsAWiYp2+
Pg0tZItfNScd07dqcz6YaLBse49ESIaAKll4QNd9Si7SgvPYf9qPmAEYYloWdvSV
VworEzhjSfJ122rGA30jdfYUpor4fRcF8S9/GaudDDDG51KW2Wj26X16CQi1But2
ugLN0DBak96kORqZoYFKwrnOz//SF5Tdz3x9Fa3U6zKuqxUMfOiyo2Wa1qxWI2PR
OaFu+lQlK9pNM48Ggb9Vxf1SgfyiHLugEtqT6+pN8bXtMBW7Wy++BK2AwANEYNjU
+RQCPLZUfWkbelQNC4lKpAgyDHJ9CdzNEXam2Y7Cy0M2FQF9NVH0konqRvJyO0TI
524L1Pef7f48FAIHzgHLoVkpv/Vn+6Jk13NZOnyK019pear7gryeCQKzLp7uAasW
v51YROoJPLyM
=aLgI
-----END PGP SIGNATURE-----

Attachment: pgplIoWjslKng.pgp
Description: PGP signature


--- End Message ---

Reply to: