Raspbian automatic forward porter [Mon, 9 Sep 2024 18:56:25 +0000 (19:56 +0100)]
Merge version 5.115.0-6+rpi1 and 5.115.0-8 to produce 5.115.0-8+rpi1
Aurélien COUDERC [Sun, 18 Aug 2024 14:18:55 +0000 (16:18 +0200)]
Merge kio (5.115.0-8) import into refs/heads/workingbranch
Kevin Ottens [Fri, 5 Jan 2024 10:51:49 +0000 (11:51 +0100)]
[PATCH] Don't leak file descriptors when spawning new workers
By default we inherit file descriptors from the parent in
the worker process. This is a leak of resources since the
worker won't be able to do anything with them. Also, in
the case of CIFS this causes locks which might lead to bad
surprises in the parent process.
Gbp-Pq: Name fix_cifs_file_locks.patch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Sun, 18 Aug 2024 14:18:55 +0000 (16:18 +0200)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Aurélien COUDERC [Sun, 18 Aug 2024 14:18:55 +0000 (16:18 +0200)]
kio (5.115.0-8) unstable; urgency=medium
[ Aurélien COUDERC ]
* Release to unstable.
[dgit import unpatched kio 5.115.0-8]
Aurélien COUDERC [Sun, 18 Aug 2024 14:18:55 +0000 (16:18 +0200)]
Import kio_5.115.0-8.debian.tar.xz
[dgit import tarball kio 5.115.0-8 kio_5.115.0-8.debian.tar.xz]
Raspbian automatic forward porter [Sat, 15 Jun 2024 22:55:57 +0000 (23:55 +0100)]
Merge version 5.107.0-1+rpi1 and 5.115.0-6 to produce 5.115.0-6+rpi1
Aurélien COUDERC [Thu, 23 May 2024 21:34:42 +0000 (23:34 +0200)]
Merge kio (5.115.0-6) import into refs/heads/workingbranch
Kevin Ottens [Fri, 5 Jan 2024 10:51:49 +0000 (11:51 +0100)]
[PATCH] Don't leak file descriptors when spawning new workers
By default we inherit file descriptors from the parent in
the worker process. This is a leak of resources since the
worker won't be able to do anything with them. Also, in
the case of CIFS this causes locks which might lead to bad
surprises in the parent process.
Gbp-Pq: Name fix_cifs_file_locks.patch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Thu, 23 May 2024 21:34:42 +0000 (23:34 +0200)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Aurélien COUDERC [Thu, 23 May 2024 21:34:42 +0000 (23:34 +0200)]
kio (5.115.0-6) unstable; urgency=medium
[ Aurélien COUDERC ]
* Backport upstream patch to fix incorrect behaviours with CIFS:
- Don't leak existing file handles to newly spanwed KIO workers.
(Closes: #
1070322)
[dgit import unpatched kio 5.115.0-6]
Aurélien COUDERC [Thu, 23 May 2024 21:34:42 +0000 (23:34 +0200)]
Import kio_5.115.0-6.debian.tar.xz
[dgit import tarball kio 5.115.0-6 kio_5.115.0-6.debian.tar.xz]
Pino Toscano [Sat, 11 May 2024 21:03:04 +0000 (23:03 +0200)]
Merge kio (5.115.0-5) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Sat, 11 May 2024 21:03:04 +0000 (23:03 +0200)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Pino Toscano [Sat, 11 May 2024 21:03:04 +0000 (23:03 +0200)]
kio (5.115.0-5) unstable; urgency=medium
* Team upload.
* Add more dependencies to libkf5kio-dev, needed for properly using the cmake
config: libkf5config-dev, libkf5coreaddons-dev, libkf5widgetsaddons-dev,
and libkf5windowsystem-dev.
[dgit import unpatched kio 5.115.0-5]
Pino Toscano [Sat, 11 May 2024 21:03:04 +0000 (23:03 +0200)]
Import kio_5.115.0-5.debian.tar.xz
[dgit import tarball kio 5.115.0-5 kio_5.115.0-5.debian.tar.xz]
Patrick Franz [Sat, 4 May 2024 22:15:41 +0000 (00:15 +0200)]
Merge kio (5.115.0-3) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Sat, 4 May 2024 22:15:41 +0000 (00:15 +0200)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Patrick Franz [Sat, 4 May 2024 22:15:41 +0000 (00:15 +0200)]
kio (5.115.0-3) unstable; urgency=medium
[ Patrick Franz ]
* Upload to unstable.
[dgit import unpatched kio 5.115.0-3]
Patrick Franz [Sat, 4 May 2024 22:15:41 +0000 (00:15 +0200)]
Import kio_5.115.0-3.debian.tar.xz
[dgit import tarball kio 5.115.0-3 kio_5.115.0-3.debian.tar.xz]
Patrick Franz [Mon, 18 Mar 2024 23:06:16 +0000 (00:06 +0100)]
Import kio_5.115.0.orig.tar.xz
[dgit import orig kio_5.115.0.orig.tar.xz]
Raspbian automatic forward porter [Sat, 28 Oct 2023 02:47:49 +0000 (03:47 +0100)]
Merge version 5.103.0-1+rpi1 and 5.107.0-1 to produce 5.107.0-1+rpi1
Aurélien COUDERC [Sun, 18 Jun 2023 14:08:43 +0000 (15:08 +0100)]
Merge kio (5.107.0-1) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Sun, 18 Jun 2023 14:08:43 +0000 (15:08 +0100)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Aurélien COUDERC [Sun, 18 Jun 2023 14:08:43 +0000 (15:08 +0100)]
kio (5.107.0-1) unstable; urgency=medium
[ Aurélien COUDERC ]
* New upstream release (5.105.0).
* Update build-deps and deps with the info from cmake.
* Update symbols from build for 5.105.0.
* New upstream release (5.107.0).
* Update build-deps and deps with the info from cmake.
* Release to unstable.
[dgit import unpatched kio 5.107.0-1]
Aurélien COUDERC [Sun, 18 Jun 2023 14:08:43 +0000 (15:08 +0100)]
Import kio_5.107.0.orig.tar.xz
[dgit import orig kio_5.107.0.orig.tar.xz]
Aurélien COUDERC [Sun, 18 Jun 2023 14:08:43 +0000 (15:08 +0100)]
Import kio_5.107.0-1.debian.tar.xz
[dgit import tarball kio 5.107.0-1 kio_5.107.0-1.debian.tar.xz]
Raspbian automatic forward porter [Wed, 1 Mar 2023 15:52:47 +0000 (15:52 +0000)]
Merge version 5.102.0-1+rpi1 and 5.103.0-1 to produce 5.103.0-1+rpi1
Aurélien COUDERC [Sun, 12 Feb 2023 20:44:31 +0000 (20:44 +0000)]
Merge kio (5.103.0-1) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Sun, 12 Feb 2023 20:44:31 +0000 (20:44 +0000)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Aurélien COUDERC [Sun, 12 Feb 2023 20:44:31 +0000 (20:44 +0000)]
kio (5.103.0-1) unstable; urgency=medium
[ Aurélien COUDERC ]
* New upstream release (5.103.0).
* Update build-deps and deps with the info from cmake.
* Refresh lintian overrides.
* Update symbols from build for 5.103.0.
[dgit import unpatched kio 5.103.0-1]
Aurélien COUDERC [Sun, 12 Feb 2023 20:44:31 +0000 (20:44 +0000)]
Import kio_5.103.0.orig.tar.xz
[dgit import orig kio_5.103.0.orig.tar.xz]
Aurélien COUDERC [Sun, 12 Feb 2023 20:44:31 +0000 (20:44 +0000)]
Import kio_5.103.0-1.debian.tar.xz
[dgit import tarball kio 5.103.0-1 kio_5.103.0-1.debian.tar.xz]
Raspbian automatic forward porter [Thu, 2 Feb 2023 23:30:33 +0000 (23:30 +0000)]
Merge version 5.101.0-2+rpi1 and 5.102.0-1 to produce 5.102.0-1+rpi1
Aurélien COUDERC [Sun, 22 Jan 2023 20:35:09 +0000 (20:35 +0000)]
Merge kio (5.102.0-1) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Sun, 22 Jan 2023 20:35:09 +0000 (20:35 +0000)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Aurélien COUDERC [Sun, 22 Jan 2023 20:35:09 +0000 (20:35 +0000)]
kio (5.102.0-1) unstable; urgency=medium
[ Aurélien COUDERC ]
* New upstream release (5.102.0).
* Update build-deps and deps with the info from cmake.
* Bump Standards-Version to 4.6.2, no change required.
* Update symbols from build for 5.102.0.
[dgit import unpatched kio 5.102.0-1]
Aurélien COUDERC [Sun, 22 Jan 2023 20:35:09 +0000 (20:35 +0000)]
Import kio_5.102.0.orig.tar.xz
[dgit import orig kio_5.102.0.orig.tar.xz]
Aurélien COUDERC [Sun, 22 Jan 2023 20:35:09 +0000 (20:35 +0000)]
Import kio_5.102.0-1.debian.tar.xz
[dgit import tarball kio 5.102.0-1 kio_5.102.0-1.debian.tar.xz]
Raspbian automatic forward porter [Sun, 25 Dec 2022 18:14:06 +0000 (18:14 +0000)]
Merge version 5.100.0-2+rpi1 and 5.101.0-2 to produce 5.101.0-2+rpi1
Pino Toscano [Thu, 15 Dec 2022 20:53:23 +0000 (20:53 +0000)]
Merge kio (5.101.0-2) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Thu, 15 Dec 2022 20:53:23 +0000 (20:53 +0000)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Pino Toscano [Thu, 15 Dec 2022 20:53:23 +0000 (20:53 +0000)]
kio (5.101.0-2) unstable; urgency=medium
* Team upload.
* Update the symbols files from the logs of buildds.
[dgit import unpatched kio 5.101.0-2]
Pino Toscano [Thu, 15 Dec 2022 20:53:23 +0000 (20:53 +0000)]
Import kio_5.101.0-2.debian.tar.xz
[dgit import tarball kio 5.101.0-2 kio_5.101.0-2.debian.tar.xz]
Aurélien COUDERC [Tue, 13 Dec 2022 06:40:34 +0000 (06:40 +0000)]
Import kio_5.101.0.orig.tar.xz
[dgit import orig kio_5.101.0.orig.tar.xz]
Raspbian automatic forward porter [Sat, 3 Dec 2022 18:26:38 +0000 (18:26 +0000)]
Merge version 5.98.0-1+rpi1 and 5.100.0-2 to produce 5.100.0-2+rpi1
Pino Toscano [Mon, 21 Nov 2022 08:13:21 +0000 (08:13 +0000)]
Merge kio (5.100.0-2) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Mon, 21 Nov 2022 08:13:21 +0000 (08:13 +0000)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Pino Toscano [Mon, 21 Nov 2022 08:13:21 +0000 (08:13 +0000)]
kio (5.100.0-2) unstable; urgency=medium
* Team upload.
* Update symbols files from the logs of buildds.
* Modernize the building more:
- add the dh-sequence-pkgkde-symbolshelper, and dh-sequence-sodeps build
dependencies to use the pkgkde_symbolshelper, and sodeps addons
automatically, removing pkg-kde-tools
- drop the manually specified pkgkde_symbolshelper addon for dh
[dgit import unpatched kio 5.100.0-2]
Pino Toscano [Mon, 21 Nov 2022 08:13:21 +0000 (08:13 +0000)]
Import kio_5.100.0-2.debian.tar.xz
[dgit import tarball kio 5.100.0-2 kio_5.100.0-2.debian.tar.xz]
Aurélien COUDERC [Sat, 19 Nov 2022 22:19:05 +0000 (22:19 +0000)]
Import kio_5.100.0.orig.tar.xz
[dgit import orig kio_5.100.0.orig.tar.xz]
Raspbian automatic forward porter [Wed, 28 Sep 2022 01:21:03 +0000 (02:21 +0100)]
Merge version 5.97.0-1+rpi1 and 5.98.0-1 to produce 5.98.0-1+rpi1
Aurélien COUDERC [Sun, 18 Sep 2022 21:11:48 +0000 (22:11 +0100)]
Merge kio (5.98.0-1) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Sun, 18 Sep 2022 21:11:48 +0000 (22:11 +0100)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Aurélien COUDERC [Sun, 18 Sep 2022 21:11:48 +0000 (22:11 +0100)]
kio (5.98.0-1) unstable; urgency=medium
[ Aurélien COUDERC ]
* New upstream release (5.98.0).
* Update build-deps and deps with the info from cmake.
* Update symbols from build for 5.98.0.
* Refresh copyright information.
[dgit import unpatched kio 5.98.0-1]
Aurélien COUDERC [Sun, 18 Sep 2022 21:11:48 +0000 (22:11 +0100)]
Import kio_5.98.0.orig.tar.xz
[dgit import orig kio_5.98.0.orig.tar.xz]
Aurélien COUDERC [Sun, 18 Sep 2022 21:11:48 +0000 (22:11 +0100)]
Import kio_5.98.0-1.debian.tar.xz
[dgit import tarball kio 5.98.0-1 kio_5.98.0-1.debian.tar.xz]
Raspbian automatic forward porter [Thu, 1 Sep 2022 21:58:37 +0000 (22:58 +0100)]
Merge version 5.96.0-2+rpi1 and 5.97.0-1 to produce 5.97.0-1+rpi1
Aurélien COUDERC [Sun, 14 Aug 2022 16:55:39 +0000 (17:55 +0100)]
Merge kio (5.97.0-1) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Sun, 14 Aug 2022 16:55:39 +0000 (17:55 +0100)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Aurélien COUDERC [Sun, 14 Aug 2022 16:55:39 +0000 (17:55 +0100)]
kio (5.97.0-1) unstable; urgency=medium
[ Aurélien COUDERC ]
* New upstream release (5.97.0).
* Update the list of installed files from build logs.
* Update symbols from build for 5.97.0.
* Refresh copyright information.
* Update symbols from build for 5.97.0.
[dgit import unpatched kio 5.97.0-1]
Aurélien COUDERC [Sun, 14 Aug 2022 16:55:39 +0000 (17:55 +0100)]
Import kio_5.97.0.orig.tar.xz
[dgit import orig kio_5.97.0.orig.tar.xz]
Aurélien COUDERC [Sun, 14 Aug 2022 16:55:39 +0000 (17:55 +0100)]
Import kio_5.97.0-1.debian.tar.xz
[dgit import tarball kio 5.97.0-1 kio_5.97.0-1.debian.tar.xz]
Peter Michael Green [Wed, 10 Aug 2022 23:10:58 +0000 (00:10 +0100)]
Merge kio (5.96.0-2+rpi1) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Wed, 10 Aug 2022 23:10:58 +0000 (00:10 +0100)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Peter Michael Green [Wed, 10 Aug 2022 23:10:58 +0000 (00:10 +0100)]
kio (5.96.0-2+rpi1) bookworm-staging; urgency=medium
* Update symbols file for raspbian.
[dgit import unpatched kio 5.96.0-2+rpi1]
Peter Michael Green [Wed, 10 Aug 2022 23:10:58 +0000 (00:10 +0100)]
Import kio_5.96.0-2+rpi1.debian.tar.xz
[dgit import tarball kio 5.96.0-2+rpi1 kio_5.96.0-2+rpi1.debian.tar.xz]
Pino Toscano [Sat, 6 Aug 2022 04:49:04 +0000 (05:49 +0100)]
Merge kio (5.96.0-3) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Sat, 6 Aug 2022 04:49:04 +0000 (05:49 +0100)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs
===================================================================
Gbp-Pq: Name report_error_removing_dirs
Pino Toscano [Sat, 6 Aug 2022 04:49:04 +0000 (05:49 +0100)]
kio (5.96.0-3) unstable; urgency=medium
* Team upload.
* Update symbols files from the logs of buildds. (Closes: #
1016581)
[dgit import unpatched kio 5.96.0-3]
Pino Toscano [Sat, 6 Aug 2022 04:49:04 +0000 (05:49 +0100)]
Import kio_5.96.0-3.debian.tar.xz
[dgit import tarball kio 5.96.0-3 kio_5.96.0-3.debian.tar.xz]
Pino Toscano [Mon, 1 Aug 2022 10:32:23 +0000 (11:32 +0100)]
Merge kio (5.96.0-2) import into refs/heads/workingbranch
Maximiliano Curia [Wed, 28 Aug 2019 14:50:33 +0000 (11:50 -0300)]
Use CXX_FLAGS for moc_predefs.h
Gbp-Pq: Name Use-CXX_FLAGS-for-moc_predefs.h.patch
Pino Toscano [Mon, 1 Aug 2022 10:32:23 +0000 (11:32 +0100)]
On Hurd, do not look for functions unimplemented in libc
Last-Update: 2022-02-22
Forwarded: not-needed
The check_function_exists() function of cmake does not keep into account the
defines that glibc provides for the stubs (i.e. unimplemented functions that
always return ENOSYS), so some functions are detected as available.
Unfortunately, due to --fatal-warnings for the linker, linking will fail.
Hence, do not attempt to look for functions that are currently unimplemented
on GNU/Hurd's libc.
Gbp-Pq: Name hurd_disable_unimplemented.diff