Your message dated Wed, 28 Feb 2024 22:26:18 +0000
with message-id <[email protected]>
and subject line Bug#1062889: fixed in minidjvu 0.8.svn.2010.05.06+dfsg-6.1
has caused the Debian Bug report #1062889,
regarding minidjvu: 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 [email protected]
immediately.)
--
1062889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062889
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: minidjvu
Version: 0.8.svn.2010.05.06+dfsg-6
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
minidjvu 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 minidjvu
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 minidjvu-0.8.svn.2010.05.06+dfsg/debian/changelog
minidjvu-0.8.svn.2010.05.06+dfsg/debian/changelog
--- minidjvu-0.8.svn.2010.05.06+dfsg/debian/changelog 2018-12-03
03:25:35.000000000 +0000
+++ minidjvu-0.8.svn.2010.05.06+dfsg/debian/changelog 2024-02-03
21:24:13.000000000 +0000
@@ -1,3 +1,10 @@
+minidjvu (0.8.svn.2010.05.06+dfsg-6.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Sat, 03 Feb 2024 21:24:13 +0000
+
minidjvu (0.8.svn.2010.05.06+dfsg-6) unstable; urgency=medium
[ Ondřej Nový ]
diff -Nru minidjvu-0.8.svn.2010.05.06+dfsg/debian/control
minidjvu-0.8.svn.2010.05.06+dfsg/debian/control
--- minidjvu-0.8.svn.2010.05.06+dfsg/debian/control 2018-12-03
03:13:51.000000000 +0000
+++ minidjvu-0.8.svn.2010.05.06+dfsg/debian/control 2024-02-03
21:24:12.000000000 +0000
@@ -14,7 +14,7 @@
Package: minidjvu
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libminidjvu0 (>=
${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libminidjvu0t64 (>=
${binary:Version})
Suggests: djview4 | djview3 | djvu-viewer, djvulibre-bin, pdf2djvu
Description: Monochrome DjVu multipage encoder, single page encoder/decoder
Minidjvu is a multipage DjVu encoder and single page encoder/decoder.
@@ -22,7 +22,10 @@
In addition to the DjVu format, minidjvu reads and writes
PBM, Windows BMP, and TIFF.
-Package: libminidjvu0
+Package: libminidjvu0t64
+Provides: ${t64:Provides}
+Replaces: libminidjvu0
+Breaks: libminidjvu0 (<< ${source:Version})
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
@@ -33,7 +36,7 @@
Package: libminidjvu-dev
Architecture: any
Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libminidjvu0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libminidjvu0t64 (=
${binary:Version})
Suggests: minidjvu
Description: Small DjVu encoder/decoder, development files
MiniDjVu library development files, for DjVu format encoding and
diff -Nru minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0.install
minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0.install
--- minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0.install
2017-11-04 17:23:30.000000000 +0000
+++ minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0.install
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libminidjvu.so.*
diff -Nru minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0t64.install
minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0t64.install
--- minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0t64.install
1970-01-01 00:00:00.000000000 +0000
+++ minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0t64.install
2017-11-04 17:23:30.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libminidjvu.so.*
diff -Nru
minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0t64.lintian-overrides
minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0t64.lintian-overrides
--- minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ minidjvu-0.8.svn.2010.05.06+dfsg/debian/libminidjvu0t64.lintian-overrides
2024-02-03 21:24:12.000000000 +0000
@@ -0,0 +1 @@
+libminidjvu0t64: package-name-doesnt-match-sonames libminidjvu0
--- End Message ---
--- Begin Message ---
Source: minidjvu
Source-Version: 0.8.svn.2010.05.06+dfsg-6.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
minidjvu, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated minidjvu 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Feb 2024 20:02:25 +0000
Source: minidjvu
Architecture: source
Version: 0.8.svn.2010.05.06+dfsg-6.1
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062889
Changes:
minidjvu (0.8.svn.2010.05.06+dfsg-6.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062889
Checksums-Sha1:
ed5149fecc295138a65b759172a1bca1d093a9cd 2151
minidjvu_0.8.svn.2010.05.06+dfsg-6.1.dsc
6aae63a0ee656faa422e19076946810a623273dc 15104
minidjvu_0.8.svn.2010.05.06+dfsg-6.1.debian.tar.xz
96aed680791871eaa2168a43a6616ebba380fec3 7071
minidjvu_0.8.svn.2010.05.06+dfsg-6.1_source.buildinfo
Checksums-Sha256:
a9c5039fff9a84c81e41e675e8a7b2265323ca7dbc89110764fceff9e56843cb 2151
minidjvu_0.8.svn.2010.05.06+dfsg-6.1.dsc
4076f81aff13fc69f7b427ac448551e464e9df9783795bda8d3df98b373031ff 15104
minidjvu_0.8.svn.2010.05.06+dfsg-6.1.debian.tar.xz
074a69413c60740a42a138e267f21278a1af02d8f6b46f55357da120d89bc633 7071
minidjvu_0.8.svn.2010.05.06+dfsg-6.1_source.buildinfo
Files:
ee0a35dc2e667654047d76cd197dfd23 2151 graphics optional
minidjvu_0.8.svn.2010.05.06+dfsg-6.1.dsc
bf715d2db597d04a173a8115ec046bd5 15104 graphics optional
minidjvu_0.8.svn.2010.05.06+dfsg-6.1.debian.tar.xz
1ceacbf902420c1e8d98b12f777659f2 7071 graphics optional
minidjvu_0.8.svn.2010.05.06+dfsg-6.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfkWUACgkQFZ61xO/I
d0yrbw/+P8kzQK1VSGVE3n6g0teEPscKH8W9JzbK9kjnaAcmjOYJImLfRtlLa5HZ
jBVtRCXxaEydyED4icB0R5Bf0S0EPZr5WDJdM5/cLnTJ5Uv9P1R4acFD3JPEjmTA
X7ND9Cfmdhmp+CokoMI9RL/EonyAZAJhaUPVgk30LBtvrtAzkFtjjgWJhSTddTIt
cSC4cLsRFMMNiwtq15cUiAY7qBqXc6bjTJkxaeZ34maRzkZxk3c66Af0aIvCDY0L
JkDA5eizqkJ6IUoSwHEuaZzjjI9TmZDg1ibTAUr4Ard0/V8XdsW/yg5zCPoTjhei
6ax98wJzobzT9b+feu6+7VEltIE8ysrPEt1SgvDRg0IlX8Amn1slnW+XtCicb2qo
qTGJ6IO4OLGpglXZ8BUkYJ5Q1UvC83HXZb3ttPEJnLxIU4ZSX4tF/Yb3mYskDUIk
QGTXaEfomY1OyBWWiF+4XBMc8w2oUTWHKPMm4O8YEqe+L/enZutyO/MHOdDzpc4X
9U2qKvEFD4L1OmyDD7M5Dz0fQOjZmNEfwDMpLCmkkoVVaCHIU09HIDKwcI77OpaA
Y0S8KUkTYhv1vKVlLdOKJPPPheNr25VXJmrOHLxfuJ+dCNw5LCDD3X0rYmS3NeDK
JBkTGZqUQb5F2Hxkp9P1UvO9IK4ch+tdiCOZK0EljpfmJH2xMRc=
=JZQh
-----END PGP SIGNATURE-----
pgpKXiZD0cTgs.pgp
Description: PGP signature
--- End Message ---