Your message dated Thu, 11 Jul 2024 06:03:22 +0000
with message-id <e1srmtm-000w0n...@fasolo.debian.org>
and subject line Bug#1063190: fixed in owncloud-client 5.2.1.13040+dfsg-3
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 ow...@bugs.debian.org
immediately.)
--
1063190: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063190
Debian Bug Tracking System
Contact ow...@bugs.debian.org 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: 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
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 <kanash...@debian.org> 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: 5.2.1.13040+dfsg-3
Done: Agustin Martin Domingo <agmar...@debian.org>
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 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Agustin Martin Domingo <agmar...@debian.org> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 09 Jul 2024 16:25:57 +0200
Source: owncloud-client
Binary: libowncloudsync-dev libowncloudsync0t64 libowncloudsync0t64-dbgsym
owncloud-client owncloud-client-cmd owncloud-client-cmd-dbgsym
owncloud-client-data owncloud-client-dbgsym
Architecture: source amd64 all
Version: 5.2.1.13040+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: ownCloud for Debian maintainers
<pkg-owncloud-maintain...@lists.alioth.debian.org>
Changed-By: Agustin Martin Domingo <agmar...@debian.org>
Description:
libowncloudsync-dev - development files for owncloudsync
libowncloudsync0t64 - ownCloudSync folder synchronization - libraries
owncloud-client - folder synchronization with an ownCloud server - GUI
owncloud-client-cmd - folder synchronization with an ownCloud server - cmd
client
owncloud-client-data - ownCloudSync folder synchronization - shared data
Closes: 1063190
Changes:
owncloud-client (5.2.1.13040+dfsg-3) unstable; urgency=medium
.
* Team upload.
* Rename libraries for 64-bit time_t transition (Closes: #1063190)
Checksums-Sha1:
70dca252039fdd6169e9a64c6a8980d9a73fe8e3 2603
owncloud-client_5.2.1.13040+dfsg-3.dsc
6d675201cb71e95264ea9c20e17246383a8b12e5 19784
owncloud-client_5.2.1.13040+dfsg-3.debian.tar.xz
ffbb2d85a1e957bb542f781b7681750ce1e32e84 70952
libowncloudsync-dev_5.2.1.13040+dfsg-3_amd64.deb
c0bb03c9bc3f0fac56f0a4b5374d97915d8a14f1 15418008
libowncloudsync0t64-dbgsym_5.2.1.13040+dfsg-3_amd64.deb
d350d1a40b6044d22bd38e81721361e5134068b0 1328088
libowncloudsync0t64_5.2.1.13040+dfsg-3_amd64.deb
fa52e28c6d9b19de99f4585a75f2937d8cd29f9d 764704
owncloud-client-cmd-dbgsym_5.2.1.13040+dfsg-3_amd64.deb
ec5110bb95b6d7f0d54d4841b8690984472a1734 93552
owncloud-client-cmd_5.2.1.13040+dfsg-3_amd64.deb
7d416b461b658b3298844a57c15d42800d6d5f1a 194792
owncloud-client-data_5.2.1.13040+dfsg-3_all.deb
0db31026c9b6522f9462810103ab4e910114b91e 20985540
owncloud-client-dbgsym_5.2.1.13040+dfsg-3_amd64.deb
f55efd8c90aa9722d4e6d5d03fb0f9370bd63332 14451
owncloud-client_5.2.1.13040+dfsg-3_amd64.buildinfo
53312f6e69ae44aa507c8147998088abe8859764 673520
owncloud-client_5.2.1.13040+dfsg-3_amd64.deb
Checksums-Sha256:
1b23e759258ac82f1038fda289d6bfc440527f4a51a34f342d4979e5e382aace 2603
owncloud-client_5.2.1.13040+dfsg-3.dsc
e6d3f3e53414b80a7481e8d17f317fa6ce19ad478af6f1f3654cc30bf5a3fa15 19784
owncloud-client_5.2.1.13040+dfsg-3.debian.tar.xz
b92f75bf446e89fe341c65e665099d7a9c4f30c37e9a5830252fbc61a1e63696 70952
libowncloudsync-dev_5.2.1.13040+dfsg-3_amd64.deb
62461efb08d184baa350c0d6a4a64e5246bd9aaa43c74f9cd087abff0d318169 15418008
libowncloudsync0t64-dbgsym_5.2.1.13040+dfsg-3_amd64.deb
c43026d2e0ef9e174fe9372c16487a3de51666ca1f58888cbd0121832eb4f73c 1328088
libowncloudsync0t64_5.2.1.13040+dfsg-3_amd64.deb
4a7a35306be48b754fdb0653d2bbe23b56a5cdb2becd4452494b372347099075 764704
owncloud-client-cmd-dbgsym_5.2.1.13040+dfsg-3_amd64.deb
3b557f2090f2e3eb71639c00e9e3d634e1bca54223f96e3b4665c4c70eddde2c 93552
owncloud-client-cmd_5.2.1.13040+dfsg-3_amd64.deb
52ae62c291563dd20783385ae96c053ed492c4fc90e2061ea19b024dab869b1a 194792
owncloud-client-data_5.2.1.13040+dfsg-3_all.deb
8cacfea904da998eb318f7090c6104c35899646d9c92b32a47bc977cdfece251 20985540
owncloud-client-dbgsym_5.2.1.13040+dfsg-3_amd64.deb
2e4c2dcdf10e501d2551f5b716cd18567674e2d5eafd3619df2620a3a99de6aa 14451
owncloud-client_5.2.1.13040+dfsg-3_amd64.buildinfo
c04a1c37193acce5e3068e27e31154199f5ae04b57fb19098c672fe250c328fc 673520
owncloud-client_5.2.1.13040+dfsg-3_amd64.deb
Files:
65d24c0fc591b8357e400afc97b55e6b 2603 net optional
owncloud-client_5.2.1.13040+dfsg-3.dsc
b51b1a427d4c3eb0ed84ddd1645a39c7 19784 net optional
owncloud-client_5.2.1.13040+dfsg-3.debian.tar.xz
7a0ff2fb90d53ef3cc7c638615b83cdc 70952 libdevel optional
libowncloudsync-dev_5.2.1.13040+dfsg-3_amd64.deb
9e99ed7b44e5f1c9a1d3f1dcd350199f 15418008 debug optional
libowncloudsync0t64-dbgsym_5.2.1.13040+dfsg-3_amd64.deb
395498e8fa6d517d0a42b7c86682409e 1328088 libs optional
libowncloudsync0t64_5.2.1.13040+dfsg-3_amd64.deb
10d17fae6abf2ccca8e6a54b3df0d8f1 764704 debug optional
owncloud-client-cmd-dbgsym_5.2.1.13040+dfsg-3_amd64.deb
99b91e541d5156b9294cf6ff561349aa 93552 net optional
owncloud-client-cmd_5.2.1.13040+dfsg-3_amd64.deb
ac95e3eb3bc8f6dd6dfd01ca7be0fdac 194792 net optional
owncloud-client-data_5.2.1.13040+dfsg-3_all.deb
916cf43d47a74707381c13b512dd2b51 20985540 debug optional
owncloud-client-dbgsym_5.2.1.13040+dfsg-3_amd64.deb
c6f4416cc2dc4e125737b0bfd05addf3 14451 net optional
owncloud-client_5.2.1.13040+dfsg-3_amd64.buildinfo
d28a2c6082f0a7569556bd09765bbb0d 673520 net optional
owncloud-client_5.2.1.13040+dfsg-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEEehey7p+gYd346SEFJrCLeiggvwFAmaNT44ACgkQFJrCLeig
gvyGkQ/+PeC2jy+R1yfMqE1oXX4mUgtDBo4+A8Aft2j/YXdALczUqDTRgpQGwWTY
aYoEc/h7xVl+/6gkygNpkp6vucS8VJwNJxyFdXl6u9OEg5+eORVHrnGC1EZOmKCH
u3ygPgK9xitAU0eZs+XmIdG0LI4vLs7NOhj7uOq8nexQ4SLgXQ2EtsX8nwiuLNJW
h5ZNqzJUl+mSKSUw7mdBkAZHl4Zu3q9MKP3pgUi3Q/VGaSB+0v2OzV3NTVy/K7Bj
eni2DVrzcnrkAyabyXs8Yqr0gNtiC/WSopwEIznlsekWYI0K9XA5VSpDn5GADkNJ
zYg8PTD7dIj0Y/K6tTuKZYAzV7S+KrBwti9vn3tk/cVi5hCuo0n5wqNp3eG7Zn6n
nr86BT/lJta4IX2ZXQp/5Xbebrr11Sdctbpg8oYy/gLqhTQBW4k0o8Y/PZO58zhQ
tk4fpQBtGHDtIkS9iH0N93JE8KluAp2cYk+cmIir+SNVifUMga8rD2Wo8P2MS5aN
wh3E3UeJ5sxIBFkOJnrCjCW1V5Wa4XQR0yQ+B+zvUgaQtnnZo8oDoD6aBmiBJA9q
geU1pefJA4dlnFu+VmlXfnlqKhhG0XjgKFu6TNujyE1AhE2e5JIcORT1CUpXxrhh
6EhMzws6mHj26Xh26itDtTwMQ6GoBs4dtGS/BnMDk1r2CfnKSv8=
=FnN/
-----END PGP SIGNATURE-----
pgpJCKxsSPaM9.pgp
Description: PGP signature
--- End Message ---