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

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



Your message dated Thu, 29 Feb 2024 17:48:54 +0000
with message-id <E1rfkWc-00CBbl-5n@fasolo.debian.org>
and subject line Bug#1062907: fixed in sndobj 2.6.7+ds1-3.1
has caused the Debian Bug report #1062907,
regarding sndobj: 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.)


-- 
1062907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062907
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: sndobj
Version: 2.6.7+ds1-3
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm@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
sndobj 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 sndobj
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-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_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 sndobj-2.6.7+ds1/debian/changelog sndobj-2.6.7+ds1/debian/changelog
--- sndobj-2.6.7+ds1/debian/changelog	2020-03-26 23:19:43.000000000 +0000
+++ sndobj-2.6.7+ds1/debian/changelog	2024-02-03 23:09:00.000000000 +0000
@@ -1,3 +1,10 @@
+sndobj (2.6.7+ds1-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 03 Feb 2024 23:09:00 +0000
+
 sndobj (2.6.7+ds1-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru sndobj-2.6.7+ds1/debian/control sndobj-2.6.7+ds1/debian/control
--- sndobj-2.6.7+ds1/debian/control	2020-03-26 23:19:43.000000000 +0000
+++ sndobj-2.6.7+ds1/debian/control	2024-02-03 23:09:00.000000000 +0000
@@ -23,7 +23,7 @@
 Multi-Arch: same
 Depends:
  fftw-dev,
- libsndobj2v5 (= ${binary:Version}),
+ libsndobj2t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Sound Object library (development files)
  The Sound Object Library is an object-oriented audio processing library.
@@ -32,7 +32,10 @@
  .
  This package contains the development files.
 
-Package: libsndobj2v5
+Package: libsndobj2t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libsndobj2v5
+Breaks: libsndobj2v5 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -40,7 +43,7 @@
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
-Replaces:
+Replaces:libsndobj2v5, 
  libsndobj2,
  libsndobj2c2,
 Conflicts:
diff -Nru sndobj-2.6.7+ds1/debian/libsndobj2t64.lintian-overrides sndobj-2.6.7+ds1/debian/libsndobj2t64.lintian-overrides
--- sndobj-2.6.7+ds1/debian/libsndobj2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ sndobj-2.6.7+ds1/debian/libsndobj2t64.lintian-overrides	2024-02-03 23:09:00.000000000 +0000
@@ -0,0 +1 @@
+libsndobj2t64: package-name-doesnt-match-sonames libsndobj2v5
diff -Nru sndobj-2.6.7+ds1/debian/rules sndobj-2.6.7+ds1/debian/rules
--- sndobj-2.6.7+ds1/debian/rules	2020-03-26 23:19:43.000000000 +0000
+++ sndobj-2.6.7+ds1/debian/rules	2024-02-03 23:09:00.000000000 +0000
@@ -27,7 +27,7 @@
 override_dh_install:
 	dh_install -plibsndobj-dev include/SndObj usr/include
 	dh_install -plibsndobj-dev lib/*.so usr/lib/$(DEB_HOST_MULTIARCH)/
-	dh_install -plibsndobj2v5 lib/*.so.* usr/lib/$(DEB_HOST_MULTIARCH)/
+	dh_install -plibsndobj2t64 lib/*.so.* usr/lib/$(DEB_HOST_MULTIARCH)/
 
 override_dh_installchangelogs:
 	dh_installchangelogs change.log

--- End Message ---
--- Begin Message ---
Source: sndobj
Source-Version: 2.6.7+ds1-3.1
Done: Benjamin Drung <bdrung@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated sndobj 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: Thu, 29 Feb 2024 16:57:39 +0000
Source: sndobj
Architecture: source
Version: 2.6.7+ds1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062907
Changes:
 sndobj (2.6.7+ds1-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062907
Checksums-Sha1:
 5840ab5eaf7115414f221b4975b9aa099c680ad5 2109 sndobj_2.6.7+ds1-3.1.dsc
 f51f1314e0ee7f37e39ccb29b6d4f7be1e2f4ea7 12412 sndobj_2.6.7+ds1-3.1.debian.tar.xz
 6695551225e2f7cbdc8f6c5d01b48178f878fe7c 8711 sndobj_2.6.7+ds1-3.1_source.buildinfo
Checksums-Sha256:
 861d87cb0b2e84b0e1332878d0f462e477bcf3b5bd934a9bc8b7f72901876b33 2109 sndobj_2.6.7+ds1-3.1.dsc
 5202bc2d1b952f1d0e46b5a52fd08d4f43e7496bb09e797c7564feac97901812 12412 sndobj_2.6.7+ds1-3.1.debian.tar.xz
 e9781944041d728fd4064e3ef4bffc22d2e6fb43dd2a574db5520291cb8975f9 8711 sndobj_2.6.7+ds1-3.1_source.buildinfo
Files:
 cb67fee9a22496152a10027a3682ee00 2109 sound optional sndobj_2.6.7+ds1-3.1.dsc
 09ffee25fe71be9eeff6c673998d1dbc 12412 sound optional sndobj_2.6.7+ds1-3.1.debian.tar.xz
 5560d9d04289e064406d0d07218ab20a 8711 sound optional sndobj_2.6.7+ds1-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgt8wACgkQFZ61xO/I
d0xMvg//b6fSIYGon45BdNjXYH5yJQQPIdFGATqy7vbIkYwmscUk30BALoAUzOUk
7HZiFM9gwtzc0gFQ3Qk6YMwi4hWpz6NWPvCzNRJTTsgXfwBhDAfyPaDfHXLrOb6d
7Bcq2Q8GvRgh71pPA4raOR4UwoqSKh5xZ+yINNBoiINHa8m9EWgjMx5kh8ZkPemb
IU9wqMvm0FoMbyNI2iX08+jUKQDs1OcbPSLrRqvCeCH2+RLn5suzCef1cKalkmsh
5jM2ERV2soIFtOrEWkSYUephMdh3/qrEirUtSOckg9F31Al/BaryDrv1LBju6dyr
uM03VCKl8M60n1hy88fd3UHcyTHgmr/r5n8S2gx7k6qOxhwOnf9/GIOxIqEPgZ32
RdO5TxJTespu1Wq0M5dnX/LdOBGzLcvgyw/1CUlpA1+rMdI1VtYGsVhNNAOnHoNx
aG+c/Ffpgq0W4+XDtHbDqp/CiYuJyel4CYCZ2HQ9WQS6u5kmn989pdVStdq7uX+R
wT/tTTpoQWbAMY6X9aeusOAvWl7owGz6xEvSmNmPYXJHMkn5lTAM8sXgXyiunTk2
az8KbwoE1YizK5StzAC5KkstB/urIYZCuoBEkg3X2MSCHTuG2mMPMpr0JfXLkE3y
P4qq/CEpvk/NwJ5vDmQG9U4nPFc5DdZkFNDaS5RKzyHLFqXQszw=
=nGro
-----END PGP SIGNATURE-----

Attachment: pgpyraefNoOtw.pgp
Description: PGP signature


--- End Message ---

Reply to: