Source: gtkmm2.4 Version: 1:2.24.5-4 Severity: serious Tags: patch pending Justification: library ABI skew on upgrade User: debian-...@lists.debian.org Usertags: time-t
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 gtkmm2.4 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 gtkmm2.4 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'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: 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: unable to detect
diff -Nru gtkmm2.4-2.24.5/debian/changelog gtkmm2.4-2.24.5/debian/changelog --- gtkmm2.4-2.24.5/debian/changelog 2019-02-06 08:54:15.000000000 +0000 +++ gtkmm2.4-2.24.5/debian/changelog 2024-01-31 16:12:22.000000000 +0000 @@ -1,3 +1,10 @@ +gtkmm2.4 (1:2.24.5-4.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Graham Inggs <gin...@debian.org> Wed, 31 Jan 2024 16:12:22 +0000 + gtkmm2.4 (1:2.24.5-4) unstable; urgency=medium * Team upload diff -Nru gtkmm2.4-2.24.5/debian/control gtkmm2.4-2.24.5/debian/control --- gtkmm2.4-2.24.5/debian/control 2019-02-06 08:54:15.000000000 +0000 +++ gtkmm2.4-2.24.5/debian/control 2024-01-31 16:12:22.000000000 +0000 @@ -6,7 +6,7 @@ Section: oldlibs Priority: optional Maintainer: Debian GNOME Maintainers <pkg-gnome-maintain...@lists.alioth.debian.org> -Uploaders: Emilio Pozuelo Monfort <po...@debian.org>, Jeremy Bicha <jbi...@debian.org>, Michael Biebl <bi...@debian.org>, Sebastian Dröge <sl...@debian.org> +Uploaders: Emilio Pozuelo Monfort <po...@debian.org>, Michael Biebl <bi...@debian.org>, Sebastian Dröge <sl...@debian.org> Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.11), libgtk2.0-dev (>= 2.24.0), @@ -25,7 +25,7 @@ Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, - libgtkmm-2.4-1v5 (= ${binary:Version}), + libgtkmm-2.4-1t64 (= ${binary:Version}), libgtk2.0-dev (>= 2.24.0), libglibmm-2.4-dev (>= 2.27.93), libpangomm-1.4-dev (>= 2.27.1), @@ -46,13 +46,16 @@ This package contains development files and examples, as well as a gtkmm-demo program. -Package: libgtkmm-2.4-1v5 +Package: libgtkmm-2.4-1t64 +Provides: ${t64:Provides} +X-Time64-Compat: libgtkmm-2.4-1v5 +Breaks: libgtkmm-2.4-1v5 (<< ${source:Version}) Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libgtkmm-2.4-1c2a -Replaces: libgtkmm-2.4-1c2a +Replaces: libgtkmm-2.4-1v5, libgtkmm-2.4-1c2a Description: C++ wrappers for GTK+ 2 (shared libraries) Gtkmm is a C++ interface for the popular GUI library GTK+, with API version 2.4. Gtkmm provides a convenient interface for C++ programmers to create diff -Nru gtkmm2.4-2.24.5/debian/control.in gtkmm2.4-2.24.5/debian/control.in --- gtkmm2.4-2.24.5/debian/control.in 2019-02-06 08:54:15.000000000 +0000 +++ gtkmm2.4-2.24.5/debian/control.in 2024-01-31 16:12:22.000000000 +0000 @@ -21,7 +21,7 @@ Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, - libgtkmm-2.4-1v5 (= ${binary:Version}), + libgtkmm-2.4-1t64 (= ${binary:Version}), libgtk2.0-dev (>= 2.24.0), libglibmm-2.4-dev (>= 2.27.93), libpangomm-1.4-dev (>= 2.27.1), @@ -42,13 +42,16 @@ This package contains development files and examples, as well as a gtkmm-demo program. -Package: libgtkmm-2.4-1v5 +Package: libgtkmm-2.4-1t64 +Provides: ${t64:Provides} +X-Time64-Compat: libgtkmm-2.4-1v5 +Breaks: libgtkmm-2.4-1v5 (<< ${source:Version}) Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libgtkmm-2.4-1c2a -Replaces: libgtkmm-2.4-1c2a +Replaces: libgtkmm-2.4-1v5, libgtkmm-2.4-1c2a Description: C++ wrappers for GTK+ 2 (shared libraries) Gtkmm is a C++ interface for the popular GUI library GTK+, with API version 2.4. Gtkmm provides a convenient interface for C++ programmers to create diff -Nru gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.docs gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.docs --- gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.docs 1970-01-01 00:00:00.000000000 +0000 +++ gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.docs 2019-02-06 08:54:15.000000000 +0000 @@ -0,0 +1,3 @@ +AUTHORS +NEWS +README diff -Nru gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.install gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.install --- gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.install 2019-02-06 08:54:15.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* diff -Nru gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.lintian-overrides gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.lintian-overrides --- gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1t64.lintian-overrides 2024-01-31 16:12:22.000000000 +0000 @@ -0,0 +1 @@ +libgtkmm-2.4-1t64: package-name-doesnt-match-sonames libgtkmm-2.4-1v5 diff -Nru gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1v5.docs gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1v5.docs --- gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1v5.docs 2019-02-06 08:54:15.000000000 +0000 +++ gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1v5.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -AUTHORS -NEWS -README diff -Nru gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1v5.install gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1v5.install --- gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1v5.install 2019-02-06 08:54:15.000000000 +0000 +++ gtkmm2.4-2.24.5/debian/libgtkmm-2.4-1v5.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/lib*.so.*