qtwebkit-opensource-src.git
4 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-11) import into refs/heads/workingbranch
Dmitry Shachnev [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-11) import into refs/heads/workingbranch

4 years agofix compilation with Python 3.9: avoid passing encoding to json.load()
Debian Qt/KDE Maintainers [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
fix compilation with Python 3.9: avoid passing encoding to json.load()

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b626
Last-Update: 2020-11-23

Gbp-Pq: Name python_3.9.diff

4 years agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

4 years agolet Bison generate the header directly
Dmitry Shachnev [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
let Bison generate the header directly

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

4 years agoadd support for riscv64 architecture
William Grant [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

4 years agoLocally define PATH_MAX is not available
Pino Toscano [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

4 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

4 years agoqtwebkit-opensource-src (5.212.0~alpha4-11) unstable; urgency=medium
Dmitry Shachnev [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
qtwebkit-opensource-src (5.212.0~alpha4-11) unstable; urgency=medium

  * Remove unused mesa-common-dev build-dependency.
    Thanks to Helmut Grohne for the suggestion!
  * Update Forwarded status of debian/patches/bison_3.7.diff.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-11]

4 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-11.debian.tar.xz
Dmitry Shachnev [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4-11.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-11 qtwebkit-opensource-src_5.212.0~alpha4-11.debian.tar.xz]

5 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-10) import into refs/heads/workingbranch
Dmitry Shachnev [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-10) import into refs/heads/workingbranch

5 years agofix compilation with Python 3.9: avoid passing encoding to json.load()
Debian Qt/KDE Maintainers [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
fix compilation with Python 3.9: avoid passing encoding to json.load()

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b626
Last-Update: 2020-11-23

Gbp-Pq: Name python_3.9.diff

5 years agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

5 years agolet Bison generate the header directly
Dmitry Shachnev [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
let Bison generate the header directly

Forwarded: not-yet
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

5 years agoadd support for riscv64 architecture
William Grant [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

5 years agoLocally define PATH_MAX is not available
Pino Toscano [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

5 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

5 years agoqtwebkit-opensource-src (5.212.0~alpha4-10) unstable; urgency=medium
Dmitry Shachnev [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
qtwebkit-opensource-src (5.212.0~alpha4-10) unstable; urgency=medium

  * Bump Standards-Version to 4.5.1, no changes needed.
  * Upload to unstable.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-10]

5 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-10.debian.tar.xz
Dmitry Shachnev [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4-10.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-10 qtwebkit-opensource-src_5.212.0~alpha4-10.debian.tar.xz]

5 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-7) import into refs/heads/workingbranch
Dmitry Shachnev [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-7) import into refs/heads/workingbranch

5 years agodo not attempt rendering PDF with Qt image plugin
Debian Qt/KDE Maintainers [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
do not attempt rendering PDF with Qt image plugin

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/0443d42b04e0f99c
Last-Update: 2020-09-13

Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.

Gbp-Pq: Name no_pdf_image_plugin.diff

5 years agolet Bison generate the header directly
Dmitry Shachnev [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
let Bison generate the header directly

Forwarded: not-yet
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

5 years agoadd support for riscv64 architecture
William Grant [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

5 years agoLocally define PATH_MAX is not available
Pino Toscano [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

5 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

5 years agoqtwebkit-opensource-src (5.212.0~alpha4-7) unstable; urgency=medium
Dmitry Shachnev [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
qtwebkit-opensource-src (5.212.0~alpha4-7) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-7]

5 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-7.debian.tar.xz
Dmitry Shachnev [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4-7.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-7 qtwebkit-opensource-src_5.212.0~alpha4-7.debian.tar.xz]

5 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-5) import into refs/heads/workingbranch
Dmitry Shachnev [Tue, 4 Aug 2020 13:04:24 +0000 (14:04 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-5) import into refs/heads/workingbranch

5 years agolet Bison generate the header directly
Dmitry Shachnev [Tue, 4 Aug 2020 13:04:24 +0000 (14:04 +0100)]
let Bison generate the header directly

Forwarded: not-yet
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff

5 years agoadd support for riscv64 architecture
William Grant [Tue, 4 Aug 2020 13:04:24 +0000 (14:04 +0100)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

5 years agoLocally define PATH_MAX is not available
Pino Toscano [Tue, 4 Aug 2020 13:04:24 +0000 (14:04 +0100)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

5 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Tue, 4 Aug 2020 13:04:24 +0000 (14:04 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

5 years agoqtwebkit-opensource-src (5.212.0~alpha4-5) unstable; urgency=medium
Dmitry Shachnev [Tue, 4 Aug 2020 13:04:24 +0000 (14:04 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-5) unstable; urgency=medium

  * Add a patch to fix build with Bison 3.7 (closes: #966849).
  * Update debian/libqt5webkit5.symbols for GCC 10.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-5]

5 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-5.debian.tar.xz
Dmitry Shachnev [Tue, 4 Aug 2020 13:04:24 +0000 (14:04 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha4-5.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-5 qtwebkit-opensource-src_5.212.0~alpha4-5.debian.tar.xz]

5 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-4) import into refs/heads/workingbranch
Dmitry Shachnev [Wed, 24 Jun 2020 09:10:47 +0000 (10:10 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-4) import into refs/heads/workingbranch

5 years agoadd support for riscv64 architecture
William Grant [Wed, 24 Jun 2020 09:10:47 +0000 (10:10 +0100)]
add support for riscv64 architecture

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28

Gbp-Pq: Name support_riscv64.diff

5 years agoLocally define PATH_MAX is not available
Pino Toscano [Wed, 24 Jun 2020 09:10:47 +0000 (10:10 +0100)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

5 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Wed, 24 Jun 2020 09:10:47 +0000 (10:10 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

5 years agoqtwebkit-opensource-src (5.212.0~alpha4-4) unstable; urgency=medium
Dmitry Shachnev [Wed, 24 Jun 2020 09:10:47 +0000 (10:10 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-4) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-4]

5 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-4.debian.tar.xz
Dmitry Shachnev [Wed, 24 Jun 2020 09:10:47 +0000 (10:10 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha4-4.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-4 qtwebkit-opensource-src_5.212.0~alpha4-4.debian.tar.xz]

5 years agoImport qtwebkit-opensource-src_5.212.0~alpha4.orig.tar.xz
Dmitry Shachnev [Thu, 12 Mar 2020 13:11:29 +0000 (13:11 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4.orig.tar.xz

[dgit import orig qtwebkit-opensource-src_5.212.0~alpha4.orig.tar.xz]

5 years agoMerge qtwebkit-opensource-src (5.212.0~alpha4-1) import into refs/heads/workingbranch
Dmitry Shachnev [Thu, 12 Mar 2020 13:11:29 +0000 (13:11 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-1) import into refs/heads/workingbranch

5 years agoLocally define PATH_MAX is not available
Pino Toscano [Thu, 12 Mar 2020 13:11:29 +0000 (13:11 +0000)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

5 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Thu, 12 Mar 2020 13:11:29 +0000 (13:11 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

5 years agoqtwebkit-opensource-src (5.212.0~alpha4-1) unstable; urgency=medium
Dmitry Shachnev [Thu, 12 Mar 2020 13:11:29 +0000 (13:11 +0000)]
qtwebkit-opensource-src (5.212.0~alpha4-1) unstable; urgency=medium

  * New upstream alpha release.
  * Drop patches, included in the new release:
    - python3_builtins.diff
    - python3.diff
    - icu_65.1.diff
  * Refresh debian/patches/reduce_exports.diff.
  * Drop files renaming hack from debian/rules, no longer needed.
  * Add one new symbol to debian/libqt5webkit5.symbols.
  * Fix Lintian warnings about debian/copyright.
  * Switch to debhelper-compat as a build-dependency.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-1]

5 years agoImport qtwebkit-opensource-src_5.212.0~alpha4-1.debian.tar.xz
Dmitry Shachnev [Thu, 12 Mar 2020 13:11:29 +0000 (13:11 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4-1.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-1 qtwebkit-opensource-src_5.212.0~alpha4-1.debian.tar.xz]

5 years agoMerge qtwebkit-opensource-src (5.212.0~alpha3-7) import into refs/heads/workingbranch
Dmitry Shachnev [Mon, 17 Feb 2020 18:55:34 +0000 (18:55 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha3-7) import into refs/heads/workingbranch

5 years agofix build with ICU 65.1
Debian Qt/KDE Maintainers [Mon, 17 Feb 2020 18:55:34 +0000 (18:55 +0000)]
fix build with ICU 65.1

Origin: https://github.com/qtwebkit/qtwebkit/commit/dc02ec4080010e33
Last-Update: 2020-02-17

Gbp-Pq: Name icu_65.1.diff

5 years agoport the build tools to Python 3
Debian Qt/KDE Maintainers [Mon, 17 Feb 2020 18:55:34 +0000 (18:55 +0000)]
port the build tools to Python 3

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/4f3ea9b811c12171
Last-Update: 2020-02-17

Gbp-Pq: Name python3.diff

5 years agorename builtins to wkbuiltins to fix name conflict on Python 3
Debian Qt/KDE Maintainers [Mon, 17 Feb 2020 18:55:34 +0000 (18:55 +0000)]
rename builtins to wkbuiltins to fix name conflict on Python 3

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/b9c30ad3b3d04a08
Last-Update: 2020-01-05

Gbp-Pq: Name python3_builtins.diff

5 years agoLocally define PATH_MAX is not available
Pino Toscano [Mon, 17 Feb 2020 18:55:34 +0000 (18:55 +0000)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

5 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Mon, 17 Feb 2020 18:55:34 +0000 (18:55 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

5 years agoqtwebkit-opensource-src (5.212.0~alpha3-7) unstable; urgency=medium
Dmitry Shachnev [Mon, 17 Feb 2020 18:55:34 +0000 (18:55 +0000)]
qtwebkit-opensource-src (5.212.0~alpha3-7) unstable; urgency=medium

  * Do not use Python 2 even if it is present (closes: #949488).
  * Backport upstream patch to fix build with ICU 65.1.
  * Bump Standards-Version to 4.5.0, no changes needed.
  * Update debian/libqt5webkit5.symbols from buildds’ logs (hppa).

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha3-7]

5 years agoImport qtwebkit-opensource-src_5.212.0~alpha3-7.debian.tar.xz
Dmitry Shachnev [Mon, 17 Feb 2020 18:55:34 +0000 (18:55 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha3-7.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha3-7 qtwebkit-opensource-src_5.212.0~alpha3-7.debian.tar.xz]

5 years agoMerge qtwebkit-opensource-src (5.212.0~alpha3-6) import into refs/heads/workingbranch
Dmitry Shachnev [Tue, 14 Jan 2020 15:04:18 +0000 (15:04 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha3-6) import into refs/heads/workingbranch

5 years agoport the build tools to Python 3
Debian Qt/KDE Maintainers [Tue, 14 Jan 2020 15:04:18 +0000 (15:04 +0000)]
port the build tools to Python 3

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/4f3ea9b811c12171
Last-Update: 2020-01-05

Gbp-Pq: Name python3.diff

5 years agorename builtins to wkbuiltins to fix name conflict on Python 3
Debian Qt/KDE Maintainers [Tue, 14 Jan 2020 15:04:18 +0000 (15:04 +0000)]
rename builtins to wkbuiltins to fix name conflict on Python 3

Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/b9c30ad3b3d04a08
Last-Update: 2020-01-05

Gbp-Pq: Name python3_builtins.diff

5 years agoLocally define PATH_MAX is not available
Pino Toscano [Tue, 14 Jan 2020 15:04:18 +0000 (15:04 +0000)]
Locally define PATH_MAX is not available

Forwarded: no
Last-Update: 2017-11-20

The code unconditionally uses PATH_MAX, which is POSIX-optional.

This fixes the build on platforms without it, such as GNU/Hurd.

Gbp-Pq: Name path_max.diff

5 years agoreduce the number of exported symbols in libQt5WebKit.so.5
Dmitry Shachnev [Tue, 14 Jan 2020 15:04:18 +0000 (15:04 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5

Forwarded: not-needed
Last-Update: 2017-08-27

Gbp-Pq: Name reduce_exports.diff

5 years agoqtwebkit-opensource-src (5.212.0~alpha3-6) unstable; urgency=medium
Dmitry Shachnev [Tue, 14 Jan 2020 15:04:18 +0000 (15:04 +0000)]
qtwebkit-opensource-src (5.212.0~alpha3-6) unstable; urgency=medium

  * Port the build tools to Python 3 (closes: #938323).
  * Update debian/libqt5webkit5.symbols from buildds’ logs.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha3-6]

5 years agoImport qtwebkit-opensource-src_5.212.0~alpha3-6.debian.tar.xz
Dmitry Shachnev [Tue, 14 Jan 2020 15:04:18 +0000 (15:04 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha3-6.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha3-6 qtwebkit-opensource-src_5.212.0~alpha3-6.debian.tar.xz]

6 years agoMerge qtwebkit-opensource-src (5.212.0~alpha3-5) import into refs/heads/workingbranch
Dmitry Shachnev [Mon, 21 Oct 2019 07:56:29 +0000 (08:56 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha3-5) import into refs/heads/workingbranch

6 years agopath_max
Debian Qt/KDE Maintainers [Mon, 21 Oct 2019 07:56:29 +0000 (08:56 +0100)]
path_max

Gbp-Pq: Name path_max.diff

6 years agoreduce_exports
Debian Qt/KDE Maintainers [Mon, 21 Oct 2019 07:56:29 +0000 (08:56 +0100)]
reduce_exports

Gbp-Pq: Name reduce_exports.diff

6 years agoqtwebkit-opensource-src (5.212.0~alpha3-5) unstable; urgency=medium
Dmitry Shachnev [Mon, 21 Oct 2019 07:56:29 +0000 (08:56 +0100)]
qtwebkit-opensource-src (5.212.0~alpha3-5) unstable; urgency=medium

  * Update debian/libqt5webkit5.symbols from buildds’ logs.
  * Bump Standards-Version to 4.4.1, no changes needed.
  * Upload to unstable.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha3-5]

6 years agoImport qtwebkit-opensource-src_5.212.0~alpha3-5.debian.tar.xz
Dmitry Shachnev [Mon, 21 Oct 2019 07:56:29 +0000 (08:56 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha3-5.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha3-5 qtwebkit-opensource-src_5.212.0~alpha3-5.debian.tar.xz]

6 years agoImport qtwebkit-opensource-src_5.212.0~alpha3.orig.tar.xz
Dmitry Shachnev [Sun, 30 Jun 2019 12:57:32 +0000 (13:57 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha3.orig.tar.xz

[dgit import orig qtwebkit-opensource-src_5.212.0~alpha3.orig.tar.xz]

6 years agoMerge qtwebkit-opensource-src (5.212.0~alpha2-21) import into refs/heads/workingbranch
Dmitry Shachnev [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha2-21) import into refs/heads/workingbranch

6 years agoi386_fastcall
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
i386_fastcall

Gbp-Pq: Name i386_fastcall.diff

6 years agofix_trojita_plaintext
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
fix_trojita_plaintext

Gbp-Pq: Name fix_trojita_plaintext.diff

6 years agodoxygen_tags
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
doxygen_tags

Gbp-Pq: Name doxygen_tags.diff

6 years agopkgconfig_includedir
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
pkgconfig_includedir

Gbp-Pq: Name pkgconfig_includedir.diff

6 years agouse_system_woff2
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
use_system_woff2

Gbp-Pq: Name use_system_woff2.diff

6 years agopkgconfig_description
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
pkgconfig_description

Gbp-Pq: Name pkgconfig_description.diff

6 years agofix_ftbfs_alpha
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
fix_ftbfs_alpha

Gbp-Pq: Name fix_ftbfs_alpha.diff

6 years agopath_max
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
path_max

Gbp-Pq: Name path_max.diff

6 years agofix_ftbfs_x32
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
fix_ftbfs_x32

Gbp-Pq: Name fix_ftbfs_x32.diff

6 years agofix_selectedHtml_segfault
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
fix_selectedHtml_segfault

Gbp-Pq: Name fix_selectedHtml_segfault.diff

6 years agofix_copyChars_segfault
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
fix_copyChars_segfault

Gbp-Pq: Name fix_copyChars_segfault.diff

6 years agoatomic_config_test
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
atomic_config_test

Gbp-Pq: Name atomic_config_test.diff

6 years agodetect_opengl_es2
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
detect_opengl_es2

Gbp-Pq: Name detect_opengl_es2.diff

6 years agoreduce_exports
Debian Qt/KDE Maintainers [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
reduce_exports

Gbp-Pq: Name reduce_exports.diff

6 years agoqtwebkit-opensource-src (5.212.0~alpha2-21) unstable; urgency=medium
Dmitry Shachnev [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
qtwebkit-opensource-src (5.212.0~alpha2-21) unstable; urgency=medium

  * Add fastcall attribute to JSImageConstructor::construct method.
    This fixes crash on i386 (closes: #909366, #924402). Thanks Bernhard
    Übelacker for the patch!
  * Remove -fpermissive from build flags. It was wrong and not needed
    with the applied patch.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha2-21]

6 years agoImport qtwebkit-opensource-src_5.212.0~alpha2-21.debian.tar.xz
Dmitry Shachnev [Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha2-21.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha2-21 qtwebkit-opensource-src_5.212.0~alpha2-21.debian.tar.xz]

6 years agoMerge qtwebkit-opensource-src (5.212.0~alpha2-20) import into refs/heads/workingbranch
Dmitry Shachnev [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha2-20) import into refs/heads/workingbranch

6 years agofix_trojita_plaintext
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
fix_trojita_plaintext

Gbp-Pq: Name fix_trojita_plaintext.diff

6 years agodoxygen_tags
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
doxygen_tags

Gbp-Pq: Name doxygen_tags.diff

6 years agopkgconfig_includedir
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
pkgconfig_includedir

Gbp-Pq: Name pkgconfig_includedir.diff

6 years agouse_system_woff2
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
use_system_woff2

Gbp-Pq: Name use_system_woff2.diff

6 years agopkgconfig_description
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
pkgconfig_description

Gbp-Pq: Name pkgconfig_description.diff

6 years agofix_ftbfs_alpha
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
fix_ftbfs_alpha

Gbp-Pq: Name fix_ftbfs_alpha.diff

6 years agopath_max
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
path_max

Gbp-Pq: Name path_max.diff

6 years agofix_ftbfs_x32
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
fix_ftbfs_x32

Gbp-Pq: Name fix_ftbfs_x32.diff

6 years agofix_selectedHtml_segfault
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
fix_selectedHtml_segfault

Gbp-Pq: Name fix_selectedHtml_segfault.diff

6 years agofix_copyChars_segfault
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
fix_copyChars_segfault

Gbp-Pq: Name fix_copyChars_segfault.diff

6 years agoatomic_config_test
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
atomic_config_test

Gbp-Pq: Name atomic_config_test.diff

6 years agodetect_opengl_es2
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
detect_opengl_es2

Gbp-Pq: Name detect_opengl_es2.diff

6 years agoreduce_exports
Debian Qt/KDE Maintainers [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
reduce_exports

Gbp-Pq: Name reduce_exports.diff

6 years agoqtwebkit-opensource-src (5.212.0~alpha2-20) unstable; urgency=medium
Dmitry Shachnev [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
qtwebkit-opensource-src (5.212.0~alpha2-20) unstable; urgency=medium

  * Backport two upstream commits to fix page width in plain text messages
    in Trojitá (fix_trojita_plaintext.diff; closes: #919522).
  * Update to debhelper compat level 12.
  * Use the new cmake+ninja buildsystem.
  * Drop the documentation packages. They cannot be built properly with
    qdoc 5.11. See https://github.com/annulen/webkit/issues/793.
  * Update symbols files from buildds’ logs.
  * Fix libpng warning by running pngcrush during build.

[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha2-20]

6 years agoImport qtwebkit-opensource-src_5.212.0~alpha2-20.debian.tar.xz
Dmitry Shachnev [Tue, 19 Feb 2019 20:25:35 +0000 (20:25 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha2-20.debian.tar.xz

[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha2-20 qtwebkit-opensource-src_5.212.0~alpha2-20.debian.tar.xz]

6 years agoMerge qtwebkit-opensource-src (5.212.0~alpha2-19) import into refs/heads/workingbranch
Lisandro Damián Nicanor Pérez Meyer [Wed, 26 Dec 2018 19:31:35 +0000 (19:31 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha2-19) import into refs/heads/workingbranch