Your message dated Thu, 29 Feb 2024 01:06:06 +0000
with message-id <[email protected]>
and subject line Bug#1063172: fixed in nextcloud-desktop 3.11.0-1.1
has caused the Debian Bug report #1063172,
regarding nextcloud-desktop: 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.)


-- 
1063172: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063172
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nextcloud-desktop
Version: 3.11.0-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
nextcloud-desktop 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 nextcloud-desktop
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/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru nextcloud-desktop-3.11.0/debian/.gitignore 
nextcloud-desktop-3.11.0/debian/.gitignore
--- nextcloud-desktop-3.11.0/debian/.gitignore  2023-12-12 11:42:22.000000000 
+0000
+++ nextcloud-desktop-3.11.0/debian/.gitignore  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-files
diff -Nru nextcloud-desktop-3.11.0/debian/changelog 
nextcloud-desktop-3.11.0/debian/changelog
--- nextcloud-desktop-3.11.0/debian/changelog   2023-12-12 11:42:22.000000000 
+0000
+++ nextcloud-desktop-3.11.0/debian/changelog   2024-02-05 15:31:47.000000000 
+0000
@@ -1,3 +1,10 @@
+nextcloud-desktop (3.11.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]>  Mon, 05 Feb 2024 15:31:47 +0000
+
 nextcloud-desktop (3.11.0-1) unstable; urgency=medium
 
   [ Michael Biebl ]
diff -Nru nextcloud-desktop-3.11.0/debian/control 
nextcloud-desktop-3.11.0/debian/control
--- nextcloud-desktop-3.11.0/debian/control     2023-12-12 11:42:22.000000000 
+0000
+++ nextcloud-desktop-3.11.0/debian/control     2024-02-05 15:31:47.000000000 
+0000
@@ -44,7 +44,7 @@
 
 Package: nextcloud-desktop
 Architecture: any
-Depends: libnextcloudsync0 (= ${binary:Version}),
+Depends: libnextcloudsync0t64 (= ${binary:Version}),
          libqt5sql5-sqlite,
          nextcloud-desktop-common,
          nextcloud-desktop-l10n,
@@ -84,7 +84,10 @@
  .
  This package provides the documentation.
 
-Package: libnextcloudsync0
+Package: libnextcloudsync0t64
+Provides: ${t64:Provides}
+Replaces: libnextcloudsync0
+Breaks: libnextcloudsync0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -101,7 +104,7 @@
 Package: libnextcloudsync-dev
 Architecture: any
 Multi-Arch: same
-Depends: libnextcloudsync0 (= ${binary:Version}), ${misc:Depends}
+Depends: libnextcloudsync0t64 (= ${binary:Version}), ${misc:Depends}
 Section: libdevel
 Description: Nextcloud folder synchronization - development files
  The Nextcloud desktop app lets you always have your latest files wherever
@@ -141,7 +144,7 @@
 
 Package: nextcloud-desktop-cmd
 Architecture: any
-Depends: libnextcloudsync0 (= ${binary:Version}),
+Depends: libnextcloudsync0t64 (= ${binary:Version}),
          libqt5sql5-sqlite,
          nextcloud-desktop-common,
          nextcloud-desktop-l10n,
@@ -162,7 +165,7 @@
 Multi-Arch: same
 Section: kde
 Depends: dolphin (>= 4:15.12.1),
-         libnextcloudsync0 (= ${binary:Version}),
+         libnextcloudsync0t64 (= ${binary:Version}),
          nextcloud-desktop,
          ${misc:Depends},
          ${shlibs:Depends}
diff -Nru nextcloud-desktop-3.11.0/debian/libnextcloudsync0.install 
nextcloud-desktop-3.11.0/debian/libnextcloudsync0.install
--- nextcloud-desktop-3.11.0/debian/libnextcloudsync0.install   2023-12-12 
11:42:22.000000000 +0000
+++ nextcloud-desktop-3.11.0/debian/libnextcloudsync0.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libnextcloudsync.so.*
-usr/lib/*/libnextcloud_csync.so.*
diff -Nru nextcloud-desktop-3.11.0/debian/libnextcloudsync0.lintian-overrides 
nextcloud-desktop-3.11.0/debian/libnextcloudsync0.lintian-overrides
--- nextcloud-desktop-3.11.0/debian/libnextcloudsync0.lintian-overrides 
2023-12-12 11:42:22.000000000 +0000
+++ nextcloud-desktop-3.11.0/debian/libnextcloudsync0.lintian-overrides 
1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-# libnextcloud isn't used outside this package, so we ship no symbol file
-libnextcloudsync0: no-symbols-control-file usr/lib/*/libnextcloudsync.so.*
-libnextcloudsync0: no-symbols-control-file usr/lib/*/libnextcloud_csync.so.*
diff -Nru nextcloud-desktop-3.11.0/debian/libnextcloudsync0t64.install 
nextcloud-desktop-3.11.0/debian/libnextcloudsync0t64.install
--- nextcloud-desktop-3.11.0/debian/libnextcloudsync0t64.install        
1970-01-01 00:00:00.000000000 +0000
+++ nextcloud-desktop-3.11.0/debian/libnextcloudsync0t64.install        
2023-12-12 11:42:22.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libnextcloudsync.so.*
+usr/lib/*/libnextcloud_csync.so.*
diff -Nru 
nextcloud-desktop-3.11.0/debian/libnextcloudsync0t64.lintian-overrides 
nextcloud-desktop-3.11.0/debian/libnextcloudsync0t64.lintian-overrides
--- nextcloud-desktop-3.11.0/debian/libnextcloudsync0t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ nextcloud-desktop-3.11.0/debian/libnextcloudsync0t64.lintian-overrides      
2024-02-05 15:31:47.000000000 +0000
@@ -0,0 +1,4 @@
+# libnextcloud isn't used outside this package, so we ship no symbol file
+libnextcloudsync0t64: no-symbols-control-file usr/lib/*/libnextcloudsync.so.*
+libnextcloudsync0t64: no-symbols-control-file usr/lib/*/libnextcloud_csync.so.*
+libnextcloudsync0t64: package-name-doesnt-match-sonames libnextcloudsync0

--- End Message ---
--- Begin Message ---
Source: nextcloud-desktop
Source-Version: 3.11.0-1.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
nextcloud-desktop, 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.
Benjamin Drung <[email protected]> (supplier of updated nextcloud-desktop 
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: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 22:52:48 +0000
Source: nextcloud-desktop
Architecture: source
Version: 3.11.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: ownCloud for Debian maintainers 
<[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1063172
Changes:
 nextcloud-desktop (3.11.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063172
Checksums-Sha1:
 5d7c0f38986a8bbd3a07aff7e2ae5ab2c4f6a2ca 3486 nextcloud-desktop_3.11.0-1.1.dsc
 7265feaa8396175b0b81bd3db8f941e2f50bf1cc 14520 
nextcloud-desktop_3.11.0-1.1.debian.tar.xz
 391ebb3f1b511b883e0c8a1965c01700d218e248 21496 
nextcloud-desktop_3.11.0-1.1_source.buildinfo
Checksums-Sha256:
 c215efdfed16e6c3ae03fbe3150601495c70db85a6c25f1075a3270f49bbe290 3486 
nextcloud-desktop_3.11.0-1.1.dsc
 b303fd9f838a8b52fbc86c8ab218bc8092290478af3236dfc2af4eb465b72d01 14520 
nextcloud-desktop_3.11.0-1.1.debian.tar.xz
 d1851ae6be878fc55cb99b6964b243bad7320d687bb9284aa2fea164c2ac4273 21496 
nextcloud-desktop_3.11.0-1.1_source.buildinfo
Files:
 21ac35f3ff8fc6d109e4c4852d85b47d 3486 net optional 
nextcloud-desktop_3.11.0-1.1.dsc
 c4664d5a3539eaf52020cc9e021493ac 14520 net optional 
nextcloud-desktop_3.11.0-1.1.debian.tar.xz
 1e1fecdf25afada5f8baeec63cfd5b90 21496 net optional 
nextcloud-desktop_3.11.0-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfucQACgkQFZ61xO/I
d0xzPQ//fvTQ3uqdaMLMouF8JNxIyIkPQUHJN1fR5DT6a8ik9a1//5P4xuA0nplB
eVpd8d5GSLpO3MboVWE7NrsasgXQmaWE4fHRCa5Twa26BfRELQ/gC6v3kncArmoz
7GFhRx9qdai3abl0QcfFkDcx2ZXHd3tqqvSSo1sjJ14RojzJuO96X1nN7/ocGpXN
VJba2HHWIz9Z4xfTxNjlp6EIkltQuPtVIhCUc1pAh/ZaOgMvU/2tpjJCmFZRtp96
FJiLRL58pIK0yppm9bincEz4z7krPu0Ar8ajTtJoLdF7MLo2Jl/jtFJlOR1p+kwM
ACnWOCYQlLyB5BNGKxs5tYHtxo8SSbpFe+lewGsfsGfxkWR9picwgK8pOUPAN/W8
touDsPW2ZrZbV2IjBdp5nABPvVjpTAF4gEvswQcnShcFlLIRVBmvaHJVOB3Xt170
newxAHFhd4Ex7LF9dU6lGkDl/ghJeFgiWWs1pUCWDC/irjQV7y9A1Tq5MKE9YcWj
T+5jSiwB8HkXVPxeqPM8vNotNSOtlyMHLL0bC0TwXjQtfXX5iuOTap3c1e4Lg1kF
1GqhfCxnHr6m0MLWdwnX6wb4dLCik9JFDE6j3DPjzhfsPQFoMx82hNDbvmYsNtCi
LZwFSzEZASSmqqHg996HDcfgaV7btnMaFctkOBYw2fMD3mKhujc=
=nXy1
-----END PGP SIGNATURE-----

Attachment: pgp4ywevFnoeq.pgp
Description: PGP signature


--- End Message ---

Reply via email to