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

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



Your message dated Wed, 28 Feb 2024 16:56:43 +0000
with message-id <E1rfNEZ-0074te-8r@fasolo.debian.org>
and subject line Bug#1062509: fixed in libopenshot 0.3.2+dfsg1-2.1
has caused the Debian Bug report #1062509,
regarding libopenshot: 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.)


-- 
1062509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062509
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libopenshot
Version: 0.3.2+dfsg1-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
libopenshot 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 libopenshot
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'), (500, 'testing'), (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 libopenshot-0.3.2+dfsg1/debian/changelog libopenshot-0.3.2+dfsg1/debian/changelog
--- libopenshot-0.3.2+dfsg1/debian/changelog	2023-10-13 10:56:19.000000000 +0000
+++ libopenshot-0.3.2+dfsg1/debian/changelog	2024-02-01 17:45:54.000000000 +0000
@@ -1,3 +1,10 @@
+libopenshot (0.3.2+dfsg1-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 17:45:54 +0000
+
 libopenshot (0.3.2+dfsg1-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru libopenshot-0.3.2+dfsg1/debian/control libopenshot-0.3.2+dfsg1/debian/control
--- libopenshot-0.3.2+dfsg1/debian/control	2023-10-11 13:47:27.000000000 +0000
+++ libopenshot-0.3.2+dfsg1/debian/control	2024-02-01 17:45:53.000000000 +0000
@@ -37,7 +37,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
-         libopenshot25 (= ${binary:Version})
+         libopenshot25t64 (= ${binary:Version})
 Suggests: libopenshot-doc <!nodoc>
 Description: development files for the OpenShot video library
  OpenShot Library (libopenshot) is an open-source project dedicated to
@@ -46,7 +46,10 @@
  .
  This package provides the development files.
 
-Package: libopenshot25
+Package: libopenshot25t64
+Provides: ${t64:Provides}
+Replaces: libopenshot25
+Breaks: libopenshot25 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
diff -Nru libopenshot-0.3.2+dfsg1/debian/libopenshot25.install libopenshot-0.3.2+dfsg1/debian/libopenshot25.install
--- libopenshot-0.3.2+dfsg1/debian/libopenshot25.install	2023-10-11 10:10:55.000000000 +0000
+++ libopenshot-0.3.2+dfsg1/debian/libopenshot25.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.install libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.install
--- libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.install	2023-10-11 10:10:55.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.lintian-overrides libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.lintian-overrides
--- libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.lintian-overrides	2024-02-01 17:45:53.000000000 +0000
@@ -0,0 +1 @@
+libopenshot25t64: package-name-doesnt-match-sonames libopenshot25

--- End Message ---
--- Begin Message ---
Source: libopenshot
Source-Version: 0.3.2+dfsg1-2.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
libopenshot, 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 1062509@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 libopenshot 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 16:02:52 +0000
Source: libopenshot
Architecture: source
Version: 0.3.2+dfsg1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062509
Changes:
 libopenshot (0.3.2+dfsg1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062509
Checksums-Sha1:
 aedacfd6053bd75b9af18b0d509b19f8515b82fc 2599 libopenshot_0.3.2+dfsg1-2.1.dsc
 635b811621b4b5634de68215afaffb44fe7ce4b3 6852 libopenshot_0.3.2+dfsg1-2.1.debian.tar.xz
 30c00f6c9e20f0ca236390d8be0cd873c95c2c0c 20022 libopenshot_0.3.2+dfsg1-2.1_source.buildinfo
Checksums-Sha256:
 869b0576684ee7c951fda2c8fc81f1290180c4239258cf55803f8337cb3b3485 2599 libopenshot_0.3.2+dfsg1-2.1.dsc
 a4c37fac25fa980e825b7e41345836999c7747ce6132a4ad3373476dee06c76b 6852 libopenshot_0.3.2+dfsg1-2.1.debian.tar.xz
 0606f2c3bac09085b91b18c1e1bd9330b2fb3f90d92613d4d3417640d6b6a06b 20022 libopenshot_0.3.2+dfsg1-2.1_source.buildinfo
Files:
 86a8aa2ff1d456f4e708bf3fadc8c8ef 2599 libs optional libopenshot_0.3.2+dfsg1-2.1.dsc
 ec398462cfba8d9ae5b2a7862dae9693 6852 libs optional libopenshot_0.3.2+dfsg1-2.1.debian.tar.xz
 a0ed7a05d85094cb743365faabf10b51 20022 libs optional libopenshot_0.3.2+dfsg1-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfWYYACgkQFZ61xO/I
d0yc5g//UhLHHf9Mx0lJfkRqJ0hKae2aO348rYVXgcM4/XlK43W/fLMVjPNO34kW
oR1We3OwDbBRNoE054o28IQB68G+EDod2KEn6/qUu+G60P+eRUSokdhcRqqy+AdK
KsLBzUPJHNPPwRdsdzndfRu94JPB4WpdpRnqh9roWn1jRQJLsJWLsAIev6lOOtoC
PYkprB0yx7eD09n8a7/cufraddPmF8rQ1js3PyX923NSD/v/qU8RNmZzScR7ENRk
46xYjSmycQe/2DLiGnJeJdbrdDlgZF6+Iv4LvBvKrOA4w2KAu84Lw2T7lL7JF1e2
TJ3oODr9gG7/TFLTQm2eXzhPQL3aGTOV2hB7cLt2NJnc6x5zBnBR1jZTr2uXIgcD
ZXrcWnLSwD/Z3iCYmJ9EBXqmoVyvQxTjFX8TVcdkAzB7DZX0qjCdxGHw9njuq73L
YHaJ9MomvFElVnvTG74mY5Ye4NIB2recWj2Vw3fKPcyuDxm7cvkSVOwNj74F58FZ
b1fQkgYqxGUoFDY7vZRoPy40WB+2vTeLDKe3aZlRdVIoZCRIwaqRFaBuWW9g9GKp
EKlEZO2vy9VNa2S4NsZL4aWzuLZvxSX8u+Hl3S/RHMsgokATfljdnzZhddmiX++b
kDLK2H746wUxjd2iHtF5wkFt9KwRwNZYV3/SYM6BM/Z5Q9jWLMs=
=9NxV
-----END PGP SIGNATURE-----

Attachment: pgpmrgMi4iGDb.pgp
Description: PGP signature


--- End Message ---

Reply to: