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

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



Your message dated Wed, 28 Feb 2024 16:06:10 +0000
with message-id <E1rfMRe-006x18-Ba@fasolo.debian.org>
and subject line Bug#1062062: fixed in clalsadrv 2.0.0-4.1
has caused the Debian Bug report #1062062,
regarding clalsadrv: 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.)


-- 
1062062: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062062
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: clalsadrv
Version: 2.0.0-4
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
clalsadrv 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 clalsadrv
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-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 clalsadrv-2.0.0/debian/changelog clalsadrv-2.0.0/debian/changelog
--- clalsadrv-2.0.0/debian/changelog	2023-09-19 10:07:18.000000000 +0000
+++ clalsadrv-2.0.0/debian/changelog	2024-01-31 08:55:24.000000000 +0000
@@ -1,3 +1,10 @@
+clalsadrv (2.0.0-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Wed, 31 Jan 2024 08:55:24 +0000
+
 clalsadrv (2.0.0-4) unstable; urgency=medium
 
   * Team upload
diff -Nru clalsadrv-2.0.0/debian/control clalsadrv-2.0.0/debian/control
--- clalsadrv-2.0.0/debian/control	2023-09-19 10:06:03.000000000 +0000
+++ clalsadrv-2.0.0/debian/control	2024-01-31 08:55:24.000000000 +0000
@@ -14,8 +14,8 @@
 Package: libclalsadrv-dev
 Section: libdevel
 Architecture: all
-Depends: libclalsadrv2 (>= ${source:Version}),
- libclalsadrv2 (<< ${source:Upstream-Version}+1~),
+Depends: libclalsadrv2t64 (>= ${source:Version}),
+ libclalsadrv2t64 (<< ${source:Upstream-Version}+1~),
  libasound2-dev,
  ${misc:Depends}
 Description: ALSA driver C++ access library (development files)
@@ -23,9 +23,11 @@
  .
  This package includes the development tools.
 
-Package: libclalsadrv2
+Package: libclalsadrv2t64
+Provides: ${t64:Provides}
+Breaks: libclalsadrv2 (<< ${source:Version})
 Conflicts: libclalsadrv
-Replaces: libclalsadrv
+Replaces: libclalsadrv2, libclalsadrv
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
diff -Nru clalsadrv-2.0.0/debian/libclalsadrv2.install clalsadrv-2.0.0/debian/libclalsadrv2.install
--- clalsadrv-2.0.0/debian/libclalsadrv2.install	2010-07-09 12:48:09.000000000 +0000
+++ clalsadrv-2.0.0/debian/libclalsadrv2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru clalsadrv-2.0.0/debian/libclalsadrv2t64.install clalsadrv-2.0.0/debian/libclalsadrv2t64.install
--- clalsadrv-2.0.0/debian/libclalsadrv2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ clalsadrv-2.0.0/debian/libclalsadrv2t64.install	2010-07-09 12:48:09.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru clalsadrv-2.0.0/debian/libclalsadrv2t64.lintian-overrides clalsadrv-2.0.0/debian/libclalsadrv2t64.lintian-overrides
--- clalsadrv-2.0.0/debian/libclalsadrv2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ clalsadrv-2.0.0/debian/libclalsadrv2t64.lintian-overrides	2024-01-31 08:55:24.000000000 +0000
@@ -0,0 +1 @@
+libclalsadrv2t64: package-name-doesnt-match-sonames libclalsadrv2

--- End Message ---
--- Begin Message ---
Source: clalsadrv
Source-Version: 2.0.0-4.1
Done: Steve Langasek <vorlon@debian.org>

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

Debian distribution maintenance software
pp.
Steve Langasek <vorlon@debian.org> (supplier of updated clalsadrv 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 15:42:49 +0000
Source: clalsadrv
Architecture: source
Version: 2.0.0-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Steve Langasek <vorlon@debian.org>
Closes: 1062062
Changes:
 clalsadrv (2.0.0-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062062
Checksums-Sha1:
 52b9002c1d48bce07d20f3261ad6701aa31dc5f1 2133 clalsadrv_2.0.0-4.1.dsc
 73b6a68c88c9587c1d59c2a7a2d2877f6b8636b6 3744 clalsadrv_2.0.0-4.1.debian.tar.xz
 876976874fc8318713cfa912cd5ec5034112bd74 6912 clalsadrv_2.0.0-4.1_source.buildinfo
Checksums-Sha256:
 d3679fa9c454d2f3354cf2d62079cc9fa91e333d7a270969b77b69b759670663 2133 clalsadrv_2.0.0-4.1.dsc
 f4606f873c88cb4973aca5d58a7f831803128f3222d6d0dfe39b45b65c706701 3744 clalsadrv_2.0.0-4.1.debian.tar.xz
 d53050bc1797e1beb562cdf1729bfd10e3a43c97ec4be2bd144166ffa5668168 6912 clalsadrv_2.0.0-4.1_source.buildinfo
Files:
 373abd1e942f635a60df0db12200d128 2133 libs optional clalsadrv_2.0.0-4.1.dsc
 a58f4ff845677d41e0212e4524befcce 3744 libs optional clalsadrv_2.0.0-4.1.debian.tar.xz
 1be387dbfb30bc2a0096f66596ce9e15 6912 libs optional clalsadrv_2.0.0-4.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfVIMSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9ZagQAMisyiolaPRzDLUV8bTOhufAoucIKvtP
gzmY9FOAsluDuqiNtCEi9XXAjYnQWpeosZl4G50CgSy+QDNIfgddkdKUaoe5FzGy
LxOuuAskI4xw/IgzygCapPlGJ+d18KEwvCarixUDX1vGlyFySjbD2OGzmPk+KnCP
HqoUGCpPnD1o2Ed16psnM+ySCW6nEWKGsmMGXFYNfPq1lJtNQcbZ3eidumvcE0De
gxbwkP+eBMvS2ZyZxwWwVUMnynYlShUa1FPj+GloDlK2l6v923IibX8mS35QlPYG
9y994tN8oTqn1QVqlBANFYai/EHOjHgdtbFdb5Q6/J+YlV1LtvVkFMbFfg6/I/B4
ELBmnyWO8eqyQ2I9PsvMeze8ubuxmlFew1Dw8jsKuP1ud7+brUvTmH1LoVk/ghN8
vN2+yTBiaX7xbAjLQR9dK7a39dHBK3l316NEMobk87pnVXaO27H16RJxJ7Ri9XxX
A3EW93QsanXO06b6YrubO+MeJZMw4Q7RnOOf6puA9o+9oS6CwcD8X7rdW9lFCQ4K
6Lzr7Rk3uIEddFhqGpFDQgbpC8XSybdDabRU9Lfy6vb1XsB0Qn+chNDk1dLs24CM
F5ESxO8HI6ccOFLLVKY8Vm/xzkuOSTlX2FmXiTN9stEWkc5dhoxx1HxfzQ5//Kas
Yj9Yx1JK64Q8
=i4CQ
-----END PGP SIGNATURE-----

Attachment: pgp5GdrLI4x4L.pgp
Description: PGP signature


--- End Message ---

Reply to: