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

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



Your message dated Wed, 28 Feb 2024 03:15:33 +0000
with message-id <E1rfAPt-004EgL-5J@fasolo.debian.org>
and subject line Bug#1062388: fixed in dsdcc 1.9.3-2.1
has caused the Debian Bug report #1062388,
regarding dsdcc: 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.)


-- 
1062388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062388
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: dsdcc
Version: 1.9.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
dsdcc 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 dsdcc
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/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru dsdcc-1.9.3/debian/changelog dsdcc-1.9.3/debian/changelog
--- dsdcc-1.9.3/debian/changelog	2022-11-05 15:49:36.000000000 +0000
+++ dsdcc-1.9.3/debian/changelog	2024-02-01 08:46:45.000000000 +0000
@@ -1,3 +1,10 @@
+dsdcc (1.9.3-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 01 Feb 2024 08:46:45 +0000
+
 dsdcc (1.9.3-2) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru dsdcc-1.9.3/debian/control dsdcc-1.9.3/debian/control
--- dsdcc-1.9.3/debian/control	2022-11-05 15:49:30.000000000 +0000
+++ dsdcc-1.9.3/debian/control	2024-02-01 08:46:44.000000000 +0000
@@ -15,7 +15,7 @@
 Package: dsdcc
 Architecture: any
 Depends:
- libdsdcc1 (= ${binary:Version}),
+ libdsdcc1t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: Digital Speech Decoder (DSD)
@@ -32,7 +32,10 @@
  .
  This package contains dsdccx, the command line interface.
 
-Package: libdsdcc1
+Package: libdsdcc1t64
+Provides: ${t64:Provides}
+Replaces: libdsdcc1
+Breaks: libdsdcc1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -59,7 +62,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libdsdcc1 (= ${binary:Version}),
+ libdsdcc1t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: Digital Speech Decoder (DSD) (headers)
diff -Nru dsdcc-1.9.3/debian/libdsdcc1.install dsdcc-1.9.3/debian/libdsdcc1.install
--- dsdcc-1.9.3/debian/libdsdcc1.install	2021-01-19 18:40:41.000000000 +0000
+++ dsdcc-1.9.3/debian/libdsdcc1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru dsdcc-1.9.3/debian/libdsdcc1t64.install dsdcc-1.9.3/debian/libdsdcc1t64.install
--- dsdcc-1.9.3/debian/libdsdcc1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ dsdcc-1.9.3/debian/libdsdcc1t64.install	2021-01-19 18:40:41.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru dsdcc-1.9.3/debian/libdsdcc1t64.lintian-overrides dsdcc-1.9.3/debian/libdsdcc1t64.lintian-overrides
--- dsdcc-1.9.3/debian/libdsdcc1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ dsdcc-1.9.3/debian/libdsdcc1t64.lintian-overrides	2024-02-01 08:46:44.000000000 +0000
@@ -0,0 +1 @@
+libdsdcc1t64: package-name-doesnt-match-sonames libdsdcc1

--- End Message ---
--- Begin Message ---
Source: dsdcc
Source-Version: 1.9.3-2.1
Done: Michael Hudson-Doyle <mwhudson@debian.org>

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

Debian distribution maintenance software
pp.
Michael Hudson-Doyle <mwhudson@debian.org> (supplier of updated dsdcc 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: SHA256

Format: 1.8
Date: Wed, 28 Feb 2024 02:28:08 +0000
Source: dsdcc
Architecture: source
Version: 1.9.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Michael Hudson-Doyle <mwhudson@debian.org>
Closes: 1062388
Changes:
 dsdcc (1.9.3-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062388
Checksums-Sha1:
 bfc7edbe6d0ae17bd69392eadbbf3fe15af3721f 2073 dsdcc_1.9.3-2.1.dsc
 4b870065abbb269617c0deeaefd9b24df0cfe79f 3492 dsdcc_1.9.3-2.1.debian.tar.xz
 668739500832f19ba8b2dd2259395f9210da2d5b 7251 dsdcc_1.9.3-2.1_source.buildinfo
Checksums-Sha256:
 f8f739f21805539fbee232be2a6bea7ac5eb71d4326a5f9d9113a0271f07610c 2073 dsdcc_1.9.3-2.1.dsc
 4e4787f49021631640262aaa1b575ed53fd726c66dfd5404fb92177aaaec6810 3492 dsdcc_1.9.3-2.1.debian.tar.xz
 0772ef608e1826d1050099b84d7eb8a0f0515e4e6f2aa2ec12d176e7d276f88d 7251 dsdcc_1.9.3-2.1_source.buildinfo
Files:
 d29a85249e7f6a6a5afa80dd5bb49feb 2073 hamradio optional dsdcc_1.9.3-2.1.dsc
 d75860e93c5355cc8527da8d65776c2e 3492 hamradio optional dsdcc_1.9.3-2.1.debian.tar.xz
 35a7ad9384d3fd83024ba42bd7213b67 7251 hamradio optional dsdcc_1.9.3-2.1_source.buildinfo

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

iQJIBAEBCAAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXemkUUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJMSsw/+Jbt9Gh1aKajPI3vIs6AIJA3P0UDL
/ThRT6MQSpfswxX3yLWL07edP3DYE4AYadPXoLY8Te9mzySvE4CzmXEiqXe/VZ3p
gMHVnIJVEsL10HImoFdkTbuyNy/rlnpRjTvZXufHw+pKU4jCPzqifSTusZ2udOEq
ZC/BROLT7BzhohiCHGm8DX/92aE8SSNRPF9hAF5vC/JnUIPy50fm1iBKUXBSAlNO
kLWALzqesliSRCRqcR0nSTejU81jKLjpQWd1QUoluQvdqZHtGbGG85K/YBMAJMOz
SthkCZU73kw4LmPj1hh/QVDJyom/hC7DBtI+aoj+LGv9msJULMkWR7s01El4Als8
qRRoKs2ibcGn6WXQj0XggKY5hdfKSmHbAQIYlWU3P++RRzD+7d2y//l7b7rCB+XU
NPSzMZNHCPha9Mrfo6NwzGhihinO/1ka/o+Wi4/Xbs7KWFHGGblnBkL7vmAnczlj
DqTX9TBcpmzB6Yy6FSH6E99mBD9K0Xh7JU7yBqjmywzbIroHMv7quR/HI5KLFm1J
oOaKojs0giBPE54lTedxmEJs4yh0lMAIObB81ASkiQMTgsYJ+/BR0Jv8Pruabkwh
l8BVj8xtQJZvNxKwNpVTiC6r/ZPJDGYZAZ/VGHHTQHH6w4BeMZ5TYxZG9FNWEdZ0
78pQTJBoPf4xie8=
=E6hB
-----END PGP SIGNATURE-----

Attachment: pgpwZRNmWaojK.pgp
Description: PGP signature


--- End Message ---

Reply to: