Your message dated Wed, 28 Feb 2024 13:36:26 +0000
with message-id <[email protected]>
and subject line Bug#1064148: fixed in jbig2enc 0.29-2.1
has caused the Debian Bug report #1064148,
regarding jbig2enc: 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.)


-- 
1064148: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064148
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jbig2enc
Version: 0.29-2
Severity: important
Tags: patch pending sid trixie
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
jbig2enc 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 jbig2enc
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 jbig2enc-0.29/debian/changelog jbig2enc-0.29/debian/changelog
--- jbig2enc-0.29/debian/changelog      2023-10-19 17:51:55.000000000 +0000
+++ jbig2enc-0.29/debian/changelog      2024-02-17 17:22:00.000000000 +0000
@@ -1,3 +1,11 @@
+jbig2enc (0.29-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+  * Bump d-shlibs build dependency for t64 support.
+
+ -- Steve Langasek <[email protected]>  Sat, 17 Feb 2024 17:22:00 +0000
+
 jbig2enc (0.29-2) unstable; urgency=medium
 
   * fix: set LD_LIBRARY_PATH when generating man page;
diff -Nru jbig2enc-0.29/debian/control jbig2enc-0.29/debian/control
--- jbig2enc-0.29/debian/control        2023-09-19 20:01:47.000000000 +0000
+++ jbig2enc-0.29/debian/control        2024-02-17 17:22:00.000000000 +0000
@@ -4,7 +4,7 @@
 Maintainer: Jonas Smedegaard <[email protected]>
 Build-Depends:
  cmark-gfm <!nodoc>,
- d-shlibs (>= 0.105~),
+ d-shlibs (>= 0.106~),
  debhelper-compat (= 13),
  help2man <!nodoc>,
  libgif-dev,
@@ -20,7 +20,10 @@
 Homepage: https://github.com/agl/jbig2enc
 Rules-Requires-Root: no
 
-Package: libjbig2enc0
+Package: libjbig2enc0t64
+Provides: ${t64:Provides}
+Replaces: libjbig2enc0
+Conflicts: libjbig2enc0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -50,7 +53,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libjbig2enc0 (= ${binary:Version}),
+ libjbig2enc0t64 (= ${binary:Version}),
  ${devlibs:Depends},
  ${misc:Depends},
 Description: encoder for JBIG2 - development headers
diff -Nru jbig2enc-0.29/debian/libjbig2enc0t64.lintian-overrides 
jbig2enc-0.29/debian/libjbig2enc0t64.lintian-overrides
--- jbig2enc-0.29/debian/libjbig2enc0t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ jbig2enc-0.29/debian/libjbig2enc0t64.lintian-overrides      2024-02-17 
17:22:00.000000000 +0000
@@ -0,0 +1 @@
+libjbig2enc0t64: package-name-doesnt-match-sonames libjbig2enc0
diff -Nru jbig2enc-0.29/debian/rules jbig2enc-0.29/debian/rules
--- jbig2enc-0.29/debian/rules  2023-10-19 17:46:36.000000000 +0000
+++ jbig2enc-0.29/debian/rules  2024-02-17 17:22:00.000000000 +0000
@@ -32,6 +32,7 @@
 execute_after_dh_auto_install:
        find debian/ -name "*.la" -delete
        d-shlibmove --commit \
+               --t64 \
                --devunversioned \
                --exclude-la \
                --exclude-a \

--- End Message ---
--- Begin Message ---
Source: jbig2enc
Source-Version: 0.29-2.1
Done: Lukas Märdian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
jbig2enc, 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.
Lukas Märdian <[email protected]> (supplier of updated jbig2enc 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 13:10:57 +0000
Source: jbig2enc
Architecture: source
Version: 0.29-2.1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1064148
Changes:
 jbig2enc (0.29-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1064148
Checksums-Sha1:
 eda3649b10f589c6792eff7e2d052b3313fafa55 2141 jbig2enc_0.29-2.1.dsc
 086f931a6d4ecb4de1508ae57f326970dc856bee 3568 jbig2enc_0.29-2.1.debian.tar.xz
 dd11212a96ad96de2f572632df98a73da5870308 7876 
jbig2enc_0.29-2.1_source.buildinfo
Checksums-Sha256:
 471c2d02f530fa477858d4753fe8cd6193216d9c63df31b71709c77bf8f433d4 2141 
jbig2enc_0.29-2.1.dsc
 59772aaae7bc6bc8807e53e09659f1dd8912747285f8742b66becdf515486a43 3568 
jbig2enc_0.29-2.1.debian.tar.xz
 39acb9d69a04a04c672569c9f8ad15270382fe1f09be56f9b01b6f4dde857c43 7876 
jbig2enc_0.29-2.1_source.buildinfo
Files:
 7c7e08460b69f05b79810e059b9a4ecd 2141 utils optional jbig2enc_0.29-2.1.dsc
 a6ae5d13ea177be4d2b52f5a38db3d51 3568 utils optional 
jbig2enc_0.29-2.1.debian.tar.xz
 86fdcd543313a4c40e790244ab78b507 7876 utils optional 
jbig2enc_0.29-2.1_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXfMVoRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIvxyg//cxWwJT0w34MA65KT5pUCO9A/monOghOT
rv/bWRcumD49cTpwHmw16HYy5THDLbhAkeOIfHRaUPQRvGT6WG7yCUjInUU0Om96
dVLIokW5z7SKv+zbQMFi7JhBo1OKphGqU+v/ULOXf85IoQ0kzZGnisuRcXypI5Wd
+9R86XYa1MeGMQVkAh3Amh2JU/zFmV4BN8Ssc6pvRBxv0SKhDUthDqRB4v+gLEt7
FnvEh7B/Uj8fy8+GvkyCX8vQZ2T39+D4kg2/DFPRzOh5eQoOFR/tC3ut6QvjHjdr
XY0FTLatl2Qva0ohMLc0i2kVeXD7rpxbvabB1bS3KiZ+T+nExjKxU2h2qviN/1AU
CH5Sot2pLc9/vGPb0JFAsd3AME54KSuIcay1MLE7RfmoKWjudo13IJd7ea4nEz/O
q4WW471Gcqb3Rz+38crg4wn016lIoV4gGGvT5pks24p060UmlnSHbfQVsOR/CsPN
xf8GatNFSQ+OFeufG/dnJVpVjYnxRqcmx/NFuX9ayGN5e4OdNel5l+62H4cwTQdQ
wDiSk0YXyZ2cDDUF4VvtJevlXEokpOcz0EvQdaDdFtvLV6zlhdjCZNKd4BWuTARo
NH7mR/xVqR3oEIySprGsiLq7EykS6FfyrUtq4zNv6bxc6ojxl4mOf43wa6q8Pj0D
zH6VKox3Jpc=
=q2XE
-----END PGP SIGNATURE-----

Attachment: pgpROEijA9hdr.pgp
Description: PGP signature


--- End Message ---

Reply via email to