Your message dated Thu, 29 Feb 2024 19:42:13 +0000
with message-id <[email protected]>
and subject line Bug#1063190: fixed in owncloud-client 4.2.0.11670+dfsg-1.1
has caused the Debian Bug report #1063190,
regarding owncloud-client: 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.)


-- 
1063190: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063190
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: owncloud-client
Version: 4.2.0.11670+dfsg-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
owncloud-client 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 owncloud-client
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.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, 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 owncloud-client-4.2.0.11670+dfsg/debian/changelog 
owncloud-client-4.2.0.11670+dfsg/debian/changelog
--- owncloud-client-4.2.0.11670+dfsg/debian/changelog   2023-09-26 
12:06:45.000000000 -0300
+++ owncloud-client-4.2.0.11670+dfsg/debian/changelog   2024-02-05 
13:23:51.000000000 -0300
@@ -1,3 +1,10 @@
+owncloud-client (4.2.0.11670+dfsg-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <[email protected]>  Mon, 05 Feb 2024 13:23:51 -0300
+
 owncloud-client (4.2.0.11670+dfsg-1) unstable; urgency=medium
 
   * New upstream release 4.2.0.11670+dfsg
diff -Nru owncloud-client-4.2.0.11670+dfsg/debian/control 
owncloud-client-4.2.0.11670+dfsg/debian/control
--- owncloud-client-4.2.0.11670+dfsg/debian/control     2023-09-14 
04:14:50.000000000 -0300
+++ owncloud-client-4.2.0.11670+dfsg/debian/control     2024-02-05 
13:23:51.000000000 -0300
@@ -35,7 +35,7 @@
 Package: owncloud-client
 Architecture: any
 Multi-Arch: no
-Depends: libowncloudsync0 (= ${binary:Version}),
+Depends: libowncloudsync0t64 (= ${binary:Version}),
          libqt5sql5-sqlite,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -52,12 +52,13 @@
  owncloud-client provides the graphical client specialising in
  synchronizing with cloud storage provided by ownCloud.
 
-Package: libowncloudsync0
+Package: libowncloudsync0t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Replaces: libocsync0
-Breaks: libocsync0
+Replaces: libowncloudsync0, libocsync0
+Breaks: libowncloudsync0 (<< ${source:Version}), libocsync0
 Section: libs
 Description: ownCloudSync folder synchronization - libraries
  The ownCloudSync system lets you always have your latest files wherever
@@ -72,7 +73,7 @@
 Package: libowncloudsync-dev
 Architecture: any
 Multi-Arch: same
-Depends: libowncloudsync0 (= ${binary:Version}), ${misc:Depends}
+Depends: libowncloudsync0t64 (= ${binary:Version}), ${misc:Depends}
 Replaces: libocsync-dev
 Breaks: libocsync-dev
 Section: libdevel
@@ -100,7 +101,7 @@
 
 Package: owncloud-client-cmd
 Architecture: any
-Depends: libowncloudsync0 (= ${binary:Version}),
+Depends: libowncloudsync0t64 (= ${binary:Version}),
          libqt5sql5-sqlite,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -119,7 +120,7 @@
 Multi-Arch: same
 Section: kde
 Depends: dolphin,
-         libowncloudsync0 (= ${binary:Version}),
+         libowncloudsync0t64 (= ${binary:Version}),
          owncloud-client,
          ${misc:Depends},
          ${shlibs:Depends}
diff -Nru owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.install 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.install
--- owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.install    
2023-09-14 03:59:00.000000000 -0300
+++ owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.install    
1969-12-31 21:00:00.000000000 -0300
@@ -1,6 +0,0 @@
-usr/lib/*/libowncloudsync.so.*
-usr/lib/*/libowncloudResources.so.*
-usr/lib/*/libowncloud_csync.so.*
-usr/lib/*/qt5/plugins/owncloudsync_vfs_suffix.so
-usr/lib/*/qt5/plugins/owncloudsync_vfs_off.so
-usr/lib/*/cmake
diff -Nru 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.lintian-overrides 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.lintian-overrides
--- owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.lintian-overrides  
2023-09-14 03:59:00.000000000 -0300
+++ owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.lintian-overrides  
1969-12-31 21:00:00.000000000 -0300
@@ -1,2 +0,0 @@
-#The lib is so unstable, that it makes no sense to ship symbolfiles
-libowncloudsync0: no-symbols-control-file usr/lib/*/libowncloudsync.so.*
diff -Nru owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.install 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.install
--- owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.install 
1969-12-31 21:00:00.000000000 -0300
+++ owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.install 
2023-09-14 03:59:00.000000000 -0300
@@ -0,0 +1,6 @@
+usr/lib/*/libowncloudsync.so.*
+usr/lib/*/libowncloudResources.so.*
+usr/lib/*/libowncloud_csync.so.*
+usr/lib/*/qt5/plugins/owncloudsync_vfs_suffix.so
+usr/lib/*/qt5/plugins/owncloudsync_vfs_off.so
+usr/lib/*/cmake
diff -Nru 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.lintian-overrides 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.lintian-overrides
--- 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.lintian-overrides   
    1969-12-31 21:00:00.000000000 -0300
+++ 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.lintian-overrides   
    2024-02-05 13:23:51.000000000 -0300
@@ -0,0 +1,3 @@
+#The lib is so unstable, that it makes no sense to ship symbolfiles
+libowncloudsync0t64: no-symbols-control-file usr/lib/*/libowncloudsync.so.*
+libowncloudsync0t64: package-name-doesnt-match-sonames libowncloudsync0

--- End Message ---
--- Begin Message ---
Source: owncloud-client
Source-Version: 4.2.0.11670+dfsg-1.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
owncloud-client, 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 owncloud-client 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: Thu, 29 Feb 2024 19:10:12 +0000
Source: owncloud-client
Architecture: source
Version: 4.2.0.11670+dfsg-1.1
Distribution: unstable
Urgency: medium
Maintainer: ownCloud for Debian maintainers 
<[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1063190
Changes:
 owncloud-client (4.2.0.11670+dfsg-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063190
Checksums-Sha1:
 d7824c4c6e76fa50d235ac58145327a52d7f197d 3012 
owncloud-client_4.2.0.11670+dfsg-1.1.dsc
 280a2840a2d1c1126dccdfa9d2ebcc4a6ab8261a 20744 
owncloud-client_4.2.0.11670+dfsg-1.1.debian.tar.xz
 1961f6f8acb656e065581be6d365cc16fd06f9f9 20009 
owncloud-client_4.2.0.11670+dfsg-1.1_source.buildinfo
Checksums-Sha256:
 8764628ecb8fa669e561ce2f211efcf23ef7712755097ee16f06e513903ae207 3012 
owncloud-client_4.2.0.11670+dfsg-1.1.dsc
 8abd00118dbce61e078fbe1d60b59cb8434547e9a77d7c301188d142c06e9925 20744 
owncloud-client_4.2.0.11670+dfsg-1.1.debian.tar.xz
 8879eba5a9fb5613a86830b82b170b32b052505c5f339aea9408c1a766ceb149 20009 
owncloud-client_4.2.0.11670+dfsg-1.1_source.buildinfo
Files:
 0e5acd11d78f901e50de80c912614c11 3012 net optional 
owncloud-client_4.2.0.11670+dfsg-1.1.dsc
 aef5ef6255a7241c1173fa0dc653d088 20744 net optional 
owncloud-client_4.2.0.11670+dfsg-1.1.debian.tar.xz
 5c221d5a859f668d06c2e1c08477b3c9 20009 net optional 
owncloud-client_4.2.0.11670+dfsg-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg1xEACgkQFZ61xO/I
d0zVvg//Yvy4yDwNzKotb2+rSqrnStXWnStTQ/HM1O1XTKn++8VoLX7PppyuScQP
CBMi1yWHRTaLP21w3G5A93hBP2/NeK+JDR4p0Ktb3Ru6F3wfSQChd1K+++tgpy9t
dE9F5Oq9XbYcukUvCrPcwc/h2Dfw+HpUnJ3WmdNylPl3zZPYsyQ9f267aeg8R6to
Sf5QlUimEKMIKD9ZExn8jdmu8siiJPGDxrKvVtuA0ogf7IJkw+LoLZD5n6nMUtLq
HTV9rk2A7WIXU2jjJqb7E5UbtGbcLoic1ly9pALmgjcON+7mmnlo6uVjPHdUmSk4
hzTfzZ+4rjkWVdufCazNN8aridch7Ee6tDOje5Jj4MYIh7q0KCiBLsu6R4+0Mstw
I1iKqKgH8BsO3i+sp47DXBu51kS9VQVnklBFsjgGJOKbSLo2GHsJzQa6KQG9MRFB
sHhbHikYnl9bzKMTFcgG3MiYAnU/Cb6TrTgwioJXUictCJjs6rW0Pb7j/pMObZte
OfIu/LzBQHXCSnQUsym9PQblKgzF84Fz4tybsqlL0DG1I037sc8Z2bWrD5kpJFjY
rA06hnFq8xrov07tTxytMAhb7t8FIblGH1Wfz8Fsrau7euAeAkpujfLsv7/kw7Gt
bLzru8au6ateukv+y49q0hTT35Os091EdN5rI3rPFE4YnyisN10=
=tPSX
-----END PGP SIGNATURE-----

Attachment: pgpOqoPiSKzMn.pgp
Description: PGP signature


--- End Message ---

Reply via email to