Your message dated Thu, 29 Feb 2024 07:46:35 +0000
with message-id <e1rfb7j-00a2kn...@fasolo.debian.org>
and subject line Bug#1063249: fixed in xalan 1.12-7.1
has caused the Debian Bug report #1063249,
regarding xalan: 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.)


-- 
1063249: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063249
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xalan
Version: 1.12-7
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
xalan 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 xalan
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 xalan-1.12/debian/changelog xalan-1.12/debian/changelog
--- xalan-1.12/debian/changelog 2022-12-31 03:16:21.000000000 +0000
+++ xalan-1.12/debian/changelog 2024-02-05 20:34:24.000000000 +0000
@@ -1,3 +1,10 @@
+xalan (1.12-7.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:34:24 +0000
+
 xalan (1.12-7) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru xalan-1.12/debian/control xalan-1.12/debian/control
--- xalan-1.12/debian/control   2022-12-31 03:16:21.000000000 +0000
+++ xalan-1.12/debian/control   2024-02-05 20:34:23.000000000 +0000
@@ -12,7 +12,10 @@
 Vcs-Browser: https://salsa.debian.org/bblough/xalan
 Vcs-Git: https://salsa.debian.org/bblough/xalan.git
 
-Package: libxalan-c112
+Package: libxalan-c112t64
+Provides: ${t64:Provides}
+Replaces: libxalan-c112
+Breaks: libxalan-c112 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -29,7 +32,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: libc6-dev,
-         libxalan-c112 (= ${binary:Version}),
+         libxalan-c112t64 (= ${binary:Version}),
          libxerces-c-dev,
          ${misc:Depends}
 Replaces: libxalan110-dev
diff -Nru xalan-1.12/debian/libxalan-c112.install 
xalan-1.12/debian/libxalan-c112.install
--- xalan-1.12/debian/libxalan-c112.install     2022-12-31 03:16:21.000000000 
+0000
+++ xalan-1.12/debian/libxalan-c112.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru xalan-1.12/debian/libxalan-c112t64.install 
xalan-1.12/debian/libxalan-c112t64.install
--- xalan-1.12/debian/libxalan-c112t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ xalan-1.12/debian/libxalan-c112t64.install  2022-12-31 03:16:21.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru xalan-1.12/debian/libxalan-c112t64.lintian-overrides 
xalan-1.12/debian/libxalan-c112t64.lintian-overrides
--- xalan-1.12/debian/libxalan-c112t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ xalan-1.12/debian/libxalan-c112t64.lintian-overrides        2024-02-05 
20:34:23.000000000 +0000
@@ -0,0 +1 @@
+libxalan-c112t64: package-name-doesnt-match-sonames libxalan-c112

--- End Message ---
--- Begin Message ---
Source: xalan
Source-Version: 1.12-7.1
Done: Steve Langasek <vor...@debian.org>

We believe that the bug you reported is fixed in the latest version of
xalan, 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 xalan 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 06:16:10 +0000
Source: xalan
Architecture: source
Version: 1.12-7.1
Distribution: unstable
Urgency: medium
Maintainer: William Blough <bblo...@debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063249
Changes:
 xalan (1.12-7.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063249
Checksums-Sha1:
 f6432eca3d1f0976277bdb0825b362fa21a6b3b9 2095 xalan_1.12-7.1.dsc
 84e373244d3cd6049e51cc0588c46e710ff255f9 33464 xalan_1.12-7.1.debian.tar.xz
 b3606bf8d882b1b634b6aca5e203ad1de707cd4e 7704 xalan_1.12-7.1_source.buildinfo
Checksums-Sha256:
 57528527c4ef3639568de849226d1592384173dcb0d205862d8fdf1f55000bb3 2095 
xalan_1.12-7.1.dsc
 8a501881ae75d0132a67fddf3ffe3509f46a8539aec9211ef146754570e58ad0 33464 
xalan_1.12-7.1.debian.tar.xz
 64faf5dafa019dda1c1fb98aacdeac19d1beeae3ee08eb9d9fec465624e5cab0 7704 
xalan_1.12-7.1_source.buildinfo
Files:
 54de47a534db42842d96e3c23705812d 2095 text optional xalan_1.12-7.1.dsc
 f7888564ab228f3f0c42cf4000acfe69 33464 text optional 
xalan_1.12-7.1.debian.tar.xz
 56549818f7b5219e0175dd8398f0385a 7704 text optional 
xalan_1.12-7.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgIc8SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9jz8P/iSv39j3UYMSKr7UVZfiQxNn/++M70Te
mhgtpRY7Jir/QcxYm2NcSWEmV9vUsYpOau7rafxv8vfqOM3SfvntgbwlHssHI5EB
cDNW34zvJ700qJYzrZSqTVeSebT5vimGoHA4K4jC1+GJPRe1T+jBEjifGaWGuVpV
xIEHNmg0svubkyamJLqS9sKNTaGfeEL7k4KDky4bHQi+4/JzCfhucKbNuGxvOixw
/ralKV6rRHev6xLtdAfO0VSTIYtPO3OluOLYpkeU92L8+Qb9vUlXPitx3uKwn7yd
RWuNGcO2z/dIIxLTUTtzPOh6tm83S51aJOyarHdV/GKop3BeOp0NdQ4m32yCbz0i
7D+U7OoG6vHUqz1fVIDp36kQkJ4WWrSWbrdTkLoo5IZcyxpQkYBnhDjXSSDpfGu+
b75V0uytnQ3SgJTFTQMqFIArIUGqD8M84glI2mJFr3JhysrgPnbSgImmFTAFwe8b
Dva4ZH69jsY2DRLZdqKaD3MNIwZJepwKVdGQWn19BQRJYLZBO1/Lc6MabdLxDNgT
zlwSH5RI0Ehkldr2DWHRoBrJnCNGZKt3y/gwU0LT+noHy7L5HK+yTzNjtq8DTfx4
hwT+v9oH2pr4o8sXD0GXh7LH+IkqjaieGOJ9Amo7DPWAqr8nNrGOIg/t/qSX0KOY
ZF3z96/1eD96
=mn9x
-----END PGP SIGNATURE-----

Attachment: pgpL9FQ6zFpj4.pgp
Description: PGP signature


--- End Message ---

Reply via email to