Source: guitarix
Version: 0.44.1+dfsg1-3
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
guitarix 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 guitarix
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 guitarix-0.44.1+dfsg1/debian/changelog 
guitarix-0.44.1+dfsg1/debian/changelog
--- guitarix-0.44.1+dfsg1/debian/changelog      2023-08-04 10:35:39.000000000 
+0000
+++ guitarix-0.44.1+dfsg1/debian/changelog      2024-01-31 16:32:06.000000000 
+0000
@@ -1,3 +1,10 @@
+guitarix (0.44.1+dfsg1-3.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:32:06 +0000
+
 guitarix (0.44.1+dfsg1-3) unstable; urgency=medium
 
   * Fix FTBFS with GCC13 (Closes: #1037685)
diff -Nru guitarix-0.44.1+dfsg1/debian/control 
guitarix-0.44.1+dfsg1/debian/control
--- guitarix-0.44.1+dfsg1/debian/control        2023-02-23 17:45:50.000000000 
+0000
+++ guitarix-0.44.1+dfsg1/debian/control        2024-01-31 16:32:06.000000000 
+0000
@@ -136,7 +136,10 @@
  .
  This package contains Guitarix's Development documentation.
 
-Package: libgxw0
+Package: libgxw0t64
+Provides: ${t64:Provides}
+Replaces: libgxw0
+Breaks: libgxw0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
@@ -156,7 +159,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libgxw0 (= ${binary:Version}),
+ libgxw0t64 (= ${binary:Version}),
  ${misc:Depends},
 Recommends:
  guitarix-doc,
@@ -170,7 +173,10 @@
  .
  This package contains development files for Guitarix's GTK+ library.
 
-Package: libgxwmm0
+Package: libgxwmm0t64
+Provides: ${t64:Provides}
+Replaces: libgxwmm0
+Breaks: libgxwmm0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
@@ -190,7 +196,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libgxwmm0 (= ${binary:Version}),
+ libgxwmm0t64 (= ${binary:Version}),
  ${misc:Depends},
 Recommends:
  guitarix-doc,
diff -Nru guitarix-0.44.1+dfsg1/debian/libgxw0.install 
guitarix-0.44.1+dfsg1/debian/libgxw0.install
--- guitarix-0.44.1+dfsg1/debian/libgxw0.install        2023-01-17 
17:14:33.000000000 +0000
+++ guitarix-0.44.1+dfsg1/debian/libgxw0.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgxw.so.*
diff -Nru guitarix-0.44.1+dfsg1/debian/libgxw0.lintian-overrides 
guitarix-0.44.1+dfsg1/debian/libgxw0.lintian-overrides
--- guitarix-0.44.1+dfsg1/debian/libgxw0.lintian-overrides      2023-01-17 
19:26:13.000000000 +0000
+++ guitarix-0.44.1+dfsg1/debian/libgxw0.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# Using only shlibs, because it is a minor lib and maintaining C++ symbols 
files is a bit onerous:
-no-symbols-control-file usr/lib/libgxw.so.0.1
diff -Nru guitarix-0.44.1+dfsg1/debian/libgxw0t64.install 
guitarix-0.44.1+dfsg1/debian/libgxw0t64.install
--- guitarix-0.44.1+dfsg1/debian/libgxw0t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ guitarix-0.44.1+dfsg1/debian/libgxw0t64.install     2023-01-17 
17:14:33.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libgxw.so.*
diff -Nru guitarix-0.44.1+dfsg1/debian/libgxw0t64.lintian-overrides 
guitarix-0.44.1+dfsg1/debian/libgxw0t64.lintian-overrides
--- guitarix-0.44.1+dfsg1/debian/libgxw0t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ guitarix-0.44.1+dfsg1/debian/libgxw0t64.lintian-overrides   2024-01-31 
16:32:06.000000000 +0000
@@ -0,0 +1,3 @@
+# Using only shlibs, because it is a minor lib and maintaining C++ symbols 
files is a bit onerous:
+no-symbols-control-file usr/lib/libgxw.so.0.1
+libgxw0t64: package-name-doesnt-match-sonames libgxw0
diff -Nru guitarix-0.44.1+dfsg1/debian/libgxwmm0.install 
guitarix-0.44.1+dfsg1/debian/libgxwmm0.install
--- guitarix-0.44.1+dfsg1/debian/libgxwmm0.install      2023-01-17 
17:14:33.000000000 +0000
+++ guitarix-0.44.1+dfsg1/debian/libgxwmm0.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libgxwmm.so.*
diff -Nru guitarix-0.44.1+dfsg1/debian/libgxwmm0.lintian-overrides 
guitarix-0.44.1+dfsg1/debian/libgxwmm0.lintian-overrides
--- guitarix-0.44.1+dfsg1/debian/libgxwmm0.lintian-overrides    2023-01-17 
17:14:33.000000000 +0000
+++ guitarix-0.44.1+dfsg1/debian/libgxwmm0.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# Using only shlibs, because it is a minor lib and maintaining C++ symbols 
files is a bit onerous:
-libgxwmm0 binary: no-symbols-control-file usr/lib/libgxwmm.so.0.1
diff -Nru guitarix-0.44.1+dfsg1/debian/libgxwmm0t64.install 
guitarix-0.44.1+dfsg1/debian/libgxwmm0t64.install
--- guitarix-0.44.1+dfsg1/debian/libgxwmm0t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ guitarix-0.44.1+dfsg1/debian/libgxwmm0t64.install   2023-01-17 
17:14:33.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libgxwmm.so.*
diff -Nru guitarix-0.44.1+dfsg1/debian/libgxwmm0t64.lintian-overrides 
guitarix-0.44.1+dfsg1/debian/libgxwmm0t64.lintian-overrides
--- guitarix-0.44.1+dfsg1/debian/libgxwmm0t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ guitarix-0.44.1+dfsg1/debian/libgxwmm0t64.lintian-overrides 2024-01-31 
16:32:06.000000000 +0000
@@ -0,0 +1,3 @@
+# Using only shlibs, because it is a minor lib and maintaining C++ symbols 
files is a bit onerous:
+libgxwmm0t64 binary: no-symbols-control-file usr/lib/libgxwmm.so.0.1
+libgxwmm0t64: package-name-doesnt-match-sonames libgxwmm0

Reply via email to