Your message dated Fri, 01 Mar 2024 09:23:55 +1300
with message-id <923d84fda89a509fdb3948e5e7106566.mwhud...@fastmail.fm>
and subject line 
has caused the Debian Bug report #1062549,
regarding fbreader: 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.)


-- 
1062549: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062549
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fbreader
Version: 0.99.4+dfsg-5
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
fbreader 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 fbreader
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/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru fbreader-0.99.4+dfsg/debian/changelog 
fbreader-0.99.4+dfsg/debian/changelog
--- fbreader-0.99.4+dfsg/debian/changelog       2023-09-07 15:41:50.000000000 
+0000
+++ fbreader-0.99.4+dfsg/debian/changelog       2024-02-01 22:26:49.000000000 
+0000
@@ -1,3 +1,10 @@
+fbreader (0.99.4+dfsg-5.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org>  Thu, 01 Feb 2024 22:26:49 +0000
+
 fbreader (0.99.4+dfsg-5) unstable; urgency=medium
 
   * QA upload.
diff -Nru fbreader-0.99.4+dfsg/debian/control 
fbreader-0.99.4+dfsg/debian/control
--- fbreader-0.99.4+dfsg/debian/control 2023-09-07 15:41:50.000000000 +0000
+++ fbreader-0.99.4+dfsg/debian/control 2024-02-01 22:26:49.000000000 +0000
@@ -35,12 +35,13 @@
   * searching and downloading books from www.feedbooks.com and www.litres.ru
   * partial CSS support for epub files
 
-Package: libzlcore0.13
+Package: libzlcore0.13t64
+Provides: ${t64:Provides}
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore-data (>= 
${source:Version})
-Breaks: libzlcore0.12
-Replaces: libzlcore0.12
+Breaks: libzlcore0.13 (<< ${source:Version}), libzlcore0.12
+Replaces: libzlcore0.13, libzlcore0.12
 Conflicts: fbreader-gtk, fbreader-qt, fbreader-qt4
 Description: ZLibrary cross-platform development library (shared library)
  This is the core of ZLibrary, the library that the fbreader e-book reader
@@ -62,13 +63,14 @@
  ZLibrary is a cross-platform library to build applications running on desktop
  Linux, Windows, different Linux-based PDAs using this library.
 
-Package: libzltext0.13
+Package: libzltext0.13t64
+Provides: ${t64:Provides}
 Section: libs
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.13 (= 
${binary:Version}),
+Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.13t64 (= 
${binary:Version}),
   libzltext-data (>= ${source:Version})
-Breaks: libzltext0.12
-Replaces: libzltext0.12
+Breaks: libzltext0.13 (<< ${source:Version}), libzltext0.12
+Replaces: libzltext0.13, libzltext0.12
 Description: ZLibrary text model/viewer part (shared library)
  This package provides text model/viewer part of ZLibrary. See also
  libzlcore0.10 package.
@@ -84,7 +86,7 @@
 Replaces: libzltext, libzltext0.9
 Description: ZLibrary text model/viewer part (support files)
  This package contains the support files for the text model/viewer part
- of ZLibrary. See also libzltext0.13 package.
+ of ZLibrary. See also libzltext0.13t64 package.
  .
  ZLibrary is a cross-platform library to build applications running on desktop
  Linux, Windows, different Linux-based PDAs using this library.
@@ -92,9 +94,9 @@
 Package: libzlcore-dev
 Section: libdevel
 Architecture: any
-Breaks: libzlcore0.13 (<< 0.99.4+dfsg-5)
-Replaces: libzlcore0.13 (<< 0.99.4+dfsg-5)
-Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.13 (= 
${binary:Version})
+Breaks: libzlcore0.13t64 (<< 0.99.4+dfsg-5)
+Replaces: libzlcore0.13t64 (<< 0.99.4+dfsg-5)
+Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.13t64 (= 
${binary:Version})
 Description: ZLibrary cross-platform development library (development files)
  This package contains development files for the ZLibrary core.
  .
@@ -104,9 +106,9 @@
 Package: libzltext-dev
 Section: libdevel
 Architecture: any
-Breaks: libzltext0.13 (<< 0.99.4+dfsg-5)
-Replaces: libzltext0.13 (<< 0.99.4+dfsg-5)
-Depends: ${misc:Depends}, ${shlibs:Depends}, libzltext0.13 (= 
${binary:Version})
+Breaks: libzltext0.13t64 (<< 0.99.4+dfsg-5)
+Replaces: libzltext0.13t64 (<< 0.99.4+dfsg-5)
+Depends: ${misc:Depends}, ${shlibs:Depends}, libzltext0.13t64 (= 
${binary:Version})
 Description: ZLibrary text model/viewer part (development files)
  This package contains development files for the ZLibrary text model/viewer
  library.
diff -Nru fbreader-0.99.4+dfsg/debian/libzlcore0.13.dirs 
fbreader-0.99.4+dfsg/debian/libzlcore0.13.dirs
--- fbreader-0.99.4+dfsg/debian/libzlcore0.13.dirs      2023-09-07 
15:41:50.000000000 +0000
+++ fbreader-0.99.4+dfsg/debian/libzlcore0.13.dirs      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru fbreader-0.99.4+dfsg/debian/libzlcore0.13t64.dirs 
fbreader-0.99.4+dfsg/debian/libzlcore0.13t64.dirs
--- fbreader-0.99.4+dfsg/debian/libzlcore0.13t64.dirs   1970-01-01 
00:00:00.000000000 +0000
+++ fbreader-0.99.4+dfsg/debian/libzlcore0.13t64.dirs   2023-09-07 
15:41:50.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru fbreader-0.99.4+dfsg/debian/libzlcore0.13t64.lintian-overrides 
fbreader-0.99.4+dfsg/debian/libzlcore0.13t64.lintian-overrides
--- fbreader-0.99.4+dfsg/debian/libzlcore0.13t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ fbreader-0.99.4+dfsg/debian/libzlcore0.13t64.lintian-overrides      
2024-02-01 22:26:49.000000000 +0000
@@ -0,0 +1 @@
+libzlcore0.13t64: package-name-doesnt-match-sonames libzlcore0.13
diff -Nru fbreader-0.99.4+dfsg/debian/libzltext0.13.dirs 
fbreader-0.99.4+dfsg/debian/libzltext0.13.dirs
--- fbreader-0.99.4+dfsg/debian/libzltext0.13.dirs      2023-09-07 
15:41:50.000000000 +0000
+++ fbreader-0.99.4+dfsg/debian/libzltext0.13.dirs      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru fbreader-0.99.4+dfsg/debian/libzltext0.13t64.dirs 
fbreader-0.99.4+dfsg/debian/libzltext0.13t64.dirs
--- fbreader-0.99.4+dfsg/debian/libzltext0.13t64.dirs   1970-01-01 
00:00:00.000000000 +0000
+++ fbreader-0.99.4+dfsg/debian/libzltext0.13t64.dirs   2023-09-07 
15:41:50.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru fbreader-0.99.4+dfsg/debian/libzltext0.13t64.lintian-overrides 
fbreader-0.99.4+dfsg/debian/libzltext0.13t64.lintian-overrides
--- fbreader-0.99.4+dfsg/debian/libzltext0.13t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ fbreader-0.99.4+dfsg/debian/libzltext0.13t64.lintian-overrides      
2024-02-01 22:26:49.000000000 +0000
@@ -0,0 +1 @@
+libzltext0.13t64: package-name-doesnt-match-sonames libzltext0.13
diff -Nru fbreader-0.99.4+dfsg/debian/rules fbreader-0.99.4+dfsg/debian/rules
--- fbreader-0.99.4+dfsg/debian/rules   2023-09-07 15:41:50.000000000 +0000
+++ fbreader-0.99.4+dfsg/debian/rules   2024-02-01 22:26:49.000000000 +0000
@@ -32,13 +32,13 @@
        mv $(DEB_DIR)/tmp/zltext/usr/share/zlibrary 
$(DEB_DIR)/libzltext-data/usr/share
 
 override_dh_auto_install-arch: install-common
-       mv $(DEB_DIR)/tmp/zlcore/usr/lib $(DEB_DIR)/libzlcore0.13/usr
-       mv $(DEB_DIR)/tmp/zltext/usr/lib $(DEB_DIR)/libzltext0.13/usr
+       mv $(DEB_DIR)/tmp/zlcore/usr/lib $(DEB_DIR)/libzlcore0.13t64/usr
+       mv $(DEB_DIR)/tmp/zltext/usr/lib $(DEB_DIR)/libzltext0.13t64/usr
        $(MAKE) -C zlibrary/core TARGET_ARCH=desktop UI_TYPE=dummy 
DESTDIR=$(DEB_DIR)/libzlcore-dev do_install_dev
        $(MAKE) -C zlibrary/text TARGET_ARCH=desktop UI_TYPE=dummy 
DESTDIR=$(DEB_DIR)/libzltext-dev do_install_dev
        $(MAKE) -C zlibrary/ui TARGET_ARCH=desktop UI_TYPE=qt4 
DESTDIR=$(DEB_DIR)/fbreader do_install
        $(MAKE) -C fbreader TARGET_ARCH=desktop UI_TYPE=dummy 
DESTDIR=$(DEB_DIR)/fbreader do_install
 
 override_dh_makeshlibs:
-       dh_makeshlibs -plibzlcore0.13
-       dh_makeshlibs -plibzltext0.13
+       dh_makeshlibs -plibzlcore0.13t64
+       dh_makeshlibs -plibzltext0.13t64

--- End Message ---
--- Begin Message ---
Version: 0.99.4+dfsg-5.1

This has been uploaded now, but unfortunately I forgot to include the bug
number in the changelog. Apologies.

--- End Message ---

Reply via email to