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

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



Your message dated Wed, 28 Feb 2024 18:29:04 +0000
with message-id <E1rfOfw-007LYq-97@fasolo.debian.org>
and subject line Bug#1062516: fixed in lasi 1.1.3-2.1
has caused the Debian Bug report #1062516,
regarding lasi: 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.)


-- 
1062516: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062516
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: lasi
Version: 1.1.3-2
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
lasi 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 lasi
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 lasi-1.1.3/debian/changelog lasi-1.1.3/debian/changelog
--- lasi-1.1.3/debian/changelog	2023-04-23 07:06:58.000000000 +0000
+++ lasi-1.1.3/debian/changelog	2024-02-01 18:17:35.000000000 +0000
@@ -1,3 +1,10 @@
+lasi (1.1.3-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <ginggs@debian.org>  Thu, 01 Feb 2024 18:17:35 +0000
+
 lasi (1.1.3-2) unstable; urgency=medium
 
   * QA Upload.
diff -Nru lasi-1.1.3/debian/control lasi-1.1.3/debian/control
--- lasi-1.1.3/debian/control	2023-04-23 06:45:05.000000000 +0000
+++ lasi-1.1.3/debian/control	2024-02-01 18:17:35.000000000 +0000
@@ -13,7 +13,10 @@
 Homepage: http://sourceforge.net/projects/lasi
 Rules-Requires-Root: no
 
-Package: liblasi0
+Package: liblasi0t64
+Provides: ${t64:Provides}
+Replaces: liblasi0
+Breaks: liblasi0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -34,7 +37,7 @@
 Package: liblasi-dev
 Architecture: any
 Section: libdevel
-Depends: liblasi0 (= ${binary:Version}),
+Depends: liblasi0t64 (= ${binary:Version}),
          ${misc:Depends},
          libpango1.0-dev,
          libfreetype-dev
diff -Nru lasi-1.1.3/debian/liblasi0.install lasi-1.1.3/debian/liblasi0.install
--- lasi-1.1.3/debian/liblasi0.install	2023-04-23 04:50:23.000000000 +0000
+++ lasi-1.1.3/debian/liblasi0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru lasi-1.1.3/debian/liblasi0t64.install lasi-1.1.3/debian/liblasi0t64.install
--- lasi-1.1.3/debian/liblasi0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ lasi-1.1.3/debian/liblasi0t64.install	2023-04-23 04:50:23.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru lasi-1.1.3/debian/liblasi0t64.lintian-overrides lasi-1.1.3/debian/liblasi0t64.lintian-overrides
--- lasi-1.1.3/debian/liblasi0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ lasi-1.1.3/debian/liblasi0t64.lintian-overrides	2024-02-01 18:17:35.000000000 +0000
@@ -0,0 +1 @@
+liblasi0t64: package-name-doesnt-match-sonames liblasi0

--- End Message ---
--- Begin Message ---
Source: lasi
Source-Version: 1.1.3-2.1
Done: Lukas Märdian <slyon@debian.org>

We believe that the bug you reported is fixed in the latest version of
lasi, 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 1062516@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 lasi 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 17:24:55 +0000
Source: lasi
Architecture: source
Version: 1.1.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Lukas Märdian <slyon@debian.org>
Closes: 1062516
Changes:
 lasi (1.1.3-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062516
Checksums-Sha1:
 34d764d742cdc94a4f23812ee35ebcaf98b42a65 2028 lasi_1.1.3-2.1.dsc
 434a02e68a1fba76082e9c56c4799cef8f6c9e31 5880 lasi_1.1.3-2.1.debian.tar.xz
 f36f416ee771a6218161bee1f47ca21720ef231c 10745 lasi_1.1.3-2.1_source.buildinfo
Checksums-Sha256:
 6944d75108c19ef5cf9652a339f6b16f0d8526217b4dbebcb4afca8e06a73199 2028 lasi_1.1.3-2.1.dsc
 86f45730d41689caf51b8a037bd32d7456bcc04a247edae08e34775e2bb67e50 5880 lasi_1.1.3-2.1.debian.tar.xz
 3038e3b3fa26daf23e37d238c4725b531879d450d6262d6d2cf7e9d41624ec83 10745 lasi_1.1.3-2.1_source.buildinfo
Files:
 e5d4383d80fe78438ada50172228d9bd 2028 libs optional lasi_1.1.3-2.1.dsc
 5e5f6d443be4d74d89fa7c4f52a9ba73 5880 libs optional lasi_1.1.3-2.1.debian.tar.xz
 2a8f986b409fa8e31d7c2c72197336a7 10745 libs optional lasi_1.1.3-2.1_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXfbHMRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrItHYw//TStpTS6FSFAgFuLGwG3JR3LzxpveP7gT
bfPw7FUZiiA+AhcS/Nm9ta5+LLVKcK/IH71XrZVhKN0YfKDoUjrnYOX8shbFxAai
uoc2xP135447AVICWBesoRAyC3ibX7aZnRCl3gJLCrx7a2cC+TBLlA1UHo9DuqgZ
9+xcTtobutR17H0Ma3PSfzz7/PH2scsdB4w2ZfSzu81pfgMHRBzA6hoszgUkJJxT
EaPQZjxEwob36aYaKRoSuBjkuWhGIJdJJ+Uebiztphd9nIk+blByAIO0av9UEzbq
vMvRHcddgzy83x0jja/6RyZsnDeClbyYn6Dhj57r+mMB9OdrpHZFbC+FHrqkjorr
LcZAdnKOMjXLCRma9ur/SGgHI/Fy2EpIXlkRKPSQzmCx2p05wLIuR7RmGns+LUeG
tW++qNfJ3CGnCvHnPqgHqqvnskPIx6kvzjp5bqc70624hg71n2Bh144r2p6LiFE2
pa7pWDk8qSn9x8HcOpREKSaZ7VQpi3wHfZgoQr5RIgMSZjn44xMN5Dmc7i4CtikQ
lpwRyb0D0I6xb4yR8NKgao78nd+fJgjUH4qRWBj7FJh+YWJzysDVvhVidhw+zSHw
jWrygR8tqruIIFhIhgd3Ha7mt3afFuUrR6vzm3jL7OCE4hiLoac06n+Boy2I8gB/
A+vwiuayA8I=
=Zbms
-----END PGP SIGNATURE-----

Attachment: pgpLIEaDpQadt.pgp
Description: PGP signature


--- End Message ---

Reply to: