Your message dated Thu, 29 Feb 2024 04:53:30 +0000
with message-id <e1rfyqe-009crt...@fasolo.debian.org>
and subject line Bug#1064336: fixed in python3.12 3.12.2-2
has caused the Debian Bug report #1064336,
regarding python3.12: 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.)


-- 
1064336: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064336
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python3.12
Version: 3.12.2-1
Severity: important
Tags: patch pending sid trixie
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
python3.12 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 python3.12
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 python3.12-3.12.2/debian/changelog python3.12-3.12.2/debian/changelog
--- python3.12-3.12.2/debian/changelog  2024-02-07 12:47:03.000000000 -0800
+++ python3.12-3.12.2/debian/changelog  2024-02-19 17:00:02.000000000 -0800
@@ -1,3 +1,10 @@
+python3.12 (3.12.2-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Tue, 20 Feb 2024 01:00:02 +0000
+
 python3.12 (3.12.2-1) unstable; urgency=medium
 
   * Python 3.12.2 release.
diff -Nru python3.12-3.12.2/debian/control python3.12-3.12.2/debian/control
--- python3.12-3.12.2/debian/control    2023-12-08 11:28:58.000000000 -0800
+++ python3.12-3.12.2/debian/control    2024-02-19 17:00:02.000000000 -0800
@@ -116,7 +116,10 @@
  This package contains some essential modules. It is normally not
  used on it's own, but as a dependency of python3.12-minimal.
 
-Package: libpython3.12
+Package: libpython3.12t64
+Provides: ${t64:Provides}
+Replaces: libpython3.12
+Breaks: libpython3.12 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -234,14 +237,15 @@
  .
  See the README.debug for more information.
 
-Package: libpython3.12-dbg
+Package: libpython3.12t64-dbg
+Provides: ${t64:Provides}
 Section: debug
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: libpython3.12-stdlib (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
-Breaks: python3-gdbm-dbg (<< 3.9.9-1~)
-Replaces: python3-gdbm-dbg (<< 3.9.9-1~)
+Breaks: libpython3.12-dbg (<< ${source:Version}), python3-gdbm-dbg (<< 
3.9.9-1~)
+Replaces: libpython3.12-dbg, python3-gdbm-dbg (<< 3.9.9-1~)
 Description: Debug Build of the Python Interpreter (version 3.12)
  The package holds two things:
  .
diff -Nru python3.12-3.12.2/debian/control.in 
python3.12-3.12.2/debian/control.in
--- python3.12-3.12.2/debian/control.in 2023-12-08 11:28:48.000000000 -0800
+++ python3.12-3.12.2/debian/control.in 2024-02-19 16:59:50.000000000 -0800
@@ -116,7 +116,10 @@
  This package contains some essential modules. It is normally not
  used on it's own, but as a dependency of @PVER@-minimal.
 
-Package: lib@PVER@
+Package: lib@PVER@t64
+Provides: ${t64:Provides}
+Replaces: lib@PVER@
+Breaks: lib@PVER@ (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -234,14 +237,15 @@
  .
  See the README.debug for more information.
 
-Package: lib@PVER@-dbg
+Package: lib@PVER@t64-dbg
+Provides: ${t64:Provides}
 Section: debug
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: lib@PVER@-stdlib (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
-Breaks: python3-gdbm-dbg (<< 3.9.9-1~)
-Replaces: python3-gdbm-dbg (<< 3.9.9-1~)
+Breaks: lib@PVER@-dbg (<< ${source:Version}), python3-gdbm-dbg (<< 3.9.9-1~)
+Replaces: lib@PVER@-dbg, python3-gdbm-dbg (<< 3.9.9-1~)
 Description: Debug Build of the Python Interpreter (version @VER@)
  The package holds two things:
  .
diff -Nru python3.12-3.12.2/debian/libPVER-dbg.overrides.in 
python3.12-3.12.2/debian/libPVER-dbg.overrides.in
--- python3.12-3.12.2/debian/libPVER-dbg.overrides.in   2023-03-02 
09:59:02.000000000 -0800
+++ python3.12-3.12.2/debian/libPVER-dbg.overrides.in   1969-12-31 
16:00:00.000000000 -0800
@@ -1,20 +0,0 @@
-lib@PVER@-dbg binary: package-name-doesnt-match-sonames
-lib@PVER@-dbg binary: non-dev-pkg-with-shlib-symlink
-
-# no, it's not unusual
-lib@PVER@-dbg binary: unusual-interpreter
-
-# just the gdb debug file
-lib@PVER@-dbg binary: python3-script-but-no-python3-dep
-
-# pointless lintian ...
-lib@PVER@-dbg binary: hardening-no-fortify-functions
-
-lib@PVER@-dbg binary: arch-dependent-file-not-in-arch-specific-directory
-
-# yes, some extensions don't have references to any external lib
-lib@PVER@-dbg binary: shared-lib-without-dependency-information
-lib@PVER@-dbg binary: library-not-linked-against-libc
-
-# pyexpat.c contains expat error messages that lintian mis-attributes to 
embedding
-lib@PVER@-dbg binary: embedded-library
diff -Nru python3.12-3.12.2/debian/libPVER-dbg.prerm.in 
python3.12-3.12.2/debian/libPVER-dbg.prerm.in
--- python3.12-3.12.2/debian/libPVER-dbg.prerm.in       2014-07-26 
05:57:09.000000000 -0700
+++ python3.12-3.12.2/debian/libPVER-dbg.prerm.in       1969-12-31 
16:00:00.000000000 -0800
@@ -1,23 +0,0 @@
-#! /bin/sh
-
-set -e
-
-case "$1" in
-    remove)
-       dpkg -L lib@PVER@-dbg@HOST_QUAL@ \
-           | awk '/\.py$/ {print $0"c\n" $0"o"}' \
-           | xargs -r rm -f >&2
-        ;;
-    upgrade)
-        ;;
-    deconfigure)
-        ;;
-    failed-upgrade)
-        ;;
-    *)
-        echo "prerm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
diff -Nru python3.12-3.12.2/debian/libPVER-dbg.symbols.in 
python3.12-3.12.2/debian/libPVER-dbg.symbols.in
--- python3.12-3.12.2/debian/libPVER-dbg.symbols.in     2023-08-09 
07:45:25.000000000 -0700
+++ python3.12-3.12.2/debian/libPVER-dbg.symbols.in     1969-12-31 
16:00:00.000000000 -0800
@@ -1,17 +0,0 @@
-libpython@v...@d.so.1.0 libpython@VER@-dbg #MINVER#
-#include "libpython.symbols"
- _PyInterpreterState_GetRefTotal@Base @SVER@
- _PyObject_DebugMallocStats@Base @SVER@
- _PySet_Dummy@Base @SVER@
- _PyUnicode_CheckConsistency@Base @SVER@
- _PyWideStringList_CheckConsistency@Base @SVER@
- _Py_Dealloc@Base @SVER@
- _Py_DECREF_DecRefTotal@Base @SVER@
- _Py_GetGlobalRefTotal@Base @SVER@
- _Py_GetLegacyRefTotal@Base @SVER@
- _Py_HashSecret_Initialized@Base @SVER@
- _Py_INCREF_IncRefTotal@Base @SVER@
- _Py_NegativeRefcount@Base @SVER@
- _Py_RefTotal@Base @SVER@
- PyModule_Create2@Base @SVER@
- PyModule_FromDefAndSpec2@Base @SVER@
diff -Nru python3.12-3.12.2/debian/libPVER.overrides.in 
python3.12-3.12.2/debian/libPVER.overrides.in
--- python3.12-3.12.2/debian/libPVER.overrides.in       2023-03-02 
09:59:15.000000000 -0800
+++ python3.12-3.12.2/debian/libPVER.overrides.in       1969-12-31 
16:00:00.000000000 -0800
@@ -1,4 +0,0 @@
-lib@PVER@ binary: package-name-doesnt-match-sonames
-
-# pyexpat.c contains expat error messages that lintian mis-attributes to 
embedding
-lib@PVER@ binary: embedded-library
diff -Nru python3.12-3.12.2/debian/libPVER.symbols.in 
python3.12-3.12.2/debian/libPVER.symbols.in
--- python3.12-3.12.2/debian/libPVER.symbols.in 2019-05-07 10:57:13.000000000 
-0700
+++ python3.12-3.12.2/debian/libPVER.symbols.in 1969-12-31 16:00:00.000000000 
-0800
@@ -1,4 +0,0 @@
-libpython@VER@.so.1.0 libpython@VER@ #MINVER#
-#include "libpython.symbols"
- PyModule_Create2@Base @SVER@
- PyModule_FromDefAndSpec2@Base @SVER@
diff -Nru python3.12-3.12.2/debian/libPVERt64-dbg.overrides.in 
python3.12-3.12.2/debian/libPVERt64-dbg.overrides.in
--- python3.12-3.12.2/debian/libPVERt64-dbg.overrides.in        1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libPVERt64-dbg.overrides.in        2023-03-02 
09:59:02.000000000 -0800
@@ -0,0 +1,20 @@
+lib@PVER@-dbg binary: package-name-doesnt-match-sonames
+lib@PVER@-dbg binary: non-dev-pkg-with-shlib-symlink
+
+# no, it's not unusual
+lib@PVER@-dbg binary: unusual-interpreter
+
+# just the gdb debug file
+lib@PVER@-dbg binary: python3-script-but-no-python3-dep
+
+# pointless lintian ...
+lib@PVER@-dbg binary: hardening-no-fortify-functions
+
+lib@PVER@-dbg binary: arch-dependent-file-not-in-arch-specific-directory
+
+# yes, some extensions don't have references to any external lib
+lib@PVER@-dbg binary: shared-lib-without-dependency-information
+lib@PVER@-dbg binary: library-not-linked-against-libc
+
+# pyexpat.c contains expat error messages that lintian mis-attributes to 
embedding
+lib@PVER@-dbg binary: embedded-library
diff -Nru python3.12-3.12.2/debian/libPVERt64-dbg.prerm.in 
python3.12-3.12.2/debian/libPVERt64-dbg.prerm.in
--- python3.12-3.12.2/debian/libPVERt64-dbg.prerm.in    1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libPVERt64-dbg.prerm.in    2024-02-19 
17:00:02.000000000 -0800
@@ -0,0 +1,23 @@
+#! /bin/sh
+
+set -e
+
+case "$1" in
+    remove)
+       dpkg -L lib@PVER@t64-dbg@HOST_QUAL@ \
+           | awk '/\.py$/ {print $0"c\n" $0"o"}' \
+           | xargs -r rm -f >&2
+        ;;
+    upgrade)
+        ;;
+    deconfigure)
+        ;;
+    failed-upgrade)
+        ;;
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
diff -Nru python3.12-3.12.2/debian/libPVERt64-dbg.symbols.in 
python3.12-3.12.2/debian/libPVERt64-dbg.symbols.in
--- python3.12-3.12.2/debian/libPVERt64-dbg.symbols.in  1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libPVERt64-dbg.symbols.in  2024-02-19 
17:00:02.000000000 -0800
@@ -0,0 +1,17 @@
+libpython@v...@d.so.1.0 libpython@VER@t64-dbg #MINVER#
+#include "libpython.symbols"
+ _PyInterpreterState_GetRefTotal@Base @SVER@
+ _PyObject_DebugMallocStats@Base @SVER@
+ _PySet_Dummy@Base @SVER@
+ _PyUnicode_CheckConsistency@Base @SVER@
+ _PyWideStringList_CheckConsistency@Base @SVER@
+ _Py_Dealloc@Base @SVER@
+ _Py_DECREF_DecRefTotal@Base @SVER@
+ _Py_GetGlobalRefTotal@Base @SVER@
+ _Py_GetLegacyRefTotal@Base @SVER@
+ _Py_HashSecret_Initialized@Base @SVER@
+ _Py_INCREF_IncRefTotal@Base @SVER@
+ _Py_NegativeRefcount@Base @SVER@
+ _Py_RefTotal@Base @SVER@
+ PyModule_Create2@Base @SVER@
+ PyModule_FromDefAndSpec2@Base @SVER@
diff -Nru python3.12-3.12.2/debian/libPVERt64.overrides.in 
python3.12-3.12.2/debian/libPVERt64.overrides.in
--- python3.12-3.12.2/debian/libPVERt64.overrides.in    1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libPVERt64.overrides.in    2023-03-02 
09:59:15.000000000 -0800
@@ -0,0 +1,4 @@
+lib@PVER@ binary: package-name-doesnt-match-sonames
+
+# pyexpat.c contains expat error messages that lintian mis-attributes to 
embedding
+lib@PVER@ binary: embedded-library
diff -Nru python3.12-3.12.2/debian/libPVERt64.symbols.in 
python3.12-3.12.2/debian/libPVERt64.symbols.in
--- python3.12-3.12.2/debian/libPVERt64.symbols.in      1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libPVERt64.symbols.in      2024-02-19 
17:00:02.000000000 -0800
@@ -0,0 +1,4 @@
+libpython@VER@.so.1.0 libpython@VER@t64 #MINVER#
+#include "libpython.symbols"
+ PyModule_Create2@Base @SVER@
+ PyModule_FromDefAndSpec2@Base @SVER@
diff -Nru 
python3.12-3.12.2/debian/libpython3.12/usr/share/lintian/overrides/libpython3.12
 
python3.12-3.12.2/debian/libpython3.12/usr/share/lintian/overrides/libpython3.12
--- 
python3.12-3.12.2/debian/libpython3.12/usr/share/lintian/overrides/libpython3.12
    1969-12-31 16:00:00.000000000 -0800
+++ 
python3.12-3.12.2/debian/libpython3.12/usr/share/lintian/overrides/libpython3.12
    2024-02-19 17:00:02.000000000 -0800
@@ -0,0 +1,4 @@
+libpython3.12 binary: package-name-doesnt-match-sonames
+
+# pyexpat.c contains expat error messages that lintian mis-attributes to 
embedding
+libpython3.12 binary: embedded-library
diff -Nru 
python3.12-3.12.2/debian/libpython3.12-dbg/usr/share/lintian/overrides/libpython3.12-dbg
 
python3.12-3.12.2/debian/libpython3.12-dbg/usr/share/lintian/overrides/libpython3.12-dbg
--- 
python3.12-3.12.2/debian/libpython3.12-dbg/usr/share/lintian/overrides/libpython3.12-dbg
    1969-12-31 16:00:00.000000000 -0800
+++ 
python3.12-3.12.2/debian/libpython3.12-dbg/usr/share/lintian/overrides/libpython3.12-dbg
    2024-02-19 17:00:02.000000000 -0800
@@ -0,0 +1,20 @@
+libpython3.12-dbg binary: package-name-doesnt-match-sonames
+libpython3.12-dbg binary: non-dev-pkg-with-shlib-symlink
+
+# no, it's not unusual
+libpython3.12-dbg binary: unusual-interpreter
+
+# just the gdb debug file
+libpython3.12-dbg binary: python3-script-but-no-python3-dep
+
+# pointless lintian ...
+libpython3.12-dbg binary: hardening-no-fortify-functions
+
+libpython3.12-dbg binary: arch-dependent-file-not-in-arch-specific-directory
+
+# yes, some extensions don't have references to any external lib
+libpython3.12-dbg binary: shared-lib-without-dependency-information
+libpython3.12-dbg binary: library-not-linked-against-libc
+
+# pyexpat.c contains expat error messages that lintian mis-attributes to 
embedding
+libpython3.12-dbg binary: embedded-library
diff -Nru python3.12-3.12.2/debian/libpython3.12-dbg.overrides 
python3.12-3.12.2/debian/libpython3.12-dbg.overrides
--- python3.12-3.12.2/debian/libpython3.12-dbg.overrides        1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libpython3.12-dbg.overrides        2024-02-19 
17:00:02.000000000 -0800
@@ -0,0 +1,20 @@
+libpython3.12-dbg binary: package-name-doesnt-match-sonames
+libpython3.12-dbg binary: non-dev-pkg-with-shlib-symlink
+
+# no, it's not unusual
+libpython3.12-dbg binary: unusual-interpreter
+
+# just the gdb debug file
+libpython3.12-dbg binary: python3-script-but-no-python3-dep
+
+# pointless lintian ...
+libpython3.12-dbg binary: hardening-no-fortify-functions
+
+libpython3.12-dbg binary: arch-dependent-file-not-in-arch-specific-directory
+
+# yes, some extensions don't have references to any external lib
+libpython3.12-dbg binary: shared-lib-without-dependency-information
+libpython3.12-dbg binary: library-not-linked-against-libc
+
+# pyexpat.c contains expat error messages that lintian mis-attributes to 
embedding
+libpython3.12-dbg binary: embedded-library
diff -Nru python3.12-3.12.2/debian/libpython3.12-dbg.prerm 
python3.12-3.12.2/debian/libpython3.12-dbg.prerm
--- python3.12-3.12.2/debian/libpython3.12-dbg.prerm    1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libpython3.12-dbg.prerm    2024-02-19 
17:00:02.000000000 -0800
@@ -0,0 +1,23 @@
+#! /bin/sh
+
+set -e
+
+case "$1" in
+    remove)
+       dpkg -L libpython3.12-dbg:amd64 \
+           | awk '/\.py$/ {print $0"c\n" $0"o"}' \
+           | xargs -r rm -f >&2
+        ;;
+    upgrade)
+        ;;
+    deconfigure)
+        ;;
+    failed-upgrade)
+        ;;
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
diff -Nru python3.12-3.12.2/debian/libpython3.12-dbg.symbols 
python3.12-3.12.2/debian/libpython3.12-dbg.symbols
--- python3.12-3.12.2/debian/libpython3.12-dbg.symbols  1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libpython3.12-dbg.symbols  2024-02-19 
17:00:02.000000000 -0800
@@ -0,0 +1,17 @@
+libpython3.12d.so.1.0 libpython3.12-dbg #MINVER#
+#include "libpython.symbols"
+ _PyInterpreterState_GetRefTotal@Base 3.12.1
+ _PyObject_DebugMallocStats@Base 3.12.1
+ _PySet_Dummy@Base 3.12.1
+ _PyUnicode_CheckConsistency@Base 3.12.1
+ _PyWideStringList_CheckConsistency@Base 3.12.1
+ _Py_Dealloc@Base 3.12.1
+ _Py_DECREF_DecRefTotal@Base 3.12.1
+ _Py_GetGlobalRefTotal@Base 3.12.1
+ _Py_GetLegacyRefTotal@Base 3.12.1
+ _Py_HashSecret_Initialized@Base 3.12.1
+ _Py_INCREF_IncRefTotal@Base 3.12.1
+ _Py_NegativeRefcount@Base 3.12.1
+ _Py_RefTotal@Base 3.12.1
+ PyModule_Create2@Base 3.12.1
+ PyModule_FromDefAndSpec2@Base 3.12.1
diff -Nru python3.12-3.12.2/debian/libpython3.12.overrides 
python3.12-3.12.2/debian/libpython3.12.overrides
--- python3.12-3.12.2/debian/libpython3.12.overrides    1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libpython3.12.overrides    2024-02-19 
17:00:02.000000000 -0800
@@ -0,0 +1,4 @@
+libpython3.12 binary: package-name-doesnt-match-sonames
+
+# pyexpat.c contains expat error messages that lintian mis-attributes to 
embedding
+libpython3.12 binary: embedded-library
diff -Nru python3.12-3.12.2/debian/libpython3.12.symbols 
python3.12-3.12.2/debian/libpython3.12.symbols
--- python3.12-3.12.2/debian/libpython3.12.symbols      1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libpython3.12.symbols      2024-02-19 
17:00:02.000000000 -0800
@@ -0,0 +1,4 @@
+libpython3.12.so.1.0 libpython3.12 #MINVER#
+#include "libpython.symbols"
+ PyModule_Create2@Base 3.12.1
+ PyModule_FromDefAndSpec2@Base 3.12.1
diff -Nru python3.12-3.12.2/debian/libpython3.12t64-dbg.lintian-overrides 
python3.12-3.12.2/debian/libpython3.12t64-dbg.lintian-overrides
--- python3.12-3.12.2/debian/libpython3.12t64-dbg.lintian-overrides     
1969-12-31 16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libpython3.12t64-dbg.lintian-overrides     
2024-02-19 16:59:50.000000000 -0800
@@ -0,0 +1 @@
+libpython3.12t64-dbg: package-name-doesnt-match-sonames libpython3.12-dbg
diff -Nru python3.12-3.12.2/debian/libpython3.12t64.lintian-overrides 
python3.12-3.12.2/debian/libpython3.12t64.lintian-overrides
--- python3.12-3.12.2/debian/libpython3.12t64.lintian-overrides 1969-12-31 
16:00:00.000000000 -0800
+++ python3.12-3.12.2/debian/libpython3.12t64.lintian-overrides 2024-02-19 
16:59:50.000000000 -0800
@@ -0,0 +1 @@
+libpython3.12t64: package-name-doesnt-match-sonames libpython3.12
diff -Nru python3.12-3.12.2/debian/rules python3.12-3.12.2/debian/rules
--- python3.12-3.12.2/debian/rules      2024-02-07 12:47:03.000000000 -0800
+++ python3.12-3.12.2/debian/rules      2024-02-19 17:00:02.000000000 -0800
@@ -279,7 +279,7 @@
 p_base := $(PVER)
 p_npie := $(PVER)-nopie
 p_min  := $(PVER)-minimal
-p_lib  := lib$(PVER)
+p_lib  := lib$(PVER)t64
 p_tk   := $(PVER)-tk
 p_dev  := $(PVER)-dev
 p_exam := $(PVER)-examples
@@ -293,7 +293,7 @@
 p_lbase        := lib$(PVER)-stdlib
 p_lmin := lib$(PVER)-minimal
 p_ldev := lib$(PVER)-dev
-p_ldbg := lib$(PVER)-dbg
+p_ldbg := lib$(PVER)t64-dbg
 p_ltst := lib$(PVER)-testsuite
 
 d_base := debian/$(p_base)

--- End Message ---
--- Begin Message ---
Source: python3.12
Source-Version: 3.12.2-2
Done: Matthias Klose <d...@debian.org>

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

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated python3.12 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 02:56:09 +0100
Source: python3.12
Architecture: source
Version: 3.12.2-2
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Closes: 1063345 1064336
Changes:
 python3.12 (3.12.2-2) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Don't rely on module state in teedataobject_clear (from Brandt Bucher in
     https://github.com/python/cpython/issues/115874). Closes: #1063345.
 .
   [ Steve Langasek ]
   * Rename libraries for 64-bit time_t transition, declare X-Time64-Compat
     to get proper Provides (Steve Langasek). Closes: #1064336.
Checksums-Sha1:
 8667bb791a865918259dfb51438fc7aad769ff3c 3849 python3.12_3.12.2-2.dsc
 1fb92c09befb871240607d8a0aa0c78570435d1d 212552 
python3.12_3.12.2-2.debian.tar.xz
 00fa7dacce5c6462040a7e87697f44bbac2f8a11 10666 
python3.12_3.12.2-2_source.buildinfo
Checksums-Sha256:
 23652e85eacc9f4c9f74ac7ae00fc23dc44ca5980d98c3c8f6b85d58fa6c46a6 3849 
python3.12_3.12.2-2.dsc
 eaf9f23ddb1c099548af15e3a9ceb8efc09d40bb801d3f37e29b07a619403425 212552 
python3.12_3.12.2-2.debian.tar.xz
 aa6eec1ee7fc8d3a59a8d9393a1240df53b7efb7b78b76f314a00838f27b1f22 10666 
python3.12_3.12.2-2_source.buildinfo
Files:
 e1c13aa9a8429eadb06dba2b594bf001 3849 python optional python3.12_3.12.2-2.dsc
 d343d9a712de7aad8f94c91cee73c53d 212552 python optional 
python3.12_3.12.2-2.debian.tar.xz
 99f2ca7b5d9804de94e433ce33aa8b5b 10666 python optional 
python3.12_3.12.2-2_source.buildinfo

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

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmXf5LEQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9fMxEACTnks6jRfZEXxH+LqDBFqr6KJvN22SrRcK
sYdHkNnaXwAj3DF7jwhF0Dn59Sx/2BNBXX8W/2NxTFGfR4ESbwPxcl/eLDJF35SN
q1e/QnolYpkBt6AXj38XcLiQxaTt3kKNy4ThcqmTlYtDuxt3K93zfDZy+My6BpBK
8IzIDR3qb8wJ5hVoqQHumHqqkZl3+AVZH/EzP3qf+OOzOI/idu0+74bv3TNfL0x1
DhHRfKvOh7rx7PO76r7XLGpGCp+NAPOVu3nnnkr0MfKA7UDAJbWZHei+kW9zftv7
g5oEKrl43q10UfgIPo+a62eEFQn/MQG7EquIacjUkh3dD7Ptingb0fcX5Ia08Xhr
ttBCk4q9TeAuqjS0LNcdSB6IaKp43m6aWMcZBVGXh3RXlaZ1QI50HeC5ks4cqk46
PWxSYUAdp++7BXDzTdlid+4V4HpKM3IEMQRwnAnpUrygPkaZboUxn00TAfBU3V4p
qb+90IXUM3UndtfoXHTckvC3/svbruGlLuGI6fb0yH+qTvt5zauO5QJy6FNmJbxo
dxIzUMmu5uPiFU4GVqx6jDMMWR15HoXgki+lNAKOuSMN9V8dAued11X4Ho5uHGU+
fIKZNb+so99AXW7vdnS336w1gWya1FyJVcWc7X1qvjA85CLxuVewmWyEMKqQsIlo
0jW51FfYrA==
=YOFP
-----END PGP SIGNATURE-----

Attachment: pgpoYI9EgyWK1.pgp
Description: PGP signature


--- End Message ---

Reply via email to