kio.git
17 months agoMerge version 5.103.0-1+rpi1 and 5.103.0-1+deb12u1 to produce 5.103.0-1+rpi1+deb12u1 bookworm-staging archive/raspbian/5.103.0-1+rpi1+deb12u1 raspbian/5.103.0-1+rpi1+deb12u1
Raspbian automatic forward porter [Thu, 4 Jul 2024 15:06:25 +0000 (16:06 +0100)]
Merge version 5.103.0-1+rpi1 and 5.103.0-1+deb12u1 to produce 5.103.0-1+rpi1+deb12u1

18 months agoMerge kio (5.103.0-1+deb12u1) import into refs/heads/workingbranch
Aurélien COUDERC [Thu, 23 May 2024 21:13:17 +0000 (23:13 +0200)]
Merge kio (5.103.0-1+deb12u1) import into refs/heads/workingbranch

18 months ago[PATCH] Don't leak file descriptors when spawning new workers
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

18 months ago[PATCH] Don't crash if KMountPoint gives nothing back while checking for CIFS
Kevin Ottens [Fri, 15 Sep 2023 07:45:58 +0000 (09:45 +0200)]
[PATCH] Don't crash if KMountPoint gives nothing back while checking for CIFS

BUG: 474451

Gbp-Pq: Name upstream_48322f44_fix_crash_when_kmountpoint_gives_nothing_on_cifs.patch

18 months ago[PATCH] Don't unlink + rename on CIFS mounts during copy operations
Kevin Ottens [Thu, 24 Aug 2023 16:42:19 +0000 (18:42 +0200)]
[PATCH] Don't unlink + rename on CIFS mounts during copy operations

It turns out that the behavior of unlink() on CIFS mounts can be a bit
"interesting". If the file one tries to unlink is opened then the
operation is claimed to have succeeded but the filename is still visible
in the file hierarchy until the last handle is closed.

Since we rightfully attempt to copy under a temporary name + unlink +
rename during copy() operations this would end badly (as the unlink()
would "succeed" but the rename() would fail!). For instance Okular would
constantly hit this case but it's likely not the only one to be affected.

So instead we detect if the destination is a CIFS mount, in such cases
we now overwrite the file directly since this actually succeed.

BUG: 454693
(cherry picked from commit d248949eea3e3dcbb9283f30eebcb9ae86412cd1)

Gbp-Pq: Name upstream_3e6800b3_fix_cifs_copy.patch

18 months agoUse CXX_FLAGS for moc_predefs.h
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

18 months agoOn Hurd, do not look for functions unimplemented in libc
Pino Toscano [Thu, 23 May 2024 21:13:17 +0000 (23:13 +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

18 months agoreport_error_removing_dirs
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

18 months agokio (5.103.0-1+deb12u1) bookworm; urgency=medium
Aurélien COUDERC [Thu, 23 May 2024 21:13:17 +0000 (23:13 +0200)]
kio (5.103.0-1+deb12u1) bookworm; urgency=medium

  [ Aurélien COUDERC ]
  * Backport upstream patches to fix incorrect behaviours with CIFS:
    - Don't unlink + rename on CIFS mounts during copy operations; Don't crash
      if KMountPoint gives nothing back while checking. (Closes: #1069855)
    - Don't leak existing file handles to newly spanwed KIO workers.
      (Closes: #1070322)

[dgit import unpatched kio 5.103.0-1+deb12u1]

18 months agoImport kio_5.103.0-1+deb12u1.debian.tar.xz
Aurélien COUDERC [Thu, 23 May 2024 21:13:17 +0000 (23:13 +0200)]
Import kio_5.103.0-1+deb12u1.debian.tar.xz

[dgit import tarball kio 5.103.0-1+deb12u1 kio_5.103.0-1+deb12u1.debian.tar.xz]

2 years agoMerge version 5.102.0-1+rpi1 and 5.103.0-1 to produce 5.103.0-1+rpi1 archive/raspbian/5.103.0-1+rpi1 raspbian/5.103.0-1+rpi1
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

2 years agoMerge kio (5.103.0-1) import into refs/heads/workingbranch
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

2 years agoImport kio_5.103.0.orig.tar.xz
Aurélien COUDERC [Sun, 12 Feb 2023 20:44:31 +0000 (21:44 +0100)]
Import kio_5.103.0.orig.tar.xz

[dgit import orig kio_5.103.0.orig.tar.xz]

2 years agoUse CXX_FLAGS for moc_predefs.h
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

2 years agoOn Hurd, do not look for functions unimplemented in libc
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

2 years agoreport_error_removing_dirs
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

2 years agokio (5.103.0-1) unstable; urgency=medium
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]

2 years agoImport 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.orig.tar.xz

[dgit import orig kio_5.103.0.orig.tar.xz]

2 years agoImport kio_5.103.0-1.debian.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]

2 years agoMerge version 5.101.0-2+rpi1 and 5.102.0-1 to produce 5.102.0-1+rpi1 archive/raspbian/5.102.0-1+rpi1 raspbian/5.102.0-1+rpi1
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

2 years agoMerge kio (5.102.0-1) import into refs/heads/workingbranch
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

2 years agoUse CXX_FLAGS for moc_predefs.h
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

2 years agoOn Hurd, do not look for functions unimplemented in libc
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

2 years agoreport_error_removing_dirs
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

2 years agokio (5.102.0-1) unstable; urgency=medium
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]

2 years agoImport 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.orig.tar.xz

[dgit import orig kio_5.102.0.orig.tar.xz]

2 years agoImport kio_5.102.0-1.debian.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]

2 years agoMerge version 5.100.0-2+rpi1 and 5.101.0-2 to produce 5.101.0-2+rpi1 archive/raspbian/5.101.0-2+rpi1 raspbian/5.101.0-2+rpi1
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

3 years agoMerge kio (5.101.0-2) import into refs/heads/workingbranch
Pino Toscano [Thu, 15 Dec 2022 20:53:23 +0000 (20:53 +0000)]
Merge kio (5.101.0-2) import into refs/heads/workingbranch

3 years agoUse CXX_FLAGS for moc_predefs.h
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

3 years agoOn Hurd, do not look for functions unimplemented in libc
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

3 years agoreport_error_removing_dirs
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

3 years agokio (5.101.0-2) unstable; urgency=medium
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]

3 years agoImport kio_5.101.0-2.debian.tar.xz
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]

3 years agoImport kio_5.101.0.orig.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]

3 years agoMerge version 5.98.0-1+rpi1 and 5.100.0-2 to produce 5.100.0-2+rpi1 archive/raspbian/5.100.0-2+rpi1 raspbian/5.100.0-2+rpi1
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

3 years agoMerge kio (5.100.0-2) import into refs/heads/workingbranch
Pino Toscano [Mon, 21 Nov 2022 08:13:21 +0000 (08:13 +0000)]
Merge kio (5.100.0-2) import into refs/heads/workingbranch

3 years agoUse CXX_FLAGS for moc_predefs.h
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

3 years agoOn Hurd, do not look for functions unimplemented in libc
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

3 years agoreport_error_removing_dirs
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

3 years agokio (5.100.0-2) unstable; urgency=medium
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]

3 years agoImport kio_5.100.0-2.debian.tar.xz
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]

3 years agoImport kio_5.100.0.orig.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]

3 years agoMerge version 5.97.0-1+rpi1 and 5.98.0-1 to produce 5.98.0-1+rpi1 archive/raspbian/5.98.0-1+rpi1 raspbian/5.98.0-1+rpi1
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

3 years agoMerge kio (5.98.0-1) import into refs/heads/workingbranch
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

3 years agoUse CXX_FLAGS for moc_predefs.h
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

3 years agoOn Hurd, do not look for functions unimplemented in libc
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

3 years agoreport_error_removing_dirs
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

3 years agokio (5.98.0-1) unstable; urgency=medium
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]

3 years agoImport 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.orig.tar.xz

[dgit import orig kio_5.98.0.orig.tar.xz]

3 years agoImport kio_5.98.0-1.debian.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]

3 years agoMerge version 5.96.0-2+rpi1 and 5.97.0-1 to produce 5.97.0-1+rpi1 archive/raspbian/5.97.0-1+rpi1 raspbian/5.97.0-1+rpi1
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

3 years agoMerge kio (5.97.0-1) import into refs/heads/workingbranch
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

3 years agoUse CXX_FLAGS for moc_predefs.h
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

3 years agoOn Hurd, do not look for functions unimplemented in libc
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

3 years agoreport_error_removing_dirs
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

3 years agokio (5.97.0-1) unstable; urgency=medium
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]

3 years agoImport 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.orig.tar.xz

[dgit import orig kio_5.97.0.orig.tar.xz]

3 years agoImport kio_5.97.0-1.debian.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]

3 years agoMerge kio (5.96.0-2+rpi1) import into refs/heads/workingbranch
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

3 years agoUse CXX_FLAGS for moc_predefs.h
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

3 years agoOn Hurd, do not look for functions unimplemented in libc
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

3 years agoreport_error_removing_dirs
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

3 years agokio (5.96.0-2+rpi1) bookworm-staging; urgency=medium
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]

3 years agoImport kio_5.96.0-2+rpi1.debian.tar.xz
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]

3 years agoMerge kio (5.96.0-3) import into refs/heads/workingbranch
Pino Toscano [Sat, 6 Aug 2022 04:49:04 +0000 (05:49 +0100)]
Merge kio (5.96.0-3) import into refs/heads/workingbranch

3 years agoUse CXX_FLAGS for moc_predefs.h
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

3 years agoOn Hurd, do not look for functions unimplemented in libc
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

3 years agoreport_error_removing_dirs
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

3 years agokio (5.96.0-3) unstable; urgency=medium
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]

3 years agoImport kio_5.96.0-3.debian.tar.xz
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]

3 years agoMerge kio (5.96.0-2) import into refs/heads/workingbranch
Pino Toscano [Mon, 1 Aug 2022 10:32:23 +0000 (11:32 +0100)]
Merge kio (5.96.0-2) import into refs/heads/workingbranch

3 years agoUse CXX_FLAGS for moc_predefs.h
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

3 years agoOn Hurd, do not look for functions unimplemented in libc
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

3 years agoreport_error_removing_dirs
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

3 years agokio (5.96.0-2) unstable; urgency=medium
Pino Toscano [Mon, 1 Aug 2022 10:32:23 +0000 (11:32 +0100)]
kio (5.96.0-2) unstable; urgency=medium

  * Team upload.
  * Remove inactive Uploaders.
  * Move systemsettings as recommends, rather than as dependency; this avoids
    a dependency cycle...
  * Modernize building:
    - add the dh-sequence-kf5 build dependency to use the kf5 addon
      automatically
    - drop all the manually specified addons and buildsystem for dh
  * Update symbols files from the logs of buildds.

[dgit import unpatched kio 5.96.0-2]

3 years agoImport kio_5.96.0-2.debian.tar.xz
Pino Toscano [Mon, 1 Aug 2022 10:32:23 +0000 (11:32 +0100)]
Import kio_5.96.0-2.debian.tar.xz

[dgit import tarball kio 5.96.0-2 kio_5.96.0-2.debian.tar.xz]

3 years agoImport kio_5.96.0.orig.tar.xz
Aurélien COUDERC [Sun, 31 Jul 2022 11:33:08 +0000 (12:33 +0100)]
Import kio_5.96.0.orig.tar.xz

[dgit import orig kio_5.96.0.orig.tar.xz]

4 years agoMerge kio (5.78.0-5) import into refs/heads/workingbranch
Norbert Preining [Thu, 15 Jul 2021 01:20:01 +0000 (02:20 +0100)]
Merge kio (5.78.0-5) import into refs/heads/workingbranch

4 years ago[PATCH] Fix selecting binaries from component chooser KCM
David Edmundson [Wed, 14 Jul 2021 16:06:59 +0000 (17:06 +0100)]
[PATCH] Fix selecting binaries from component chooser KCM

In the kcmshell for a component chooser we use the open with dialog to
select services for various scheme handlers.

If you select a binary instead of a .desktop file a temporary .desktop
file is created in ~/.local/share/applications

This is in the format
Exec=someBinary
MimeType=x-scheme-handler/http

When we then use this application for launching KIO::DesktopExecParser
then (sort of correctly) determines that that the chosen service cannot
handle the http scheme because even though it is a scheme handler it
does not have a "%u" in the exec line.

This leads to us potentially loading websites via kioclient or kio-fuse.

Testing done:
 - kcmshell5 component chooser
 - web browser -> other -> type "/usr/bin/firefox"
 - kde-open5 http://kde.org
 - Previously this gave a local URL, now it is correct

Gbp-Pq: Name upstream-8ad69215-fix-selecting-binaries-from-components.patch

4 years ago[PATCH] CopyJob: fix crash with skip/retry
Ahmad Samir [Tue, 2 Feb 2021 09:31:40 +0000 (11:31 +0200)]
[PATCH] CopyJob: fix crash with skip/retry

The crash was happening because I was disconnecting the wrong signal in
the lambda connected to KIO::AskUserActionInterface::askUserSkipResult...

BUG: 431731
FIXED-IN: 5.79

Gbp-Pq: Name upstream-a183dd0d1ee0-copyjob-fix-crash-skip-retry.patch

4 years ago[PATCH] Fix lockup when renaming a file from properties dialog 4c12899369f43009269d0f...
David Redondo [Mon, 25 Jan 2021 11:26:29 +0000 (12:26 +0100)]
[PATCH] Fix lockup when renaming a file from properties dialog 4c12899369f43009269d0fdb80964483365bb922 changed how we show the rename dialog. Before we would exec() it and now we call show(). This causes a lockup when renaming a file from the properties dialog to a filename that already exsist. Optimally we would change KPropertiesDialog to make it async and not use nested event loops but this fixes the lockup for now. . BUG:431902

Gbp-Pq: Name upstream_5.79_0300441bb80c3d75a305bc7b1f4a7e1c36f28845_fix_lockup_when_renaming_a_file_from_properties_dialog.patch

4 years agofix_hurd_build
Tobias Frost [Thu, 22 Feb 2018 11:23:56 +0000 (12:23 +0100)]
fix_hurd_build

posix_fadvise64 is not available on hurd, will yield to an compiler warning and
aborting the build through --fatal-warnings

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799619
Forwarded: no

Gbp-Pq: Name fix_hurd_build.patch

4 years agofix_kfreebsd_build
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
fix_kfreebsd_build

===================================================================

Gbp-Pq: Name fix_kfreebsd_build

4 years agoreport_error_removing_dirs
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

4 years agokio (5.78.0-5) unstable; urgency=medium
Norbert Preining [Thu, 15 Jul 2021 01:20:01 +0000 (02:20 +0100)]
kio (5.78.0-5) unstable; urgency=medium

  [ Norbert Preining ]
  * Cherry-pick upstream fix for kio caching/displaying websites etc
    instead of forwarding to the browser.

[dgit import unpatched kio 5.78.0-5]

4 years agoImport kio_5.78.0-5.debian.tar.xz
Norbert Preining [Thu, 15 Jul 2021 01:20:01 +0000 (02:20 +0100)]
Import kio_5.78.0-5.debian.tar.xz

[dgit import tarball kio 5.78.0-5 kio_5.78.0-5.debian.tar.xz]

4 years agoImport kio_5.78.0.orig.tar.xz
Norbert Preining [Wed, 13 Jan 2021 01:32:42 +0000 (01:32 +0000)]
Import kio_5.78.0.orig.tar.xz

[dgit import orig kio_5.78.0.orig.tar.xz]

6 years agoMerge kio (5.54.1-1) import into refs/heads/workingbranch
Maximiliano Curia [Thu, 17 Jan 2019 23:29:50 +0000 (23:29 +0000)]
Merge kio (5.54.1-1) import into refs/heads/workingbranch

6 years agoDisable flaky test
Maximiliano Curia [Fri, 17 Aug 2018 12:07:23 +0000 (14:07 +0200)]
Disable flaky test

Gbp-Pq: Name Disable-flaky-test-1.patch

6 years agoDisable baloo dependant tests
Maximiliano Curia [Fri, 17 Aug 2018 11:08:56 +0000 (13:08 +0200)]
Disable baloo dependant tests

Gbp-Pq: Name Disable-baloo-dependant-tests.patch

6 years agoDisable flaky test
Maximiliano Curia [Fri, 17 Aug 2018 11:07:14 +0000 (13:07 +0200)]
Disable flaky test

Gbp-Pq: Name Disable-flaky-test.patch

6 years agofix_hurd_build
Tobias Frost [Thu, 22 Feb 2018 11:23:56 +0000 (12:23 +0100)]
fix_hurd_build

posix_fadvise64 is not available on hurd, will yield to an compiler warning and
aborting the build through --fatal-warnings

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799619
Forwarded: no

Gbp-Pq: Name fix_hurd_build.patch

6 years agofix_kfreebsd_build
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
fix_kfreebsd_build

===================================================================

Gbp-Pq: Name fix_kfreebsd_build

6 years agowait_for_a_bit_longer
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
wait_for_a_bit_longer

===================================================================

Gbp-Pq: Name wait_for_a_bit_longer

6 years agoreport_error_removing_dirs
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

6 years agokio (5.54.1-1) unstable; urgency=medium
Maximiliano Curia [Thu, 17 Jan 2019 23:29:50 +0000 (23:29 +0000)]
kio (5.54.1-1) unstable; urgency=medium

  * New upstream release (5.52.0).
  * Update build-deps and deps with the info from cmake
  * Rediff patches
  * fix favicontest: use a non existing url
  * Disable acc autopkgtest
  * New upstream release (5.53.0).
  * Update build-deps and deps with the info from cmake
  * Update symbols files.
  * New upstream release (5.54.0).
  * Update build-deps and deps with the info from cmake
  * Rediff patches
  * Update symbols file
  * Bump group breaks (5.54)
  * New upstream release (5.54.1).
  * Release to unstable

[dgit import unpatched kio 5.54.1-1]

6 years agoImport kio_5.54.1.orig.tar.xz
Maximiliano Curia [Thu, 17 Jan 2019 23:29:50 +0000 (23:29 +0000)]
Import kio_5.54.1.orig.tar.xz

[dgit import orig kio_5.54.1.orig.tar.xz]

6 years agoImport kio_5.54.1-1.debian.tar.xz
Maximiliano Curia [Thu, 17 Jan 2019 23:29:50 +0000 (23:29 +0000)]
Import kio_5.54.1-1.debian.tar.xz

[dgit import tarball kio 5.54.1-1 kio_5.54.1-1.debian.tar.xz]

8 years agoFix KDynamicJobTrackerTest for linkers dropping linked libs w/o used symbols
Friedrich W. H. Kossebau [Fri, 13 Jan 2017 00:25:54 +0000 (01:25 +0100)]
Fix KDynamicJobTrackerTest for linkers dropping linked libs w/o used symbols

Gbp-Pq: Name Fix-KDynamicJobTrackerTest-for-linkers-dropping-linked-li.patch