Your message dated Thu, 29 Feb 2024 17:18:20 +0000
with message-id <e1rfk32-00c6xm...@fasolo.debian.org>
and subject line Bug#1062904: fixed in smpeg 0.4.5+cvs20030824-9.1
has caused the Debian Bug report #1062904,
regarding smpeg: 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 ow...@bugs.debian.org
immediately.)


-- 
1062904: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: smpeg
Version: 0.4.5+cvs20030824-9
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@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
smpeg 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 smpeg
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 smpeg-0.4.5+cvs20030824/debian/changelog 
smpeg-0.4.5+cvs20030824/debian/changelog
--- smpeg-0.4.5+cvs20030824/debian/changelog    2020-10-22 23:01:43.000000000 
+0000
+++ smpeg-0.4.5+cvs20030824/debian/changelog    2024-02-03 23:00:00.000000000 
+0000
@@ -1,3 +1,10 @@
+smpeg (0.4.5+cvs20030824-9.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org>  Sat, 03 Feb 2024 23:00:00 
+0000
+
 smpeg (0.4.5+cvs20030824-9) unstable; urgency=medium
 
   * Team upload.
diff -Nru smpeg-0.4.5+cvs20030824/debian/control 
smpeg-0.4.5+cvs20030824/debian/control
--- smpeg-0.4.5+cvs20030824/debian/control      2020-10-22 23:01:08.000000000 
+0000
+++ smpeg-0.4.5+cvs20030824/debian/control      2024-02-03 23:00:00.000000000 
+0000
@@ -12,7 +12,10 @@
 Vcs-Git: https://salsa.debian.org/sdl-team/smpeg.git
 Homepage: https://icculus.org/smpeg/
 
-Package: libsmpeg0
+Package: libsmpeg0t64
+Provides: ${t64:Provides}
+Replaces: libsmpeg0
+Breaks: libsmpeg0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -31,7 +34,7 @@
 Package: libsmpeg-dev
 Architecture: any
 Section: libdevel
-Depends: libsmpeg0 (= ${binary:Version}),
+Depends: libsmpeg0t64 (= ${binary:Version}),
          ${misc:Depends},
          libsdl1.2-dev (>= 1.2.2-3.3)
 Description: SDL MPEG Player Library - development files
diff -Nru smpeg-0.4.5+cvs20030824/debian/libsmpeg0.install 
smpeg-0.4.5+cvs20030824/debian/libsmpeg0.install
--- smpeg-0.4.5+cvs20030824/debian/libsmpeg0.install    2020-10-22 
22:27:54.000000000 +0000
+++ smpeg-0.4.5+cvs20030824/debian/libsmpeg0.install    1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libsmpeg-0.4.so.0*
diff -Nru smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.install 
smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.install
--- smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.install 1970-01-01 
00:00:00.000000000 +0000
+++ smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.install 2020-10-22 
22:27:54.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libsmpeg-0.4.so.0*
diff -Nru smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.lintian-overrides 
smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.lintian-overrides
--- smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.lintian-overrides       
1970-01-01 00:00:00.000000000 +0000
+++ smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.lintian-overrides       
2024-02-03 23:00:00.000000000 +0000
@@ -0,0 +1 @@
+libsmpeg0t64: package-name-doesnt-match-sonames libsmpeg0

--- End Message ---
--- Begin Message ---
Source: smpeg
Source-Version: 0.4.5+cvs20030824-9.1
Done: Benjamin Drung <bdr...@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated smpeg 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 16:52:55 +0000
Source: smpeg
Architecture: source
Version: 0.4.5+cvs20030824-9.1
Distribution: unstable
Urgency: medium
Maintainer: Debian SDL packages maintainers 
<pkg-sdl-maintain...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062904
Changes:
 smpeg (0.4.5+cvs20030824-9.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062904
Checksums-Sha1:
 f5b4c3d27b73b69b0187c2f1919229b404df7e1b 2220 smpeg_0.4.5+cvs20030824-9.1.dsc
 28f89092f1811fe69fabf66d0e724ed332367225 18472 
smpeg_0.4.5+cvs20030824-9.1.debian.tar.xz
 22e168a49d34c757347dcc2b66b0b8716d8bd952 11620 
smpeg_0.4.5+cvs20030824-9.1_source.buildinfo
Checksums-Sha256:
 9b4a7c47ed0d24a952bc52720b1fa445cf1a801d641733e38b5c74d7089af43a 2220 
smpeg_0.4.5+cvs20030824-9.1.dsc
 eb75b78faeaba5fbb88931d7e66c9a67dbf4498f3ac4dc34d7b3d64a30c01afb 18472 
smpeg_0.4.5+cvs20030824-9.1.debian.tar.xz
 f6569df58142c4e3572bb57db7698d3a4faaf1138c8ae3cae974e2056e1070dc 11620 
smpeg_0.4.5+cvs20030824-9.1_source.buildinfo
Files:
 265c941e0f130e25a741a68c2b5f70b5 2220 libs optional 
smpeg_0.4.5+cvs20030824-9.1.dsc
 8bad80963f574f1dea3a836c9149108e 18472 libs optional 
smpeg_0.4.5+cvs20030824-9.1.debian.tar.xz
 7e34dcea1086659e2aed05eeb8eb8cb3 11620 libs optional 
smpeg_0.4.5+cvs20030824-9.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgtoEACgkQFZ61xO/I
d0wnLg/9H9xLIaUSBcn78jHr5NACzd/b2p7taIsr+WTV9IdDCpLw6PLXm2IJL21+
4Cq+i0+rIcDWQCj4ei1DF2FeJgysHKJS9t8TuIvmGI5N3R2iJ4/x2Tu77JznqlZm
6t4wW9SoCeW93OjFKyPRPWMnWheRlemtyu0/e2gFS9yc6gq++EKvn7v5q1r+U+BU
GDsV5Ooxg3+1sI5tISbyaAOSNTtcTGNdEonTUV6zNr6TBwlvW2wJY6/oI6+odpZZ
/2238pjfvL0zPALTz9k2h3ruuqQ60QGcET+ii0EGJOQZRp5uF7ZwMav1BAX+HJTA
BMQ0TnMj/WFYLQqI1oL8usTYjyPbnFAea4cmo/P9sp9AICU6Sry7u2AURQDVxhJK
9PSx4AfRAgLbaszBjQfF5WysrtELIEMQXP5s4PJ92xJbYovVzUdUg277so31If/t
ROpPf4/49rdyvVCpznBhPJckWJ4ph7WIcXdqtz8YnCI1JcytQr/zXbOlQluq9I4e
u8wLHZmOd3/7DKSAuqOyOauBo2zefVzrMyNNvS53h0Pasj/chQN7KXqp3DnvRsE5
M2mzpUEOVenrjdh/6qTpRB58vVQ/BDOKd2uKMD0WtYpJ9IZUNGchliuxIJCW1b9B
W7HagFNHbcw9fzB92Gk6Fgh0k/i3i18kZ0eAvN/reV+IILK53ug=
=suDK
-----END PGP SIGNATURE-----

Attachment: pgpf123S_PisU.pgp
Description: PGP signature


--- End Message ---

Reply via email to