Your message dated Thu, 29 Feb 2024 13:30:21 +0000
with message-id <e1rfgup-00bdql...@fasolo.debian.org>
and subject line Bug#1063092: fixed in openjade 1.4devel1-23.1
has caused the Debian Bug report #1063092,
regarding openjade: 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.)
--
1063092: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063092
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openjade
Version: 1.4devel1-23
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
openjade 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 openjade
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')
Architecture: amd64 (x86_64)
Kernel: Linux 6.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, 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 openjade-1.4devel1/debian/changelog
openjade-1.4devel1/debian/changelog
--- openjade-1.4devel1/debian/changelog 2024-01-03 01:39:03.000000000 -0300
+++ openjade-1.4devel1/debian/changelog 2024-02-04 23:14:55.000000000 -0300
@@ -1,3 +1,10 @@
+openjade (1.4devel1-23.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org> Sun, 04 Feb 2024 23:14:55 -0300
+
openjade (1.4devel1-23) unstable; urgency=medium
* Reverted innocuous looking change to FlowObj.cxx in 21.4 which caused
diff -Nru openjade-1.4devel1/debian/control openjade-1.4devel1/debian/control
--- openjade-1.4devel1/debian/control 2024-01-03 01:39:03.000000000 -0300
+++ openjade-1.4devel1/debian/control 2024-02-04 23:14:55.000000000 -0300
@@ -25,11 +25,14 @@
.
Author: The OpenJade Team <jade-de...@infomansol.com>
-Package: libostyle1c2
+Package: libostyle1t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libostyle1c2
+Breaks: libostyle1c2 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libostyle1
+Replaces: libostyle1c2, libostyle1
Conflicts: libostyle1
Description: Runtime libraries for OpenJade
OpenJade's shared libraries, runtime support. Includes libogrove,
@@ -42,7 +45,7 @@
Package: libostyle-dev
Architecture: any
Section: libdevel
-Depends: libostyle1c2(= ${binary:Version}), ${misc:Depends}
+Depends: libostyle1t64(= ${binary:Version}), ${misc:Depends}
Conflicts: openjade (<< 1.4devel1-14)
Description: OpenJade libraries, developer support
Contains include files and the static library for libogrove,
diff -Nru openjade-1.4devel1/debian/libostyle1c2.dirs
openjade-1.4devel1/debian/libostyle1c2.dirs
--- openjade-1.4devel1/debian/libostyle1c2.dirs 2021-06-12 19:04:13.000000000
-0300
+++ openjade-1.4devel1/debian/libostyle1c2.dirs 1969-12-31 21:00:00.000000000
-0300
@@ -1,2 +0,0 @@
-usr/lib
-usr/share/doc/libostyle1c2
diff -Nru openjade-1.4devel1/debian/libostyle1c2.install
openjade-1.4devel1/debian/libostyle1c2.install
--- openjade-1.4devel1/debian/libostyle1c2.install 2021-06-13
00:33:34.000000000 -0300
+++ openjade-1.4devel1/debian/libostyle1c2.install 1969-12-31
21:00:00.000000000 -0300
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/*/lib*.so.[0-9].[0-9].[0-0]
-debian/tmp/usr/lib/*/lib*.so.[0-9]
diff -Nru openjade-1.4devel1/debian/libostyle1c2.postinst
openjade-1.4devel1/debian/libostyle1c2.postinst
--- openjade-1.4devel1/debian/libostyle1c2.postinst 2021-06-12
18:39:20.000000000 -0300
+++ openjade-1.4devel1/debian/libostyle1c2.postinst 1969-12-31
21:00:00.000000000 -0300
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
- ldconfig
-fi
-
-#DEBHELPER#
-
-exit 0
diff -Nru openjade-1.4devel1/debian/libostyle1t64.dirs
openjade-1.4devel1/debian/libostyle1t64.dirs
--- openjade-1.4devel1/debian/libostyle1t64.dirs 1969-12-31
21:00:00.000000000 -0300
+++ openjade-1.4devel1/debian/libostyle1t64.dirs 2021-06-12
19:04:13.000000000 -0300
@@ -0,0 +1,2 @@
+usr/lib
+usr/share/doc/libostyle1c2
diff -Nru openjade-1.4devel1/debian/libostyle1t64.install
openjade-1.4devel1/debian/libostyle1t64.install
--- openjade-1.4devel1/debian/libostyle1t64.install 1969-12-31
21:00:00.000000000 -0300
+++ openjade-1.4devel1/debian/libostyle1t64.install 2021-06-13
00:33:34.000000000 -0300
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/*/lib*.so.[0-9].[0-9].[0-0]
+debian/tmp/usr/lib/*/lib*.so.[0-9]
diff -Nru openjade-1.4devel1/debian/libostyle1t64.lintian-overrides
openjade-1.4devel1/debian/libostyle1t64.lintian-overrides
--- openjade-1.4devel1/debian/libostyle1t64.lintian-overrides 1969-12-31
21:00:00.000000000 -0300
+++ openjade-1.4devel1/debian/libostyle1t64.lintian-overrides 2024-02-04
23:14:55.000000000 -0300
@@ -0,0 +1 @@
+libostyle1t64: package-name-doesnt-match-sonames libostyle1c2
diff -Nru openjade-1.4devel1/debian/libostyle1t64.postinst
openjade-1.4devel1/debian/libostyle1t64.postinst
--- openjade-1.4devel1/debian/libostyle1t64.postinst 1969-12-31
21:00:00.000000000 -0300
+++ openjade-1.4devel1/debian/libostyle1t64.postinst 2021-06-12
18:39:20.000000000 -0300
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "configure" ]; then
+ ldconfig
+fi
+
+#DEBHELPER#
+
+exit 0
--- End Message ---
--- Begin Message ---
Source: openjade
Source-Version: 1.4devel1-23.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
openjade, 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.
Benjamin Drung <bdr...@debian.org> (supplier of updated openjade 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 12:32:43 +0000
Source: openjade
Architecture: source
Version: 1.4devel1-23.1
Distribution: unstable
Urgency: medium
Maintainer: Neil Roeth <n...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063092
Changes:
openjade (1.4devel1-23.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063092
Checksums-Sha1:
2c98340f0d9bb2083612e7ef1581aa490214be28 1990 openjade_1.4devel1-23.1.dsc
e84700211f6ee828efee0f46c5a7aab869a75da6 87656
openjade_1.4devel1-23.1.debian.tar.xz
2da23569fac4c2f62640885d311caa3d9a525145 7206
openjade_1.4devel1-23.1_source.buildinfo
Checksums-Sha256:
c619d01ac94d3feaa0068ba049573428273930131b61a5803fe0f712a54d3b5a 1990
openjade_1.4devel1-23.1.dsc
9764e0497c9ef41e4dcdba175942d62fae6434c9b2b8833b1d8e5948ccb8c57b 87656
openjade_1.4devel1-23.1.debian.tar.xz
66ceefa05f8da51f837155b7d446ce98b80982460fc64bc9a5abdf8a5755d7c0 7206
openjade_1.4devel1-23.1_source.buildinfo
Files:
aa4adbd51eaa47a5d3132fc7dbc49a7e 1990 text optional openjade_1.4devel1-23.1.dsc
930b0b8cb1f83c5c2d9055008acd76f3 87656 text optional
openjade_1.4devel1-23.1.debian.tar.xz
d7f0cdb3c7b679b635d9aae18d442c87 7206 text optional
openjade_1.4devel1-23.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgeZ0ACgkQFZ61xO/I
d0w7ZBAAnOsxjNV695NEN0WOhcialapyuvnOBthRRC7JMMW1BfJzZd5RLnozSOn5
myxF8F0PWcdgs4YBdrdy5ZHYsqE8WjHOuT5bXc4zHUqtEcomgY96x/r23eJtDBCM
jfxuCvav8X0Onx+lNljNoMYKhYTyj88ivgcGkdEAEGbH1uUPat6DDQm5DV+BxDiL
GdNJlm9Viins6wEs8hBvmnxo0pR/dGPfbCQuhrHMg6D4SN6qQiUMnP0iPBcqE4+z
gksipVILEHWKEEg47l49nF+VOfI4bIdsbHQfgMNyLK3HhJbiz/VaOqIOCUFwiiUW
34YOHKNcPKppc4zrN0tHZMH1J9ZjS9P+Xd2TmRcFoHs3wt0oLU2LoyyuyQ6SBCaX
Tgf0DQfO2DnpRW/1GCT9aaWBRoWnlOf79KgCvLSM8XPxXxSEetez5W1O7GC5JMge
+5o2JAP4/FyiMPeXquPzYvnuAgrBNY8TZDbEDyQiUKaFH46vheF2QkbFl7rbXLF3
BqqOtWOmfuDPKqQSp+OLBMrk0LTBXuEusP+GIcWxvq5TAIZY5g7bQYkCct8M/tV2
ZHxt5x7j8GMbOWKHRTLOOpplB9cz3zSTGnjttzqb8UsfrIOk1BinuvdhNAfrCPHd
9Lhmn9i28d2HktZF+QVAkxIlXM1hLDbNSat8JrqPPNRlRSX+pjE=
=VCTr
-----END PGP SIGNATURE-----
pgpjHkyZKwVc0.pgp
Description: PGP signature
--- End Message ---