[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062466: marked as done (jaula: NMU diff for 64-bit time_t transition)



Your message dated Wed, 28 Feb 2024 12:22:49 +0000
with message-id <E1rfIxV-005vza-0w@fasolo.debian.org>
and subject line Bug#1062466: fixed in jaula 1.4.0-8.1
has caused the Debian Bug report #1062466,
regarding jaula: 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 owner@bugs.debian.org
immediately.)


-- 
1062466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062466
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: jaula
Version: 1.4.0-8
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
Usertags: time-t

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
jaula 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 jaula
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 jaula-1.4.0/debian/changelog jaula-1.4.0/debian/changelog
--- jaula-1.4.0/debian/changelog	2022-10-13 12:50:55.000000000 +0000
+++ jaula-1.4.0/debian/changelog	2024-02-01 16:01:47.000000000 +0000
@@ -1,3 +1,10 @@
+jaula (1.4.0-8.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <ginggs@debian.org>  Thu, 01 Feb 2024 16:01:47 +0000
+
 jaula (1.4.0-8) unstable; urgency=medium
 
   * QA upload.
diff -Nru jaula-1.4.0/debian/control jaula-1.4.0/debian/control
--- jaula-1.4.0/debian/control	2022-10-13 12:50:55.000000000 +0000
+++ jaula-1.4.0/debian/control	2024-02-01 16:01:47.000000000 +0000
@@ -8,7 +8,10 @@
 Vcs-Git: https://salsa.debian.org/debian/jaula.git
 Rules-Requires-Root: no
 
-Package: libjaula1
+Package: libjaula1t64
+Provides: ${t64:Provides}
+Replaces: libjaula1
+Breaks: libjaula1 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libjaula-dev (= ${binary:Version})
@@ -22,7 +25,7 @@
 Package: libjaula-dev
 Section: libdevel
 Architecture: any
-Depends: libjaula1 (= ${binary:Version}), flex, ${misc:Depends}
+Depends: libjaula1t64 (= ${binary:Version}), flex, ${misc:Depends}
 Suggests: libjaula-doc
 Description: JSON parser/writer library for C++ (development files)
  This package contains headers and additional files for developing applications
diff -Nru jaula-1.4.0/debian/libjaula1.install jaula-1.4.0/debian/libjaula1.install
--- jaula-1.4.0/debian/libjaula1.install	2022-10-13 12:50:55.000000000 +0000
+++ jaula-1.4.0/debian/libjaula1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru jaula-1.4.0/debian/libjaula1.shlibs jaula-1.4.0/debian/libjaula1.shlibs
--- jaula-1.4.0/debian/libjaula1.shlibs	2022-10-13 12:50:55.000000000 +0000
+++ jaula-1.4.0/debian/libjaula1.shlibs	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libjaula 1 libjaula1 (>= 1.3.0)
diff -Nru jaula-1.4.0/debian/libjaula1t64.install jaula-1.4.0/debian/libjaula1t64.install
--- jaula-1.4.0/debian/libjaula1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ jaula-1.4.0/debian/libjaula1t64.install	2022-10-13 12:50:55.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru jaula-1.4.0/debian/libjaula1t64.lintian-overrides jaula-1.4.0/debian/libjaula1t64.lintian-overrides
--- jaula-1.4.0/debian/libjaula1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ jaula-1.4.0/debian/libjaula1t64.lintian-overrides	2024-02-01 16:01:47.000000000 +0000
@@ -0,0 +1 @@
+libjaula1t64: package-name-doesnt-match-sonames libjaula1
diff -Nru jaula-1.4.0/debian/libjaula1t64.shlibs jaula-1.4.0/debian/libjaula1t64.shlibs
--- jaula-1.4.0/debian/libjaula1t64.shlibs	1970-01-01 00:00:00.000000000 +0000
+++ jaula-1.4.0/debian/libjaula1t64.shlibs	2024-02-01 16:01:47.000000000 +0000
@@ -0,0 +1 @@
+libjaula 1 libjaula1t64 (>= 1.3.0)

--- End Message ---
--- Begin Message ---
Source: jaula
Source-Version: 1.4.0-8.1
Done: Lukas Märdian <slyon@debian.org>

We believe that the bug you reported is fixed in the latest version of
jaula, 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 1062466@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lukas Märdian <slyon@debian.org> (supplier of updated jaula 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 12:06:49 +0000
Source: jaula
Architecture: source
Version: 1.4.0-8.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Lukas Märdian <slyon@debian.org>
Closes: 1062466
Changes:
 jaula (1.4.0-8.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062466
Checksums-Sha1:
 98b5ca936e07d0b569f4cad35dc97db68e6fbb0b 2006 jaula_1.4.0-8.1.dsc
 5120dcdca24c37f65800fd340c18da99cff569e6 5132 jaula_1.4.0-8.1.debian.tar.xz
 60b8344c0f7e11c3edc4a19979b1f253500725ff 6699 jaula_1.4.0-8.1_source.buildinfo
Checksums-Sha256:
 893b12bec9d4a4da9def72878ce64bbf08b87fef36cdd3c9466039f849973a22 2006 jaula_1.4.0-8.1.dsc
 d418ac793a98ed9e87c9e8761f43acd4dbfa388aa17ba634e19104e22b1e55b4 5132 jaula_1.4.0-8.1.debian.tar.xz
 4e0e31c08a445d053d64fd49221c4c38fe717b1c107d5bfe68cdcc209e911b54 6699 jaula_1.4.0-8.1_source.buildinfo
Files:
 48fbdfc6fc8c456070ca3935ea5b129d 2006 libs optional jaula_1.4.0-8.1.dsc
 3ed83c3e13a994cbfa68fce95a745651 5132 libs optional jaula_1.4.0-8.1.debian.tar.xz
 26d3fd2eb26bfc073006d603b71fe972 6699 libs optional jaula_1.4.0-8.1_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXfIfwRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIvDiBAAzftHOEUupVDYllNqQ4zbdNXCTswD+y8v
FWE2DMeKijLab1gfihQrO6bgwwX2tRSj2B7//ABZf6aqCn2QOQcdBo8REPAhM8Fr
rcEwahW5ePPuU0rWeHTF5ZXkmHuytZx7khMXl0+J7rauXfcobVh6wfIQxaEWtrzk
uVp8Nn8eZo6lq1AQnMPUhBwZQ0sgpmu42IKzKHlXC0BbXY2jwWch9FK9bwXmm+hL
/RF7Z1JlIL/lWogBLdvp32XnPqdIN1PEi1c8T5+m+R+HtycemfdccNKxtZyUepoi
kDHfpRT+d4O8NtK35YPiiUYHdueMFccFq2wZ8fVlXvZUy/lfUG/wjDg5pk9hR+eD
NVZQik81OdnmBdJm/Y40NgheDGnRG252uKTaLbigctobu053VXAbQLNOMvpCW2VJ
zIyaroueKCwNHE1b4ZzNBIuRwIyemMYO9AgKMu3u0ihB1fFX/qj7TBncY8Z+Q7Uz
kErM7vAUZdyLGefR3vv43rKrwNDf1FvHqWZnVULcfEjfn8HIUDBrNFTsUeWt1mvF
7lfBzWlr2Ez27cq5G29cOLdjKhGWHr3Uys3IOJ6aqyTLYnc0aVWn60g8lVdKeC4T
bxsJ+QE61keunn5C948GG/1H7fmB+rWot3vJS+rqgdt7ljQLoOfCBW1fF4+7ogUZ
Rp/jj+L17Hg=
=VPvq
-----END PGP SIGNATURE-----

Attachment: pgpy8Cp5Fptia.pgp
Description: PGP signature


--- End Message ---

Reply to: