Your message dated Tue, 27 Feb 2024 23:35:13 +0000
with message-id <[email protected]>
and subject line Bug#1061989: fixed in cupt 2.10.4+nmu2
has caused the Debian Bug report #1061989,
regarding cupt: 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 [email protected]
immediately.)


-- 
1061989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061989
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cupt
Version: 2.10.4+nmu1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
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
cupt 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 cupt
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-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru cupt-2.10.4+nmu1/debian/changelog cupt-2.10.4+nmu2/debian/changelog
--- cupt-2.10.4+nmu1/debian/changelog   2020-06-07 20:56:21.000000000 +0000
+++ cupt-2.10.4+nmu2/debian/changelog   2024-01-30 18:09:11.000000000 +0000
@@ -1,3 +1,10 @@
+cupt (2.10.4+nmu2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <[email protected]>  Tue, 30 Jan 2024 18:09:11 +0000
+
 cupt (2.10.4+nmu1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru cupt-2.10.4+nmu1/debian/control cupt-2.10.4+nmu2/debian/control
--- cupt-2.10.4+nmu1/debian/control     2020-06-07 20:52:19.000000000 +0000
+++ cupt-2.10.4+nmu2/debian/control     2024-01-30 18:09:11.000000000 +0000
@@ -36,18 +36,19 @@
 Section: debug
 Priority: optional
 Architecture: any
-Depends: libcupt4-2 (= ${binary:Version}) | cupt (= ${binary:Version}) |
+Depends: libcupt4-2t64 (= ${binary:Version}) | cupt (= ${binary:Version}) |
  libcupt4-2-downloadmethod-curl (= ${binary:Version}) |
  libcupt4-2-downloadmethod-wget (= ${binary:Version}),
  ${misc:Depends}
 Description: flexible package manager -- debugging symbols
  This package contains gdb debugging symbols for the Cupt packages.
 
-Package: libcupt4-2
+Package: libcupt4-2t64
+Replaces: libcupt4-2
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, libcupt-common (>= 
${source:Version})
-Breaks: dpkg (<< 1.17.11~), gpgv (<< 2~)
+Breaks: libcupt4-2 (<< ${source:Version}), dpkg (<< 1.17.11~), gpgv (<< 2~)
 Recommends: libcupt4-2-downloadmethod-curl | libcupt4-2-downloadmethod-wget, 
bzip2, gpgv, ed
 Suggests: cupt, lzma, xz-utils, debdelta (>= 0.31), dpkg-dev, dpkg-repack
 Description: flexible package manager -- runtime library
@@ -76,18 +77,18 @@
 Description: flexible package manager -- runtime library (support files)
  This package provides architecture-independent support parts for Cupt library.
  .
- See also description of libcupt4-2 package.
+ See also description of libcupt4-2t64 package.
 
 Package: libcupt4-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libcupt4-2 (= ${binary:Version})
+Depends: ${misc:Depends}, libcupt4-2t64 (= ${binary:Version})
 Conflicts: libcupt2-dev, libcupt3-dev
 Suggests: libcupt4-doc
 Description: flexible package manager -- development files
  This package provides headers for Cupt library.
  .
- See also description of libcupt4-2 package.
+ See also description of libcupt4-2t64 package.
 
 Package: libcupt4-doc
 Section: doc
@@ -96,11 +97,11 @@
 Description: flexible package manager -- library documentation
  This package provides documentation for Cupt library.
  .
- See also description of libcupt4-2 package.
+ See also description of libcupt4-2t64 package.
 
 Package: cupt
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libcupt4-2 (>= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libcupt4-2t64 (>= 
${binary:Version})
 Suggests: sensible-utils, libreadline7
 Description: flexible package manager -- console interface
  This package provides a console interface to Cupt library, which implements
@@ -139,7 +140,7 @@
  This package provides http(s) and ftp download handlers for Cupt library
  using libcurl.
  .
- See also description of libcupt4-2 package.
+ See also description of libcupt4-2t64 package.
 
 Package: libcupt4-2-downloadmethod-wget
 Architecture: any
@@ -148,4 +149,4 @@
  This package provides http(s) and ftp download handlers for Cupt library
  using wget.
  .
- See also description of libcupt4-2 package.
+ See also description of libcupt4-2t64 package.
diff -Nru cupt-2.10.4+nmu1/debian/libcupt4-2.install 
cupt-2.10.4+nmu2/debian/libcupt4-2.install
--- cupt-2.10.4+nmu1/debian/libcupt4-2.install  2019-11-10 09:53:34.000000000 
+0000
+++ cupt-2.10.4+nmu2/debian/libcupt4-2.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1,3 +0,0 @@
-usr/lib/libcupt4.so.2
-usr/lib/cupt4-2/downloadmethods/libdebdelta*
-usr/lib/cupt4-2/downloadmethods/libfile*
diff -Nru cupt-2.10.4+nmu1/debian/libcupt4-2.lintian-overrides 
cupt-2.10.4+nmu2/debian/libcupt4-2.lintian-overrides
--- cupt-2.10.4+nmu1/debian/libcupt4-2.lintian-overrides        2019-11-10 
09:53:34.000000000 +0000
+++ cupt-2.10.4+nmu2/debian/libcupt4-2.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-# Cupt reads package indices (including the dpkg status file) into memory every
-# time it starts. It's a first-above-dpkg level API. For speed and consistency,
-# scanning the files are done via read-only custom-buffered random access to
-# index files.
-binary: uses-dpkg-database-directly usr/lib/libcupt*so*
diff -Nru cupt-2.10.4+nmu1/debian/libcupt4-2.postinst 
cupt-2.10.4+nmu2/debian/libcupt4-2.postinst
--- cupt-2.10.4+nmu1/debian/libcupt4-2.postinst 2019-11-10 09:53:34.000000000 
+0000
+++ cupt-2.10.4+nmu2/debian/libcupt4-2.postinst 1970-01-01 00:00:00.000000000 
+0000
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ ! -e /var/lib/cupt ]; then
-       mkdir /var/lib/cupt
-fi
-
-#DEBHELPER#
-
diff -Nru cupt-2.10.4+nmu1/debian/libcupt4-2.postrm 
cupt-2.10.4+nmu2/debian/libcupt4-2.postrm
--- cupt-2.10.4+nmu1/debian/libcupt4-2.postrm   2019-11-10 09:53:34.000000000 
+0000
+++ cupt-2.10.4+nmu2/debian/libcupt4-2.postrm   1970-01-01 00:00:00.000000000 
+0000
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-       purge)
-               rm -rf /var/lib/cupt
-               rm -f /var/log/cupt.log*
-               ;;
-esac
-
-#DEBHELPER#
diff -Nru cupt-2.10.4+nmu1/debian/libcupt4-2.shlibs 
cupt-2.10.4+nmu2/debian/libcupt4-2.shlibs
--- cupt-2.10.4+nmu1/debian/libcupt4-2.shlibs   2019-11-10 09:53:34.000000000 
+0000
+++ cupt-2.10.4+nmu2/debian/libcupt4-2.shlibs   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-libcupt4 2 libcupt4-2 (>= 2.10.0~)
diff -Nru cupt-2.10.4+nmu1/debian/libcupt4-2t64.install 
cupt-2.10.4+nmu2/debian/libcupt4-2t64.install
--- cupt-2.10.4+nmu1/debian/libcupt4-2t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ cupt-2.10.4+nmu2/debian/libcupt4-2t64.install       2019-11-10 
09:53:34.000000000 +0000
@@ -0,0 +1,3 @@
+usr/lib/libcupt4.so.2
+usr/lib/cupt4-2/downloadmethods/libdebdelta*
+usr/lib/cupt4-2/downloadmethods/libfile*
diff -Nru cupt-2.10.4+nmu1/debian/libcupt4-2t64.lintian-overrides 
cupt-2.10.4+nmu2/debian/libcupt4-2t64.lintian-overrides
--- cupt-2.10.4+nmu1/debian/libcupt4-2t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ cupt-2.10.4+nmu2/debian/libcupt4-2t64.lintian-overrides     2024-01-30 
18:09:11.000000000 +0000
@@ -0,0 +1,6 @@
+# Cupt reads package indices (including the dpkg status file) into memory every
+# time it starts. It's a first-above-dpkg level API. For speed and consistency,
+# scanning the files are done via read-only custom-buffered random access to
+# index files.
+binary: uses-dpkg-database-directly usr/lib/libcupt*so*
+libcupt4-2t64: package-name-doesnt-match-sonames libcupt4-2
diff -Nru cupt-2.10.4+nmu1/debian/libcupt4-2t64.postinst 
cupt-2.10.4+nmu2/debian/libcupt4-2t64.postinst
--- cupt-2.10.4+nmu1/debian/libcupt4-2t64.postinst      1970-01-01 
00:00:00.000000000 +0000
+++ cupt-2.10.4+nmu2/debian/libcupt4-2t64.postinst      2019-11-10 
09:53:34.000000000 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if [ ! -e /var/lib/cupt ]; then
+       mkdir /var/lib/cupt
+fi
+
+#DEBHELPER#
+
diff -Nru cupt-2.10.4+nmu1/debian/libcupt4-2t64.postrm 
cupt-2.10.4+nmu2/debian/libcupt4-2t64.postrm
--- cupt-2.10.4+nmu1/debian/libcupt4-2t64.postrm        1970-01-01 
00:00:00.000000000 +0000
+++ cupt-2.10.4+nmu2/debian/libcupt4-2t64.postrm        2019-11-10 
09:53:34.000000000 +0000
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+       purge)
+               rm -rf /var/lib/cupt
+               rm -f /var/log/cupt.log*
+               ;;
+esac
+
+#DEBHELPER#
diff -Nru cupt-2.10.4+nmu1/debian/libcupt4-2t64.shlibs 
cupt-2.10.4+nmu2/debian/libcupt4-2t64.shlibs
--- cupt-2.10.4+nmu1/debian/libcupt4-2t64.shlibs        1970-01-01 
00:00:00.000000000 +0000
+++ cupt-2.10.4+nmu2/debian/libcupt4-2t64.shlibs        2024-01-30 
18:09:11.000000000 +0000
@@ -0,0 +1 @@
+libcupt4 2 libcupt4-2t64 (>= 2.10.0~)

--- End Message ---
--- Begin Message ---
Source: cupt
Source-Version: 2.10.4+nmu2
Done: Michael Hudson-Doyle <[email protected]>

We believe that the bug you reported is fixed in the latest version of
cupt, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Hudson-Doyle <[email protected]> (supplier of updated cupt 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 27 Feb 2024 23:18:16 +0000
Source: cupt
Architecture: source
Version: 2.10.4+nmu2
Distribution: unstable
Urgency: medium
Maintainer: Eugene V. Lyubimkin <[email protected]>
Changed-By: Michael Hudson-Doyle <[email protected]>
Closes: 1061989
Changes:
 cupt (2.10.4+nmu2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1061989
Checksums-Sha1:
 ce2153ea6af29c7831c0c9dce201099fb860f94f 2386 cupt_2.10.4+nmu2.dsc
 02d36b2c2c5d65382b10c82bc10f42017ebcf9c3 348688 cupt_2.10.4+nmu2.tar.xz
 85260e0d0886180bf32715caa871e80f4709cd62 9143 cupt_2.10.4+nmu2_source.buildinfo
Checksums-Sha256:
 e85673e67d044edec34c8e5a1b146ba4c97935c549b4a3bbed4d9f939ea7eab6 2386 
cupt_2.10.4+nmu2.dsc
 a413d986fbba7ed9d5805950a62b4effee5a6f108b11a9aa61eb6880ec0e5e6f 348688 
cupt_2.10.4+nmu2.tar.xz
 7f61e7b62a3e8fada5433e4ca8faba439e0dfc819806477e0c6d7a212515eefa 9143 
cupt_2.10.4+nmu2_source.buildinfo
Files:
 d708b0da13ed38c44605d9d797084888 2386 admin optional cupt_2.10.4+nmu2.dsc
 cd4b201d49a02e41e33a1a8e726e6f55 348688 admin optional cupt_2.10.4+nmu2.tar.xz
 80ce76085684b0c6c54395b2720e1608 9143 admin optional 
cupt_2.10.4+nmu2_source.buildinfo

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

iQJIBAEBCAAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXebgoUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJOuVRAAvQelelZk+nCiqjvQp+3NOLX6uvPo
vjYEMHqdmnAiGxyspl5NJWxfXIuEVHhCKn26frc5a2zWJx4YxlVVMEFkJU3LwIva
LhkvRUJdHzaERvL9I69q3J4GolxhZjf3EcREtjJLAmycrbIHvdlQienkEhEKSfsB
t7hatgxUtDYFxHCjXnwNBwT7sXp8vxBCCHzuhJim3op2kfvSISCGNZvi+KzdgIW0
x39fv7VX5tjo2E9VsMRC6JePQWQy4frB1kUCCC1m+3ghAA3+6HspUuyYmazGIGUd
35YZpFD7RVuHMTN7IZiccFYJmxBqj5pJTDyM5Qgi1bv4tmQiPZu/q8Oq32bqMze0
oAla3mQlTjr0DOMsXhq08TNBmu24vlQjEeGE4AbRPG5wBmi/xwL/nm08SRAlPhfv
8UC5o9+v4v4gu+L0a9BhZel5i31f7C3CucexhDenbDzmioQZAW6TCm0+axMAx4R1
Mz2y1ff6fPleMSQwQ9jQAlw5syl22cs6vvTRr0p0+16VgJeTp8Q8IVmur5MH/u59
8rM0bpxfHNiMDcvX0MEZ8ax63fWaSZMSAC6DTRlASlPmMlIKpOZ7f/5BuCcZ2lSI
muzh7J8r+5qkU96aXH0tAxpg+vx/Nr1uHMAtcXsifwmyKKeRgha7rwHxi/IAaaul
LrwUrM/IIl+aDB0=
=jye8
-----END PGP SIGNATURE-----

Attachment: pgpCFTz6UDEwc.pgp
Description: PGP signature


--- End Message ---

Reply via email to