Your message dated Thu, 21 Mar 2024 13:04:28 +0000
with message-id <e1rni5s-00bilc...@fasolo.debian.org>
and subject line Bug#1062010: fixed in dar 2.7.13-6
has caused the Debian Bug report #1062010,
regarding dar: 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.)


-- 
1062010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062010
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dar
Version: 2.7.13-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@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
dar 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 dar
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 dar-2.7.13/debian/changelog dar-2.7.13/debian/changelog
--- dar-2.7.13/debian/changelog 2023-11-08 12:07:15.000000000 +0000
+++ dar-2.7.13/debian/changelog 2024-01-30 21:43:50.000000000 +0000
@@ -1,3 +1,10 @@
+dar (2.7.13-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org>  Tue, 30 Jan 2024 21:43:50 +0000
+
 dar (2.7.13-2) unstable; urgency=medium
 
   * Change build-dep on python3-all-dev to python3-dev.  Closes: #1055500.
diff -Nru dar-2.7.13/debian/control dar-2.7.13/debian/control
--- dar-2.7.13/debian/control   2023-11-08 12:07:15.000000000 +0000
+++ dar-2.7.13/debian/control   2024-01-30 21:43:50.000000000 +0000
@@ -19,7 +19,7 @@
 Package: libdar-dev
 Section: libdevel
 Architecture: any
-Depends: libdar64-6000 (= ${binary:Version}), ${misc:Depends}, zlib1g-dev,
+Depends: libdar64-6000t64 (= ${binary:Version}), ${misc:Depends}, zlib1g-dev,
  libbz2-dev, libzstd-dev, liblzo2-dev, liblzma-dev, liblz4-dev,
  libgcrypt20-dev, libgpg-error-dev, libassuan-dev, libargon2-dev
 Description: Disk ARchive: Development files for shared library
@@ -36,7 +36,10 @@
  compression, ATTR/ACL support. DAR also supports Pipes for remote
  operations, including with ssh.
 
-Package: libdar64-6000
+Package: libdar64-6000t64
+Provides: ${t64:Provides}
+Replaces: libdar64-6000
+Breaks: libdar64-6000 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -61,7 +64,7 @@
 
 Package: dar
 Architecture: any
-Depends: libdar64-6000 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
+Depends: libdar64-6000t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Suggests: par2, dar-docs
 Description: Disk ARchive: Backup directory tree and files
  Full featured archiver with support for differential backups, slices,
diff -Nru dar-2.7.13/debian/libdar64-6000.dirs 
dar-2.7.13/debian/libdar64-6000.dirs
--- dar-2.7.13/debian/libdar64-6000.dirs        2023-09-11 12:53:53.000000000 
+0000
+++ dar-2.7.13/debian/libdar64-6000.dirs        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru dar-2.7.13/debian/libdar64-6000.install 
dar-2.7.13/debian/libdar64-6000.install
--- dar-2.7.13/debian/libdar64-6000.install     2023-09-11 12:53:53.000000000 
+0000
+++ dar-2.7.13/debian/libdar64-6000.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-usr/lib/*/libdar64.so.6000.*
-usr/lib/*/libdar64.so.*
diff -Nru dar-2.7.13/debian/libdar64-6000t64.dirs 
dar-2.7.13/debian/libdar64-6000t64.dirs
--- dar-2.7.13/debian/libdar64-6000t64.dirs     1970-01-01 00:00:00.000000000 
+0000
+++ dar-2.7.13/debian/libdar64-6000t64.dirs     2023-09-11 12:53:53.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru dar-2.7.13/debian/libdar64-6000t64.install 
dar-2.7.13/debian/libdar64-6000t64.install
--- dar-2.7.13/debian/libdar64-6000t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ dar-2.7.13/debian/libdar64-6000t64.install  2023-09-11 12:53:53.000000000 
+0000
@@ -0,0 +1,2 @@
+usr/lib/*/libdar64.so.6000.*
+usr/lib/*/libdar64.so.*
diff -Nru dar-2.7.13/debian/libdar64-6000t64.lintian-overrides 
dar-2.7.13/debian/libdar64-6000t64.lintian-overrides
--- dar-2.7.13/debian/libdar64-6000t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ dar-2.7.13/debian/libdar64-6000t64.lintian-overrides        2024-01-30 
21:43:50.000000000 +0000
@@ -0,0 +1 @@
+libdar64-6000t64: package-name-doesnt-match-sonames libdar64-6000

--- End Message ---
--- Begin Message ---
Source: dar
Source-Version: 2.7.13-6
Done: John Goerzen <jgoer...@complete.org>

We believe that the bug you reported is fixed in the latest version of
dar, 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.
John Goerzen <jgoer...@complete.org> (supplier of updated dar 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, 21 Mar 2024 07:29:04 -0500
Source: dar
Architecture: source
Version: 2.7.13-6
Distribution: unstable
Urgency: medium
Maintainer: John Goerzen <jgoer...@complete.org>
Changed-By: John Goerzen <jgoer...@complete.org>
Closes: 1062010
Changes:
 dar (2.7.13-6) unstable; urgency=medium
 .
   * Ack NMU.  Closes: #1062010.
Checksums-Sha1:
 673a79079b863b82f9eab45faafce222c368dcba 2448 dar_2.7.13-6.dsc
 e352521f5472061aaacd213da547417ddcd4db14 10192 dar_2.7.13-6.debian.tar.xz
 349ee4fe6dbec39938ceeadc0084629f0a57d043 10174 dar_2.7.13-6_source.buildinfo
Checksums-Sha256:
 f268ba561bdf1c901469f66eb49544ac5458c7ec4277d2dabdf8936e2e897cc7 2448 
dar_2.7.13-6.dsc
 3d4a79a1346eb313393144c0872ffbc143742e9a4e3a9740acc8b9e231a64575 10192 
dar_2.7.13-6.debian.tar.xz
 a51602fd262e69a57a2b6a236d7b41488bbd264f6b2edd6e16f3cfa015a42f4c 10174 
dar_2.7.13-6_source.buildinfo
Files:
 5d94fc50c46c67b2a2b39cd3c462b315 2448 utils optional dar_2.7.13-6.dsc
 96b06cf77bf4f1d2377c92a056701905 10192 utils optional 
dar_2.7.13-6.debian.tar.xz
 2b474481ec7da8477dfd485962157171 10174 utils optional 
dar_2.7.13-6_source.buildinfo

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

iQIzBAEBCgAdFiEEJ217d7abdWx8toZp3Sn4hEKDntMFAmX8LqcACgkQ3Sn4hEKD
ntOsAg/+KWsJ7dtotraMozhySmbkolpcAJcuTgCj1MCwl/ikEnsPuzHSAHcHcNP6
ZlYjMQuBdJwvCttXZRbHd1yRh8PN9wd7GUIHHXhqedter2EdJXrKK6CpJtsgIZBc
Znzdj38Rexl/O7LrYjKtBkVVZPyGZ7rJ9hhSavIUdZ0tvz2k5EZwn4i81wRwYQKU
c7nMgkdxyiWvFDAFc0Cc/guxGQUgKmsczlrCIoBVRj0tejL8P/Ti80ZqnykwiC8Y
VRsphzhPaqdXuVwLP9sDoLCNRcRbOi3YmKZ0oF4yaF8JIjE+7bQcTJqBIzb0dEh7
E5mmLFsMBrBc++2JTBRUndxshuypgLGMPDUhB/IgxTQsvcGd4Hgro1uB7WQ3yoeF
DV/XF6XG3lFGQPVFk4buB6zNzEQN1o4ysiF7OR/dV1xs1j5gfYrOyqpU5FlN4fzU
KRUbfttET7ROpjfxNFpUL027uK26QKm/E8xVtfzHhrUbdVz+Z+54Hea0raiUapL+
m9HgYOBChm57AvC/vkcSsalIv+kUwGl5OPWgT0k3OPp4QIlc+T6RteZ0rmfMMfC5
iotrmd4Vsx+yJi6KHKrnBnez9RB8kCqh7F5Jmdq5X6T2l81GQevDNB1PF3JAN/OR
ObxObNBZ179xB0I2j8I/Sok8TWMJQZo4zFVLEhE64iHwAqHcPgE=
=+X4k
-----END PGP SIGNATURE-----

Attachment: pgpqTe5s_72ou.pgp
Description: PGP signature


--- End Message ---

Reply via email to