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

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



Your message dated Fri, 01 Mar 2024 12:52:37 +0000
with message-id <E1rg2NR-00GHjy-Fj@fasolo.debian.org>
and subject line Bug#1063139: fixed in mjpegtools 1:2.1.0+debian-8.1
has caused the Debian Bug report #1063139,
regarding mjpegtools: 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.)


-- 
1063139: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063139
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: mjpegtools
Version: 1:2.1.0+debian-8
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
mjpegtools 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 mjpegtools
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')
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 mjpegtools-2.1.0+debian/debian/changelog mjpegtools-2.1.0+debian/debian/changelog
--- mjpegtools-2.1.0+debian/debian/changelog	2023-11-20 21:28:47.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/changelog	2024-02-05 08:31:21.000000000 +0000
@@ -1,3 +1,10 @@
+mjpegtools (1:2.1.0+debian-8.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 05 Feb 2024 08:31:21 +0000
+
 mjpegtools (1:2.1.0+debian-8) unstable; urgency=medium
 
   * Team upload
diff -Nru mjpegtools-2.1.0+debian/debian/control mjpegtools-2.1.0+debian/debian/control
--- mjpegtools-2.1.0+debian/debian/control	2023-11-20 21:28:47.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/control	2024-02-05 08:31:14.000000000 +0000
@@ -33,12 +33,12 @@
 Multi-Arch: same
 Architecture: any
 Depends:
- liblavfile-2.1-0 (= ${binary:Version}),
- liblavjpeg-2.1-0 (= ${binary:Version}),
- liblavplay-2.1-0 (= ${binary:Version}),
- libmjpegutils-2.1-0 (= ${binary:Version}),
- libmpeg2encpp-2.1-0 (= ${binary:Version}),
- libmplex2-2.1-0 (= ${binary:Version}),
+ liblavfile-2.1-0t64 (= ${binary:Version}),
+ liblavjpeg-2.1-0t64 (= ${binary:Version}),
+ liblavplay-2.1-0t64 (= ${binary:Version}),
+ libmjpegutils-2.1-0t64 (= ${binary:Version}),
+ libmpeg2encpp-2.1-0t64 (= ${binary:Version}),
+ libmplex2-2.1-0t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: MJPEG capture/editing/replay and MPEG encoding toolset (development)
  The mjpeg programs are a set of tools that can do recording of videos and
@@ -47,7 +47,10 @@
  .
  This package contains the development files.
 
-Package: liblavfile-2.1-0
+Package: liblavfile-2.1-0t64
+Provides: ${t64:Provides}
+Replaces: liblavfile-2.1-0
+Breaks: liblavfile-2.1-0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -61,7 +64,10 @@
  .
  This package contains the shared lavfile library.
 
-Package: liblavjpeg-2.1-0
+Package: liblavjpeg-2.1-0t64
+Provides: ${t64:Provides}
+Replaces: liblavjpeg-2.1-0
+Breaks: liblavjpeg-2.1-0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -75,7 +81,10 @@
  .
  This package contains the shared lavjpeg library.
 
-Package: liblavplay-2.1-0
+Package: liblavplay-2.1-0t64
+Provides: ${t64:Provides}
+Replaces: liblavplay-2.1-0
+Breaks: liblavplay-2.1-0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -89,7 +98,10 @@
  .
  This package contains the shared lavplay library.
 
-Package: libmjpegutils-2.1-0
+Package: libmjpegutils-2.1-0t64
+Provides: ${t64:Provides}
+Replaces: libmjpegutils-2.1-0
+Breaks: libmjpegutils-2.1-0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -103,7 +115,10 @@
  .
  This package contains the shared mjpegutils library.
 
-Package: libmpeg2encpp-2.1-0
+Package: libmpeg2encpp-2.1-0t64
+Provides: ${t64:Provides}
+Replaces: libmpeg2encpp-2.1-0
+Breaks: libmpeg2encpp-2.1-0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -117,7 +132,10 @@
  .
  This package contains the shared mpeg2encpp library.
 
-Package: libmplex2-2.1-0
+Package: libmplex2-2.1-0t64
+Provides: ${t64:Provides}
+Replaces: libmplex2-2.1-0
+Breaks: libmplex2-2.1-0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0.install mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0.install
--- mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0.install	2023-11-20 21:28:47.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/liblavfile*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0t64.install mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0t64.install
--- mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0t64.install	2023-11-20 21:28:47.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/liblavfile*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0t64.lintian-overrides mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0t64.lintian-overrides
--- mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/liblavfile-2.1-0t64.lintian-overrides	2024-02-05 08:31:14.000000000 +0000
@@ -0,0 +1 @@
+liblavfile-2.1-0t64: package-name-doesnt-match-sonames liblavfile-2.1-0
diff -Nru mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0.install mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0.install
--- mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0.install	2023-11-20 21:28:47.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/liblavjpeg*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0t64.install mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0t64.install
--- mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0t64.install	2023-11-20 21:28:47.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/liblavjpeg*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0t64.lintian-overrides mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0t64.lintian-overrides
--- mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/liblavjpeg-2.1-0t64.lintian-overrides	2024-02-05 08:31:14.000000000 +0000
@@ -0,0 +1 @@
+liblavjpeg-2.1-0t64: package-name-doesnt-match-sonames liblavjpeg-2.1-0
diff -Nru mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0.install mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0.install
--- mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0.install	2023-11-20 21:28:47.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/liblavplay*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0t64.install mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0t64.install
--- mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0t64.install	2023-11-20 21:28:47.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/liblavplay*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0t64.lintian-overrides mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0t64.lintian-overrides
--- mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/liblavplay-2.1-0t64.lintian-overrides	2024-02-05 08:31:14.000000000 +0000
@@ -0,0 +1 @@
+liblavplay-2.1-0t64: package-name-doesnt-match-sonames liblavplay-2.1-0
diff -Nru mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0.install mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0.install
--- mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0.install	2023-11-20 21:28:47.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/libmjpegutils*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0t64.install mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0t64.install
--- mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0t64.install	2023-11-20 21:28:47.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/libmjpegutils*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0t64.lintian-overrides mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0t64.lintian-overrides
--- mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/libmjpegutils-2.1-0t64.lintian-overrides	2024-02-05 08:31:14.000000000 +0000
@@ -0,0 +1 @@
+libmjpegutils-2.1-0t64: package-name-doesnt-match-sonames libmjpegutils-2.1-0
diff -Nru mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0.install mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0.install
--- mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0.install	2023-11-20 21:28:47.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/libmpeg2encpp*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0t64.install mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0t64.install
--- mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0t64.install	2023-11-20 21:28:47.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/libmpeg2encpp*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0t64.lintian-overrides mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0t64.lintian-overrides
--- mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/libmpeg2encpp-2.1-0t64.lintian-overrides	2024-02-05 08:31:14.000000000 +0000
@@ -0,0 +1 @@
+libmpeg2encpp-2.1-0t64: package-name-doesnt-match-sonames libmpeg2encpp-2.1-0
diff -Nru mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0.install mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0.install
--- mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0.install	2023-11-20 21:28:47.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/libmplex2*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0t64.install mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0t64.install
--- mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0t64.install	2023-11-20 21:28:47.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/libmplex2*.so.*
diff -Nru mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0t64.lintian-overrides mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0t64.lintian-overrides
--- mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mjpegtools-2.1.0+debian/debian/libmplex2-2.1-0t64.lintian-overrides	2024-02-05 08:31:14.000000000 +0000
@@ -0,0 +1 @@
+libmplex2-2.1-0t64: package-name-doesnt-match-sonames libmplex2-2.1-0

--- End Message ---
--- Begin Message ---
Source: mjpegtools
Source-Version: 1:2.1.0+debian-8.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
mjpegtools, 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 1063139@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 mjpegtools 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: Fri, 01 Mar 2024 12:31:26 +0000
Source: mjpegtools
Architecture: source
Version: 1:2.1.0+debian-8.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1063139
Changes:
 mjpegtools (1:2.1.0+debian-8.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063139
Checksums-Sha1:
 10f2a7fd746f5c0169441339d93f65bc016d204a 2586 mjpegtools_2.1.0+debian-8.1.dsc
 d1b2f7d647ee6bafc284388b4abcfed1d3a9cc5a 12536 mjpegtools_2.1.0+debian-8.1.debian.tar.xz
 5bb4040466af2827a499433f0d9da258cdaf5fcd 11287 mjpegtools_2.1.0+debian-8.1_source.buildinfo
Checksums-Sha256:
 da572be4266e9f81a3e5ed21bd5994d31e63ccef7895b9a6fb412df74cdaab96 2586 mjpegtools_2.1.0+debian-8.1.dsc
 ffd59e690742cece13550ee97eb9a0382b9afe88a8549b1f204380846eeef5da 12536 mjpegtools_2.1.0+debian-8.1.debian.tar.xz
 2db3d396df2d5e306ba412fff40e2d37ee5b5c73459e144020708d02ad29377f 11287 mjpegtools_2.1.0+debian-8.1_source.buildinfo
Files:
 de1acc4f9297825963463bbcd94368f3 2586 video optional mjpegtools_2.1.0+debian-8.1.dsc
 ce7f1d6c23c2636d4586f69e6f9d2f6a 12536 video optional mjpegtools_2.1.0+debian-8.1.debian.tar.xz
 882c842ae98a21e2ff6940cc3bb7fa13 11287 video optional mjpegtools_2.1.0+debian-8.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhysgACgkQFZ61xO/I
d0xrnRAAubc71VBA9+0h8V93NuDcPjOYA3yW19GGd5g3CcVas7ENiJqjjsusIq8R
nOLrEwElTT4PbaDTzI8H1u8zXUus87D9HIDxKHAMjbpf9kpEE0ZwTnIhllM4f44X
qTQjiTRsVGjBkxLZUrQ7xTpInoCU1HOEIhgbLchh6D01a0PazGnc0qyV5jaCkZen
7kl+kIUscRd4BRBIOdYbKU5HkBGNQrRcw6VH4DHSJi5XI3k2YTaXcEWd3Zo17BsT
yIbu8VlwdTpLvyJhM+duPTfMGgybBOwzCn7TA4upoqAugbBnPjn5AbC7PQWrKYM6
XZUn1o+jmPlWI5cI04RcXl9AKAD5WOdXVUAVgvyQTm0FwIZEQlJpJ8kM1k51TQZH
6Wu5cUex4GYKIx3YjQ6gtyVW8O9DXkkUPsGVj7gtExocJng9CsTuUjnZZHbRbuqc
7KB+IsaQt0aubxzF1Zw8bVmS1CiscCn97JwcD/i/hJMs987snC2jAdkpQKbdyMRu
p0HQaIo6+4GGU2Gqi9jxWbAw7kTl5aQvBZ2waRmxaF7GE+PUgwla7jqkYHwcUXHz
pcyehOqQxYb6SiaRFcMh2nyf5SdL0+pXlV1Sgr0dU0Z6ZpDxlOlZNdKwdxVjwevX
cG/n2fXZ41ifeAOUe8YOpKWHH6q635y68WiRai+b+fgqeK3m2T8=
=z5Xt
-----END PGP SIGNATURE-----

Attachment: pgpJubsEH1wba.pgp
Description: PGP signature


--- End Message ---

Reply to: