Dear maintainer, Please find attached a final version of this patch for the time_t transition. This patch is being uploaded to unstable.
Note that this adds a versioned build-dependency on dpkg-dev, to guard against accidental backports with a wrong ABI. Thanks! -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (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-29 05:47:50.000000000 +0000 @@ -1,3 +1,10 @@ +wv (1.2.9-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1063236 + + -- Steve Langasek <vor...@debian.org> Thu, 29 Feb 2024 05:47:50 +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-29 05:47:50.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian QA Group <packa...@qa.debian.org> Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 9), dh-autoreconf, libglib2.0-dev, libgsf-1-dev +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 9), dh-autoreconf, libglib2.0-dev, libgsf-1-dev ,zlib1g-dev, libxml2-dev Homepage: http://www.abisource.com/projects/ Vcs-Browser: https://salsa.debian.org/debian/wv @@ -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-29 05:47:39.000000000 +0000 @@ -0,0 +1 @@ +libwv-1.2-4t64: package-name-doesnt-match-sonames libwv-1.2-4