Your message dated Fri, 01 Mar 2024 12:37:12 +0000
with message-id <e1rg28w-00geg4...@fasolo.debian.org>
and subject line Bug#1063130: fixed in libmspack 0.11-1.1
has caused the Debian Bug report #1063130,
regarding libmspack: 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.)


-- 
1063130: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063130
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libmspack
Version: 0.11-1
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
libmspack 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 libmspack
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 libmspack-0.11/debian/changelog libmspack-0.11/debian/changelog
--- libmspack-0.11/debian/changelog     2023-02-07 15:32:55.000000000 +0000
+++ libmspack-0.11/debian/changelog     2024-02-05 07:56:52.000000000 +0000
@@ -1,3 +1,10 @@
+libmspack (0.11-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Mon, 05 Feb 2024 07:56:52 +0000
+
 libmspack (0.11-1) unstable; urgency=medium
 
   * NUR.
diff -Nru libmspack-0.11/debian/control libmspack-0.11/debian/control
--- libmspack-0.11/debian/control       2023-02-07 15:32:55.000000000 +0000
+++ libmspack-0.11/debian/control       2024-02-05 07:56:52.000000000 +0000
@@ -9,7 +9,10 @@
 Vcs-Git: https://salsa.debian.org/debian/libmspack.git
 Homepage: https://www.cabextract.org.uk/libmspack/
 
-Package: libmspack0
+Package: libmspack0t64
+Provides: ${t64:Provides}
+Replaces: libmspack0
+Breaks: libmspack0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -26,7 +29,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libmspack0 (= ${binary:Version})
+Depends: ${misc:Depends}, libmspack0t64 (= ${binary:Version})
 Description: library for Microsoft compression formats (development files)
  The purpose of libmspack is to provide both compression and decompression of
  some loosely related file formats used by Microsoft. The intention is to
diff -Nru libmspack-0.11/debian/libmspack0.install 
libmspack-0.11/debian/libmspack0.install
--- libmspack-0.11/debian/libmspack0.install    2023-02-07 15:32:55.000000000 
+0000
+++ libmspack-0.11/debian/libmspack0.install    1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libmspack.so.*
diff -Nru libmspack-0.11/debian/libmspack0.symbols 
libmspack-0.11/debian/libmspack0.symbols
--- libmspack-0.11/debian/libmspack0.symbols    2023-02-07 15:32:55.000000000 
+0000
+++ libmspack-0.11/debian/libmspack0.symbols    1970-01-01 00:00:00.000000000 
+0000
@@ -1,35 +0,0 @@
-libmspack.so.0 libmspack0 #MINVER#
-* Build-Depends-Package: libmspack-dev
- mspack_create_cab_compressor@Base 0.4
- mspack_create_cab_decompressor@Base 0.4
- mspack_create_chm_compressor@Base 0.4
- mspack_create_chm_decompressor@Base 0.4
- mspack_create_hlp_compressor@Base 0.4
- mspack_create_hlp_decompressor@Base 0.4
- mspack_create_kwaj_compressor@Base 0.4
- mspack_create_kwaj_decompressor@Base 0.4
- mspack_create_lit_compressor@Base 0.4
- mspack_create_lit_decompressor@Base 0.4
- mspack_create_oab_compressor@Base 0.4
- mspack_create_oab_decompressor@Base 0.4
- mspack_create_szdd_compressor@Base 0.4
- mspack_create_szdd_decompressor@Base 0.4
- mspack_default_system@Base 0.4
- mspack_destroy_cab_compressor@Base 0.4
- mspack_destroy_cab_decompressor@Base 0.4
- mspack_destroy_chm_compressor@Base 0.4
- mspack_destroy_chm_decompressor@Base 0.4
- mspack_destroy_hlp_compressor@Base 0.4
- mspack_destroy_hlp_decompressor@Base 0.4
- mspack_destroy_kwaj_compressor@Base 0.4
- mspack_destroy_kwaj_decompressor@Base 0.4
- mspack_destroy_lit_compressor@Base 0.4
- mspack_destroy_lit_decompressor@Base 0.4
- mspack_destroy_oab_compressor@Base 0.4
- mspack_destroy_oab_decompressor@Base 0.4
- mspack_destroy_szdd_compressor@Base 0.4
- mspack_destroy_szdd_decompressor@Base 0.4
- mspack_sys_filelen@Base 0.4
- mspack_sys_selftest_internal@Base 0.4
- mspack_valid_system@Base 0.4
- mspack_version@Base 0.4
diff -Nru libmspack-0.11/debian/libmspack0t64.install 
libmspack-0.11/debian/libmspack0t64.install
--- libmspack-0.11/debian/libmspack0t64.install 1970-01-01 00:00:00.000000000 
+0000
+++ libmspack-0.11/debian/libmspack0t64.install 2023-02-07 15:32:55.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libmspack.so.*
diff -Nru libmspack-0.11/debian/libmspack0t64.lintian-overrides 
libmspack-0.11/debian/libmspack0t64.lintian-overrides
--- libmspack-0.11/debian/libmspack0t64.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
+++ libmspack-0.11/debian/libmspack0t64.lintian-overrides       2024-02-05 
07:56:52.000000000 +0000
@@ -0,0 +1 @@
+libmspack0t64: package-name-doesnt-match-sonames libmspack0
diff -Nru libmspack-0.11/debian/libmspack0t64.symbols 
libmspack-0.11/debian/libmspack0t64.symbols
--- libmspack-0.11/debian/libmspack0t64.symbols 1970-01-01 00:00:00.000000000 
+0000
+++ libmspack-0.11/debian/libmspack0t64.symbols 2024-02-05 07:56:52.000000000 
+0000
@@ -0,0 +1,35 @@
+libmspack.so.0 libmspack0t64 #MINVER#
+* Build-Depends-Package: libmspack-dev
+ mspack_create_cab_compressor@Base 0.4
+ mspack_create_cab_decompressor@Base 0.4
+ mspack_create_chm_compressor@Base 0.4
+ mspack_create_chm_decompressor@Base 0.4
+ mspack_create_hlp_compressor@Base 0.4
+ mspack_create_hlp_decompressor@Base 0.4
+ mspack_create_kwaj_compressor@Base 0.4
+ mspack_create_kwaj_decompressor@Base 0.4
+ mspack_create_lit_compressor@Base 0.4
+ mspack_create_lit_decompressor@Base 0.4
+ mspack_create_oab_compressor@Base 0.4
+ mspack_create_oab_decompressor@Base 0.4
+ mspack_create_szdd_compressor@Base 0.4
+ mspack_create_szdd_decompressor@Base 0.4
+ mspack_default_system@Base 0.4
+ mspack_destroy_cab_compressor@Base 0.4
+ mspack_destroy_cab_decompressor@Base 0.4
+ mspack_destroy_chm_compressor@Base 0.4
+ mspack_destroy_chm_decompressor@Base 0.4
+ mspack_destroy_hlp_compressor@Base 0.4
+ mspack_destroy_hlp_decompressor@Base 0.4
+ mspack_destroy_kwaj_compressor@Base 0.4
+ mspack_destroy_kwaj_decompressor@Base 0.4
+ mspack_destroy_lit_compressor@Base 0.4
+ mspack_destroy_lit_decompressor@Base 0.4
+ mspack_destroy_oab_compressor@Base 0.4
+ mspack_destroy_oab_decompressor@Base 0.4
+ mspack_destroy_szdd_compressor@Base 0.4
+ mspack_destroy_szdd_decompressor@Base 0.4
+ mspack_sys_filelen@Base 0.4
+ mspack_sys_selftest_internal@Base 0.4
+ mspack_valid_system@Base 0.4
+ mspack_version@Base 0.4

--- End Message ---
--- Begin Message ---
Source: libmspack
Source-Version: 0.11-1.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libmspack, 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 1063...@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 libmspack 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: Fri, 01 Mar 2024 12:22:47 +0000
Source: libmspack
Architecture: source
Version: 0.11-1.1
Distribution: unstable
Urgency: medium
Maintainer: Marc Dequènes (Duck) <d...@duckcorp.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063130
Changes:
 libmspack (0.11-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063130
Checksums-Sha1:
 3cc4cf2c00efbcf144fbbd01cecae1c95b195492 2037 libmspack_0.11-1.1.dsc
 3beae54bcdd62da9dc4158aaa464fe32196dbcb6 4044 libmspack_0.11-1.1.debian.tar.xz
 6f840285b513a21ef509e7099b0927c0e632c80b 6220 
libmspack_0.11-1.1_source.buildinfo
Checksums-Sha256:
 3fd51ac44bfa060eed5878beb4eb7cb3f503e48f36cdddfc90fcb5b1d8b50dd5 2037 
libmspack_0.11-1.1.dsc
 c02d19a78056c0e7cc9d28778c356f7be412070c34db8bf20b53a521bf1cc262 4044 
libmspack_0.11-1.1.debian.tar.xz
 b71c6bd48e07712dd05cc724baef735b437e48bfaf9b23a444b5e7a4735038c9 6220 
libmspack_0.11-1.1_source.buildinfo
Files:
 446770301455de0063b19b5a31bb1e15 2037 libs optional libmspack_0.11-1.1.dsc
 f6fef80dee1f664f42babe3cd6aa46cd 4044 libs optional 
libmspack_0.11-1.1.debian.tar.xz
 389706e24085753def4641da837ef24d 6220 libs optional 
libmspack_0.11-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhyKcACgkQFZ61xO/I
d0wNFw//cV47d4OtFD5GPbYqfAwSOS/gJjeN7S5Etnwyj0+YLeyT92S3tpAjvh+t
Xq4cV5nDmlzpV6NreAdMVMbG/Dm+2WcpMkOT4v4r212a7s+J7/28SJIN5IcBE7/n
gKbGrivxceL+cgGN/o4gBICcgD5JbUzKGN7OvVp8bLu0B25y11UUKtn3U6KqUWS1
6Z/3MlcBJukm7htooFhpUEr4k3B1BeVOkz3u1ds3tA7/Nd4YRA6qjv+KkW+k0Et/
jIFsXvv5vDDV8WNEmulu27AdU/ozgSjxQhd2RUuDptJJCgN77khazjVDiuebKbKm
UE7fcp6lxLmfYlQ/c3nh3XguK5K+Xsm518vBeXi3tNBpL/dj3B0+uhGIRI5xwQwt
mAqQ1R0v1rp1/xFLGrDntql9faRCh0f8M1U6t5qM2zQ/xkXk/uIUJXNRB9l6Gcfj
m7/wf8FyRlvZux//wqslxvOFmdrN6BjJhU/VIGg5na0m9St8wUX6NW9cobiEN+nG
vTRipYYnS7rKBNT6G1vCdsmLi2pfICDCYt4YrQxo8gGxowreO8SglOJfVGJg+woc
HUKFm8LiXvG+EWhtPg+Pfpvo5DqofM+wGNcUq8XQhfAKmjlFMOLdWYz2SLxaundG
vWuQo+ZAwHtf2FdtzooltHi0ewQDqZMS2qt0Nn5sO1Ue45ynQ3w=
=nkqM
-----END PGP SIGNATURE-----

Attachment: pgpcyp8M63XBO.pgp
Description: PGP signature


--- End Message ---

Reply via email to