Your message dated Thu, 29 Feb 2024 07:45:09 +0000
with message-id <e1rfb6l-00a2xn...@fasolo.debian.org>
and subject line Bug#1063236: fixed in wv 1.2.9-6.1
has caused the Debian Bug report #1063236,
regarding wv: 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.)


-- 
1063236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063236
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wv
Version: 1.2.9-6
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
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
wv 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 wv
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'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
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 wv-1.2.9/debian/changelog wv-1.2.9/debian/changelog
--- wv-1.2.9/debian/changelog   2023-09-17 23:41:15.000000000 +0000
+++ wv-1.2.9/debian/changelog   2024-02-05 20:09:11.000000000 +0000
@@ -1,3 +1,10 @@
+wv (1.2.9-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Mon, 05 Feb 2024 20:09:11 +0000
+
 wv (1.2.9-6) unstable; urgency=medium
 
   * QA upload
diff -Nru wv-1.2.9/debian/control wv-1.2.9/debian/control
--- wv-1.2.9/debian/control     2023-09-17 23:28:29.000000000 +0000
+++ wv-1.2.9/debian/control     2024-02-05 20:09:11.000000000 +0000
@@ -11,7 +11,7 @@
 
 Package: wv
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libwv-1.2-4 (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libwv-1.2-4t64 (= 
${binary:Version})
 Suggests: texlive, ghostscript, elinks | links | lynx, imagemagick, gv | 
postscript-viewer
 Description: Programs for accessing Microsoft Word documents
  wvWare (previously known as mswordview) is a library that allows access
@@ -39,7 +39,10 @@
  with the quality of images.  If you wish to preview Word documents from
  the comfort of your mail reader, install a PostScript viewer like gv.
 
-Package: libwv-1.2-4
+Package: libwv-1.2-4t64
+Provides: ${t64:Provides}
+Replaces: libwv-1.2-4
+Breaks: libwv-1.2-4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -56,7 +59,7 @@
 Package: libwv-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libwv-1.2-4 (= ${binary:Version}), libglib2.0-dev, 
libgsf-1-dev, zlib1g-dev, libpng-dev, libxml2-dev, libwmf-dev
+Depends: ${misc:Depends}, libwv-1.2-4t64 (= ${binary:Version}), 
libglib2.0-dev, libgsf-1-dev, zlib1g-dev, libpng-dev, libxml2-dev, libwmf-dev
 Description: Development files for the wvWare library
  wvWare (previously known as mswordview) is a library that allows access
  to Microsoft Word files.  It can load and parse the Word 2000, Word 97,
diff -Nru wv-1.2.9/debian/libwv-1.2-4.docs wv-1.2.9/debian/libwv-1.2-4.docs
--- wv-1.2.9/debian/libwv-1.2-4.docs    2023-09-17 21:45:41.000000000 +0000
+++ wv-1.2.9/debian/libwv-1.2-4.docs    1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-README
diff -Nru wv-1.2.9/debian/libwv-1.2-4.install 
wv-1.2.9/debian/libwv-1.2-4.install
--- wv-1.2.9/debian/libwv-1.2-4.install 2023-09-17 21:45:41.000000000 +0000
+++ wv-1.2.9/debian/libwv-1.2-4.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/*.so.*
diff -Nru wv-1.2.9/debian/libwv-1.2-4t64.docs 
wv-1.2.9/debian/libwv-1.2-4t64.docs
--- wv-1.2.9/debian/libwv-1.2-4t64.docs 1970-01-01 00:00:00.000000000 +0000
+++ wv-1.2.9/debian/libwv-1.2-4t64.docs 2023-09-17 21:45:41.000000000 +0000
@@ -0,0 +1 @@
+README
diff -Nru wv-1.2.9/debian/libwv-1.2-4t64.install 
wv-1.2.9/debian/libwv-1.2-4t64.install
--- wv-1.2.9/debian/libwv-1.2-4t64.install      1970-01-01 00:00:00.000000000 
+0000
+++ wv-1.2.9/debian/libwv-1.2-4t64.install      2023-09-17 21:45:41.000000000 
+0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/*.so.*
diff -Nru wv-1.2.9/debian/libwv-1.2-4t64.lintian-overrides 
wv-1.2.9/debian/libwv-1.2-4t64.lintian-overrides
--- wv-1.2.9/debian/libwv-1.2-4t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ wv-1.2.9/debian/libwv-1.2-4t64.lintian-overrides    2024-02-05 
20:09:11.000000000 +0000
@@ -0,0 +1 @@
+libwv-1.2-4t64: package-name-doesnt-match-sonames libwv-1.2-4

--- End Message ---
--- Begin Message ---
Source: wv
Source-Version: 1.2.9-6.1
Done: Steve Langasek <vor...@debian.org>

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

Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated wv 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 05:47:50 +0000
Source: wv
Architecture: source
Version: 1.2.9-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063236
Changes:
 wv (1.2.9-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063236
Checksums-Sha1:
 597c4f8162f063ca69661918d21ecda4c8aa9c56 1995 wv_1.2.9-6.1.dsc
 c124d649b10efe3231c885686456f656c2fd24b0 13464 wv_1.2.9-6.1.debian.tar.xz
 f0901465c978f4b3a35d38a98e411ec43cc12567 8892 wv_1.2.9-6.1_source.buildinfo
Checksums-Sha256:
 ef5eb5654e27bc906e97f29d7454d93ccaced144544d776468b8ea8a2933de48 1995 
wv_1.2.9-6.1.dsc
 2d60b9d80dbe28a3ff4fa8e40f42d03f0c218392ba1cbc4daec8281c0814f28f 13464 
wv_1.2.9-6.1.debian.tar.xz
 2de8307d67030dbd825662db12ec24883658d2c51fb7412471e1fef6def72bb7 8892 
wv_1.2.9-6.1_source.buildinfo
Files:
 d9d7d5c452f317f775259f08962e3e7a 1995 text optional wv_1.2.9-6.1.dsc
 598f615deea092d0608b363399d1203f 13464 text optional wv_1.2.9-6.1.debian.tar.xz
 f90543710a5f359cf2572fb335fce243 8892 text optional 
wv_1.2.9-6.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgGsASHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9vR4P+wf2nUZQKdnROr4H1cYPV8YzoKNf6of8
qprFnodaryt/6CmHG4rQY4YQITjUZjZP/TK54WnlkgHz4PcoQK2OKaH8192H3Fg/
MYe6R9C3c4ISD00QoN3rzC0dtigZwWzs0LYITOhoJNqt1ssJYuRJI7GQqX6UkSHZ
j06tBZcBKaqJ7zPDGr3gjRCDoRLOFGdsnuJAAtKBZRrd2cV4snl6kO1/+MzvBPDT
OTQewSlTXqmX3PVIgSMOaQI5PCRvQTnEzk1bXYsnYE/9fURpiM0oMw/W2CKRl6Kp
kLfBdPrguIdX+BDhoUE+5Q9RL7QsdZb1Uf/ihO36A5AAkUCxaE9BYVSNSjLFVf4+
UjC6t6Ehhu4I+/SXfNpd+EplBDDauIra48QTKhoyV5e0XGHXmMUm88JmVNeNo571
P6FOVY4P/RdQxU79X+JSQRhJ/MI3nDymkOXvu9bf9fMe+VQA/fLAigmwlngGuPKz
8gwsZBlHPyEG4XsulmkMnX7IMQzCDuq7Ws5A+dhbmKHhdSn/Gyip914PmfCf4dXe
sW4yd2pljP/p5MNt3s8JFGsxxjT9Oa/ZU5WkXaN2w+pfrdXq9Zehbmw0hY0Hyd+9
neVWPja68HTgjuHBIbhTKesDipWiOLdwymbHIkz8cC3zvpkz2Jijz2nvnbV88PdF
ZLllqKsM7YVw
=+DdF
-----END PGP SIGNATURE-----

Attachment: pgppj4k5SJUk4.pgp
Description: PGP signature


--- End Message ---

Reply via email to