qbs.git
13 months agoMerge version 2.3.1-4+rpi1 and 2.4.2-2 to produce 2.4.2-2+rpi1 archive/raspbian/2.4.2-2+rpi1 raspbian/2.4.2-2+rpi1
Raspbian automatic forward porter [Thu, 31 Oct 2024 17:39:23 +0000 (17:39 +0000)]
Merge version 2.3.1-4+rpi1 and 2.4.2-2 to produce 2.4.2-2+rpi1

13 months agoMerge qbs (2.4.2-2) import into refs/heads/workingbranch
Pino Toscano [Wed, 23 Oct 2024 19:56:58 +0000 (21:56 +0200)]
Merge qbs (2.4.2-2) import into refs/heads/workingbranch

13 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Wed, 23 Oct 2024 19:56:58 +0000 (21:56 +0200)]
link with -latomic when using address sanitizer

Bug: https://bugs.debian.org/1016041
Forwarded: not-needed
Last-Update: 2022-08-15

Gbp-Pq: Name asan_atomic.diff

13 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Wed, 23 Oct 2024 19:56:58 +0000 (21:56 +0200)]
disable build of arm-gcc.s, it causes errors from as

Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

13 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Wed, 23 Oct 2024 19:56:58 +0000 (21:56 +0200)]
do not use -specs=nosys.specs on Debian ARM architectures

Forwarded: not-needed
Last-Update: 2023-07-29

This requires gcc-arm-none-eabi which we do not want to depend on.

Gbp-Pq: Name no_nosys_specs.diff

13 months agotest sanitizers only on amd64
Dmitry Shachnev [Wed, 23 Oct 2024 19:56:58 +0000 (21:56 +0200)]
test sanitizers only on amd64

Forwarded: not-needed
Last-Update: 2023-08-09

In Debian, sanitizers are available not on all architectures.
For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).

Gbp-Pq: Name test_sanitizers_only_on_amd64.diff

13 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Wed, 23 Oct 2024 19:56:58 +0000 (21:56 +0200)]
skip a test that hangs on some non-x86 architectures

Forwarded: no
Last-Update: 2023-07-29

Gbp-Pq: Name skip_test_concurrent.diff

13 months agoqbs (2.4.2-2) unstable; urgency=medium
Pino Toscano [Wed, 23 Oct 2024 19:56:58 +0000 (21:56 +0200)]
qbs (2.4.2-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

[dgit import unpatched qbs 2.4.2-2]

13 months agoImport qbs_2.4.2-2.debian.tar.xz
Pino Toscano [Wed, 23 Oct 2024 19:56:58 +0000 (21:56 +0200)]
Import qbs_2.4.2-2.debian.tar.xz

[dgit import tarball qbs 2.4.2-2 qbs_2.4.2-2.debian.tar.xz]

14 months agoImport qbs_2.4.2.orig.tar.gz
Pino Toscano [Sun, 13 Oct 2024 08:22:03 +0000 (10:22 +0200)]
Import qbs_2.4.2.orig.tar.gz

[dgit import orig qbs_2.4.2.orig.tar.gz]

16 months agoMerge qbs (2.3.1-6) import into refs/heads/workingbranch
Dmitry Shachnev [Mon, 29 Jul 2024 12:40:19 +0000 (15:40 +0300)]
Merge qbs (2.3.1-6) import into refs/heads/workingbranch

16 months agofix the linkerMode test for Linux ARM
Debian Qt/KDE Maintainers [Mon, 29 Jul 2024 12:40:19 +0000 (15:40 +0300)]
fix the linkerMode test for Linux ARM

Origin: upstream, https://code.qt.io/cgit/qbs/qbs.git/commit/?id=03dc3932dacf76d4
Last-Update: 2024-05-11

Gbp-Pq: Name fix_linker_mode_test.diff

16 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Mon, 29 Jul 2024 12:40:19 +0000 (15:40 +0300)]
link with -latomic when using address sanitizer

Bug: https://bugs.debian.org/1016041
Forwarded: not-needed
Last-Update: 2022-08-15

Gbp-Pq: Name asan_atomic.diff

16 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Mon, 29 Jul 2024 12:40:19 +0000 (15:40 +0300)]
disable build of arm-gcc.s, it causes errors from as

Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

16 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Mon, 29 Jul 2024 12:40:19 +0000 (15:40 +0300)]
do not use -specs=nosys.specs on Debian ARM architectures

Forwarded: not-needed
Last-Update: 2023-07-29

This requires gcc-arm-none-eabi which we do not want to depend on.

Gbp-Pq: Name no_nosys_specs.diff

16 months agotest sanitizers only on amd64
Dmitry Shachnev [Mon, 29 Jul 2024 12:40:19 +0000 (15:40 +0300)]
test sanitizers only on amd64

Forwarded: not-needed
Last-Update: 2023-08-09

In Debian, sanitizers are available not on all architectures.
For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).

Gbp-Pq: Name test_sanitizers_only_on_amd64.diff

16 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Mon, 29 Jul 2024 12:40:19 +0000 (15:40 +0300)]
skip a test that hangs on some non-x86 architectures

Forwarded: no
Last-Update: 2023-07-29

Gbp-Pq: Name skip_test_concurrent.diff

16 months agoqbs (2.3.1-6) unstable; urgency=medium
Dmitry Shachnev [Mon, 29 Jul 2024 12:40:19 +0000 (15:40 +0300)]
qbs (2.3.1-6) unstable; urgency=medium

  * Update debian/libqbscore2.3.symbols fifth time in a row.
  * Use dpkg-build-api level 1, drop explicit Rules-Requires-Root: no.
  * Do not build with -O3 on Ubuntu ppc64el, that causes link failures.

[dgit import unpatched qbs 2.3.1-6]

16 months agoImport qbs_2.3.1-6.debian.tar.xz
Dmitry Shachnev [Mon, 29 Jul 2024 12:40:19 +0000 (15:40 +0300)]
Import qbs_2.3.1-6.debian.tar.xz

[dgit import tarball qbs 2.3.1-6 qbs_2.3.1-6.debian.tar.xz]

17 months agoupdate symbols stuff for 2.x archive/raspbian/2.3.1-4+rpi1 raspbian/2.3.1-4+rpi1
Peter Michael Green [Sun, 14 Jul 2024 20:59:27 +0000 (20:59 +0000)]
update symbols stuff for 2.x

17 months agoMerge version 1.24.1+dfsg-2+rpi1 and 2.3.1-4 to produce 2.3.1-4+rpi1
Raspbian automatic forward porter [Thu, 20 Jun 2024 01:21:07 +0000 (02:21 +0100)]
Merge version 1.24.1+dfsg-2+rpi1 and 2.3.1-4 to produce 2.3.1-4+rpi1

18 months agoMerge qbs (2.3.1-4) import into refs/heads/workingbranch
Dmitry Shachnev [Sat, 8 Jun 2024 18:54:49 +0000 (21:54 +0300)]
Merge qbs (2.3.1-4) import into refs/heads/workingbranch

18 months agofix the linkerMode test for Linux ARM
Debian Qt/KDE Maintainers [Sat, 8 Jun 2024 18:54:49 +0000 (21:54 +0300)]
fix the linkerMode test for Linux ARM

Origin: upstream, https://code.qt.io/cgit/qbs/qbs.git/commit/?id=03dc3932dacf76d4
Last-Update: 2024-05-11

Gbp-Pq: Name fix_linker_mode_test.diff

18 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Sat, 8 Jun 2024 18:54:49 +0000 (21:54 +0300)]
link with -latomic when using address sanitizer

Bug: https://bugs.debian.org/1016041
Forwarded: not-needed
Last-Update: 2022-08-15

Gbp-Pq: Name asan_atomic.diff

18 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Sat, 8 Jun 2024 18:54:49 +0000 (21:54 +0300)]
disable build of arm-gcc.s, it causes errors from as

Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

18 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Sat, 8 Jun 2024 18:54:49 +0000 (21:54 +0300)]
do not use -specs=nosys.specs on Debian ARM architectures

Forwarded: not-needed
Last-Update: 2023-07-29

This requires gcc-arm-none-eabi which we do not want to depend on.

Gbp-Pq: Name no_nosys_specs.diff

18 months agotest sanitizers only on amd64
Dmitry Shachnev [Sat, 8 Jun 2024 18:54:49 +0000 (21:54 +0300)]
test sanitizers only on amd64

Forwarded: not-needed
Last-Update: 2023-08-09

In Debian, sanitizers are available not on all architectures.
For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).

Gbp-Pq: Name test_sanitizers_only_on_amd64.diff

18 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Sat, 8 Jun 2024 18:54:49 +0000 (21:54 +0300)]
skip a test that hangs on some non-x86 architectures

Forwarded: no
Last-Update: 2023-07-29

Gbp-Pq: Name skip_test_concurrent.diff

18 months agoqbs (2.3.1-4) unstable; urgency=medium
Dmitry Shachnev [Sat, 8 Jun 2024 18:54:49 +0000 (21:54 +0300)]
qbs (2.3.1-4) unstable; urgency=medium

  * Update debian/libqbscore2.3.symbols again, this time for Qt 6.6.

[dgit import unpatched qbs 2.3.1-4]

18 months agoImport qbs_2.3.1-4.debian.tar.xz
Dmitry Shachnev [Sat, 8 Jun 2024 18:54:49 +0000 (21:54 +0300)]
Import qbs_2.3.1-4.debian.tar.xz

[dgit import tarball qbs 2.3.1-4 qbs_2.3.1-4.debian.tar.xz]

18 months agoMerge qbs (2.3.1-3) import into refs/heads/workingbranch
Dmitry Shachnev [Sun, 2 Jun 2024 13:40:32 +0000 (16:40 +0300)]
Merge qbs (2.3.1-3) import into refs/heads/workingbranch

18 months agofix the linkerMode test for Linux ARM
Debian Qt/KDE Maintainers [Sun, 2 Jun 2024 13:40:32 +0000 (16:40 +0300)]
fix the linkerMode test for Linux ARM

Origin: upstream, https://code.qt.io/cgit/qbs/qbs.git/commit/?id=03dc3932dacf76d4
Last-Update: 2024-05-11

Gbp-Pq: Name fix_linker_mode_test.diff

18 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Sun, 2 Jun 2024 13:40:32 +0000 (16:40 +0300)]
link with -latomic when using address sanitizer

Bug: https://bugs.debian.org/1016041
Forwarded: not-needed
Last-Update: 2022-08-15

Gbp-Pq: Name asan_atomic.diff

18 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Sun, 2 Jun 2024 13:40:32 +0000 (16:40 +0300)]
disable build of arm-gcc.s, it causes errors from as

Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

18 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Sun, 2 Jun 2024 13:40:32 +0000 (16:40 +0300)]
do not use -specs=nosys.specs on Debian ARM architectures

Forwarded: not-needed
Last-Update: 2023-07-29

This requires gcc-arm-none-eabi which we do not want to depend on.

Gbp-Pq: Name no_nosys_specs.diff

18 months agotest sanitizers only on amd64
Dmitry Shachnev [Sun, 2 Jun 2024 13:40:32 +0000 (16:40 +0300)]
test sanitizers only on amd64

Forwarded: not-needed
Last-Update: 2023-08-09

In Debian, sanitizers are available not on all architectures.
For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).

Gbp-Pq: Name test_sanitizers_only_on_amd64.diff

18 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Sun, 2 Jun 2024 13:40:32 +0000 (16:40 +0300)]
skip a test that hangs on some non-x86 architectures

Forwarded: no
Last-Update: 2023-07-29

Gbp-Pq: Name skip_test_concurrent.diff

18 months agoqbs (2.3.1-3) unstable; urgency=medium
Dmitry Shachnev [Sun, 2 Jun 2024 13:40:32 +0000 (16:40 +0300)]
qbs (2.3.1-3) unstable; urgency=medium

  * Update debian/libqbscore2.3.symbols from buildds’ logs.
  * Merge two symbols for bucketsForCapacity() (closes: #1072386).

[dgit import unpatched qbs 2.3.1-3]

18 months agoImport qbs_2.3.1-3.debian.tar.xz
Dmitry Shachnev [Sun, 2 Jun 2024 13:40:32 +0000 (16:40 +0300)]
Import qbs_2.3.1-3.debian.tar.xz

[dgit import tarball qbs 2.3.1-3 qbs_2.3.1-3.debian.tar.xz]

19 months agoMerge qbs (2.3.1-2) import into refs/heads/workingbranch
Dmitry Shachnev [Wed, 15 May 2024 08:09:39 +0000 (11:09 +0300)]
Merge qbs (2.3.1-2) import into refs/heads/workingbranch

19 months agofix the linkerMode test for Linux ARM
Debian Qt/KDE Maintainers [Wed, 15 May 2024 08:09:39 +0000 (11:09 +0300)]
fix the linkerMode test for Linux ARM

Origin: upstream, https://code.qt.io/cgit/qbs/qbs.git/commit/?id=03dc3932dacf76d4
Last-Update: 2024-05-11

Gbp-Pq: Name fix_linker_mode_test.diff

19 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Wed, 15 May 2024 08:09:39 +0000 (11:09 +0300)]
link with -latomic when using address sanitizer

Bug: https://bugs.debian.org/1016041
Forwarded: not-needed
Last-Update: 2022-08-15

Gbp-Pq: Name asan_atomic.diff

19 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Wed, 15 May 2024 08:09:39 +0000 (11:09 +0300)]
disable build of arm-gcc.s, it causes errors from as

Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

19 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Wed, 15 May 2024 08:09:39 +0000 (11:09 +0300)]
do not use -specs=nosys.specs on Debian ARM architectures

Forwarded: not-needed
Last-Update: 2023-07-29

This requires gcc-arm-none-eabi which we do not want to depend on.

Gbp-Pq: Name no_nosys_specs.diff

19 months agotest sanitizers only on amd64
Dmitry Shachnev [Wed, 15 May 2024 08:09:39 +0000 (11:09 +0300)]
test sanitizers only on amd64

Forwarded: not-needed
Last-Update: 2023-08-09

In Debian, sanitizers are available not on all architectures.
For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).

Gbp-Pq: Name test_sanitizers_only_on_amd64.diff

19 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Wed, 15 May 2024 08:09:39 +0000 (11:09 +0300)]
skip a test that hangs on some non-x86 architectures

Forwarded: no
Last-Update: 2023-07-29

Gbp-Pq: Name skip_test_concurrent.diff

19 months agoqbs (2.3.1-2) unstable; urgency=medium
Dmitry Shachnev [Wed, 15 May 2024 08:09:39 +0000 (11:09 +0300)]
qbs (2.3.1-2) unstable; urgency=medium

  * Update debian/libqbscore2.3.symbols from buildds’ logs.

[dgit import unpatched qbs 2.3.1-2]

19 months agoImport qbs_2.3.1-2.debian.tar.xz
Dmitry Shachnev [Wed, 15 May 2024 08:09:39 +0000 (11:09 +0300)]
Import qbs_2.3.1-2.debian.tar.xz

[dgit import tarball qbs 2.3.1-2 qbs_2.3.1-2.debian.tar.xz]

19 months agoImport qbs_2.3.1.orig.tar.gz
Dmitry Shachnev [Sat, 11 May 2024 15:24:25 +0000 (18:24 +0300)]
Import qbs_2.3.1.orig.tar.gz

[dgit import orig qbs_2.3.1.orig.tar.gz]

21 months agoMerge qbs (2.1.2-2.1) import into refs/heads/workingbranch
Benjamin Drung [Thu, 29 Feb 2024 21:29:48 +0000 (21:29 +0000)]
Merge qbs (2.1.2-2.1) import into refs/heads/workingbranch

21 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Thu, 29 Feb 2024 21:29:48 +0000 (21:29 +0000)]
link with -latomic when using address sanitizer

Bug: https://bugs.debian.org/1016041
Forwarded: not-needed
Last-Update: 2022-08-15

Gbp-Pq: Name asan_atomic.diff

21 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Thu, 29 Feb 2024 21:29:48 +0000 (21:29 +0000)]
disable build of arm-gcc.s, it causes errors from as

Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

21 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Thu, 29 Feb 2024 21:29:48 +0000 (21:29 +0000)]
do not use -specs=nosys.specs on Debian ARM architectures

Forwarded: not-needed
Last-Update: 2023-07-29

This requires gcc-arm-none-eabi which we do not want to depend on.

Gbp-Pq: Name no_nosys_specs.diff

21 months agotest sanitizers only on amd64
Dmitry Shachnev [Thu, 29 Feb 2024 21:29:48 +0000 (21:29 +0000)]
test sanitizers only on amd64

Forwarded: not-needed
Last-Update: 2023-08-09

In Debian, sanitizers are available not on all architectures.
For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).

Gbp-Pq: Name test_sanitizers_only_on_amd64.diff

21 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Thu, 29 Feb 2024 21:29:48 +0000 (21:29 +0000)]
skip a test that hangs on some non-x86 architectures

Forwarded: no
Last-Update: 2023-07-29

Gbp-Pq: Name skip_test_concurrent.diff

21 months agoqbs (2.1.2-2.1) unstable; urgency=medium
Benjamin Drung [Thu, 29 Feb 2024 21:29:48 +0000 (21:29 +0000)]
qbs (2.1.2-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062711

[dgit import unpatched qbs 2.1.2-2.1]

21 months agoImport qbs_2.1.2-2.1.debian.tar.xz
Benjamin Drung [Thu, 29 Feb 2024 21:29:48 +0000 (21:29 +0000)]
Import qbs_2.1.2-2.1.debian.tar.xz

[dgit import tarball qbs 2.1.2-2.1 qbs_2.1.2-2.1.debian.tar.xz]

2 years agoMerge qbs (2.1.2-2) import into refs/heads/workingbranch
Dmitry Shachnev [Fri, 8 Dec 2023 10:54:19 +0000 (13:54 +0300)]
Merge qbs (2.1.2-2) import into refs/heads/workingbranch

2 years agolink with -latomic when using address sanitizer
Dmitry Shachnev [Fri, 8 Dec 2023 10:54:19 +0000 (13:54 +0300)]
link with -latomic when using address sanitizer

Bug: https://bugs.debian.org/1016041
Forwarded: not-needed
Last-Update: 2022-08-15

Gbp-Pq: Name asan_atomic.diff

2 years agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Fri, 8 Dec 2023 10:54:19 +0000 (13:54 +0300)]
disable build of arm-gcc.s, it causes errors from as

Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

2 years agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Fri, 8 Dec 2023 10:54:19 +0000 (13:54 +0300)]
do not use -specs=nosys.specs on Debian ARM architectures

Forwarded: not-needed
Last-Update: 2023-07-29

This requires gcc-arm-none-eabi which we do not want to depend on.

Gbp-Pq: Name no_nosys_specs.diff

2 years agotest sanitizers only on amd64
Dmitry Shachnev [Fri, 8 Dec 2023 10:54:19 +0000 (13:54 +0300)]
test sanitizers only on amd64

Forwarded: not-needed
Last-Update: 2023-08-09

In Debian, sanitizers are available not on all architectures.
For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).

Gbp-Pq: Name test_sanitizers_only_on_amd64.diff

2 years agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Fri, 8 Dec 2023 10:54:19 +0000 (13:54 +0300)]
skip a test that hangs on some non-x86 architectures

Forwarded: no
Last-Update: 2023-07-29

Gbp-Pq: Name skip_test_concurrent.diff

2 years agoqbs (2.1.2-2) unstable; urgency=medium
Dmitry Shachnev [Fri, 8 Dec 2023 10:54:19 +0000 (13:54 +0300)]
qbs (2.1.2-2) unstable; urgency=medium

  * Update debian/libqbscore2.1.symbols for loong64 (closes: #1057757).
  * Also update debian/libqbscore2.1.symbols from the current build logs.

[dgit import unpatched qbs 2.1.2-2]

2 years agoImport qbs_2.1.2-2.debian.tar.xz
Dmitry Shachnev [Fri, 8 Dec 2023 10:54:19 +0000 (13:54 +0300)]
Import qbs_2.1.2-2.debian.tar.xz

[dgit import tarball qbs 2.1.2-2 qbs_2.1.2-2.debian.tar.xz]

2 years agoImport qbs_2.1.2.orig.tar.gz
Dmitry Shachnev [Sat, 30 Sep 2023 19:18:32 +0000 (22:18 +0300)]
Import qbs_2.1.2.orig.tar.gz

[dgit import orig qbs_2.1.2.orig.tar.gz]

2 years agoMerge qbs (2.1.2-1) import into refs/heads/workingbranch
Dmitry Shachnev [Sat, 30 Sep 2023 19:18:32 +0000 (20:18 +0100)]
Merge qbs (2.1.2-1) import into refs/heads/workingbranch

2 years agolink with -latomic when using address sanitizer
Dmitry Shachnev [Sat, 30 Sep 2023 19:18:32 +0000 (20:18 +0100)]
link with -latomic when using address sanitizer

Bug: https://bugs.debian.org/1016041
Forwarded: not-needed
Last-Update: 2022-08-15

Gbp-Pq: Name asan_atomic.diff

2 years agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Sat, 30 Sep 2023 19:18:32 +0000 (20:18 +0100)]
disable build of arm-gcc.s, it causes errors from as

Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

2 years agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Sat, 30 Sep 2023 19:18:32 +0000 (20:18 +0100)]
do not use -specs=nosys.specs on Debian ARM architectures

Forwarded: not-needed
Last-Update: 2023-07-29

This requires gcc-arm-none-eabi which we do not want to depend on.

Gbp-Pq: Name no_nosys_specs.diff

2 years agotest sanitizers only on amd64
Dmitry Shachnev [Sat, 30 Sep 2023 19:18:32 +0000 (20:18 +0100)]
test sanitizers only on amd64

Forwarded: not-needed
Last-Update: 2023-08-09

In Debian, sanitizers are available not on all architectures.
For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).

Gbp-Pq: Name test_sanitizers_only_on_amd64.diff

2 years agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Sat, 30 Sep 2023 19:18:32 +0000 (20:18 +0100)]
skip a test that hangs on some non-x86 architectures

Forwarded: no
Last-Update: 2023-07-29

Gbp-Pq: Name skip_test_concurrent.diff

2 years agoqbs (2.1.2-1) unstable; urgency=medium
Dmitry Shachnev [Sat, 30 Sep 2023 19:18:32 +0000 (20:18 +0100)]
qbs (2.1.2-1) unstable; urgency=medium

  * New upstream release.
  * Drop quickjs_32bit_float64_tag.diff, applied upstream.
  * Refresh asan_atomic.diff.
  * Update debian/libqbscore2.1.symbols for sparc64.

[dgit import unpatched qbs 2.1.2-1]

2 years agoImport qbs_2.1.2.orig.tar.gz
Dmitry Shachnev [Sat, 30 Sep 2023 19:18:32 +0000 (20:18 +0100)]
Import qbs_2.1.2.orig.tar.gz

[dgit import orig qbs_2.1.2.orig.tar.gz]

2 years agoImport qbs_2.1.2-1.debian.tar.xz
Dmitry Shachnev [Sat, 30 Sep 2023 19:18:32 +0000 (20:18 +0100)]
Import qbs_2.1.2-1.debian.tar.xz

[dgit import tarball qbs 2.1.2-1 qbs_2.1.2-1.debian.tar.xz]

2 years agoMerge qbs (2.1.1-2) import into refs/heads/workingbranch
Dmitry Shachnev [Wed, 16 Aug 2023 17:44:00 +0000 (18:44 +0100)]
Merge qbs (2.1.1-2) import into refs/heads/workingbranch

2 years agoMake checking for float64 tags work on 32-bit architectures
Debian Qt/KDE Maintainers [Wed, 16 Aug 2023 17:44:00 +0000 (18:44 +0100)]
Make checking for float64 tags work on 32-bit architectures

Origin: upstream, https://code.qt.io/cgit/qbs/qbs.git/commit/?id=d8c97a5f0b1f85e7
Last-Update: 2023-08-02

Gbp-Pq: Name quickjs_32bit_float64_tag.diff

2 years agolink with -latomic when using address sanitizer
Dmitry Shachnev [Wed, 16 Aug 2023 17:44:00 +0000 (18:44 +0100)]
link with -latomic when using address sanitizer

Bug: https://bugs.debian.org/1016041
Forwarded: not-needed
Last-Update: 2022-08-15

Gbp-Pq: Name asan_atomic.diff

2 years agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Wed, 16 Aug 2023 17:44:00 +0000 (18:44 +0100)]
disable build of arm-gcc.s, it causes errors from as

Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

2 years agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Wed, 16 Aug 2023 17:44:00 +0000 (18:44 +0100)]
do not use -specs=nosys.specs on Debian ARM architectures

Forwarded: not-needed
Last-Update: 2023-07-29

This requires gcc-arm-none-eabi which we do not want to depend on.

Gbp-Pq: Name no_nosys_specs.diff

2 years agotest sanitizers only on amd64
Dmitry Shachnev [Wed, 16 Aug 2023 17:44:00 +0000 (18:44 +0100)]
test sanitizers only on amd64

Forwarded: not-needed
Last-Update: 2023-08-09

In Debian, sanitizers are available not on all architectures.
For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).

Gbp-Pq: Name test_sanitizers_only_on_amd64.diff

2 years agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Wed, 16 Aug 2023 17:44:00 +0000 (18:44 +0100)]
skip a test that hangs on some non-x86 architectures

Forwarded: no
Last-Update: 2023-07-29

Gbp-Pq: Name skip_test_concurrent.diff

2 years agoqbs (2.1.1-2) unstable; urgency=medium
Dmitry Shachnev [Wed, 16 Aug 2023 17:44:00 +0000 (18:44 +0100)]
qbs (2.1.1-2) unstable; urgency=medium

  * Update debian/libqbscore2.1.symbols from buildds’ logs.
  * Mark more symbols that disappear with -O3 as optional.

[dgit import unpatched qbs 2.1.1-2]

2 years agoImport qbs_2.1.1-2.debian.tar.xz
Dmitry Shachnev [Wed, 16 Aug 2023 17:44:00 +0000 (18:44 +0100)]
Import qbs_2.1.1-2.debian.tar.xz

[dgit import tarball qbs 2.1.1-2 qbs_2.1.1-2.debian.tar.xz]

2 years agoImport qbs_2.1.1.orig.tar.gz
Dmitry Shachnev [Wed, 9 Aug 2023 16:58:53 +0000 (17:58 +0100)]
Import qbs_2.1.1.orig.tar.gz

[dgit import orig qbs_2.1.1.orig.tar.gz]

2 years agoMerge version 1.24.0+dfsg-4+rpi1 and 1.24.1+dfsg-2 to produce 1.24.1+dfsg-2+rpi1 bookworm-staging archive/raspbian/1.24.1+dfsg-2+rpi1 raspbian/1.24.1+dfsg-2+rpi1
Raspbian automatic forward porter [Sun, 14 May 2023 18:11:07 +0000 (19:11 +0100)]
Merge version 1.24.0+dfsg-4+rpi1 and 1.24.1+dfsg-2 to produce 1.24.1+dfsg-2+rpi1

2 years agoMerge qbs (1.24.1+dfsg-2) import into refs/heads/workingbranch
Dmitry Shachnev [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
Merge qbs (1.24.1+dfsg-2) import into refs/heads/workingbranch

2 years agofind qdoc directly, without relying on qmake location
Dmitry Shachnev [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
find qdoc directly, without relying on qmake location

Forwarded: https://codereview.qt-project.org/c/qbs/qbs/+/464636
Last-Update: 2023-03-05

Gbp-Pq: Name find_qdoc.diff

2 years agoadd support for s390/s390x architectures to qtscript
Dan Horák [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
add support for s390/s390x architectures to qtscript

Origin: https://trac.webkit.org/changeset/71844/webkit/
Forwarded: no
Last-Update: 2022-11-29

Gbp-Pq: Name s390x_jscore.diff

2 years agolink with -latomic when using address sanitizer
Dmitry Shachnev [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
link with -latomic when using address sanitizer

Bug: https://bugs.debian.org/1016041
Forwarded: not-needed
Last-Update: 2022-08-15

Gbp-Pq: Name asan_atomic.diff

2 years agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
disable build of arm-gcc.s, it causes errors from as

Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

2 years agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
do not use -specs=nosys.specs on Debian ARM architectures

Forwarded: not-needed
Last-Update: 2021-01-05

This requires gcc-arm-none-eabi which we do not want to depend on.

Gbp-Pq: Name no_nosys_specs.diff

2 years agotest sanitizers only on amd64
Dmitry Shachnev [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
test sanitizers only on amd64

Forwarded: not-needed
Last-Update: 2020-05-21

In Debian, sanitizers are available not on all architectures.
For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).

Gbp-Pq: Name test_sanitizers_only_on_amd64.diff

2 years agoskip tests that hang on some non-x86 architectures
Dmitry Shachnev [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
skip tests that hang on some non-x86 architectures

Forwarded: no
Last-Update: 2021-01-23

Gbp-Pq: Name skip_test_concurrent.diff

2 years agodisable API tests on mips*, powerpc, ppc64 and ppc64el
Dmitry Shachnev [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
disable API tests on mips*, powerpc, ppc64 and ppc64el

Forwarded: not-needed
Last-Update: 2022-04-06

They are segfaulting due to bugs in QtScript.
The stacktrace is (obtained on ppc64el):
  #0  SLL_PopRange (end=<synthetic pointer>, start=<synthetic pointer>, N=<optimized out>, head=0x3fffb32004e0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:742
  #1  PopRange (end=<synthetic pointer>, start=<synthetic pointer>, N=<optimized out>, this=0x3fffb32004e0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2083
  #2  ReleaseToCentralCache (N=192, cl=<optimized out>, this=0x3fffb3200478) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2795
  #3  QTWTF::TCMalloc_ThreadCache::Cleanup (this=0x3fffb3200478) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2745
  #4  0x00003fffb724c6d8 in QTWTF::TCMalloc_ThreadCache::DeleteCache (heap=0x3fffb3200478) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:3069
  #5  0x00003fffb6a48604 in __nptl_deallocate_tsd () at pthread_create.c:157
  #6  0x00003fffb6a489b8 in start_thread (arg=0x3fffb441f160) at pthread_create.c:322
  #7  0x00003fffb745f870 in clone () at ../sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S:104

Also disable blackbox tests on mips* and riscv64.

Gbp-Pq: Name disable_tests_qtscript.diff

2 years agoqbs (1.24.1+dfsg-2) unstable; urgency=medium
Dmitry Shachnev [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
qbs (1.24.1+dfsg-2) unstable; urgency=medium

  * Add a patch to find qdoc directly, to fix arch:all build.
  * Prevent dh_compress from compressing qbs.qch.

[dgit import unpatched qbs 1.24.1+dfsg-2]

2 years agoImport qbs_1.24.1+dfsg-2.debian.tar.xz
Dmitry Shachnev [Sun, 5 Mar 2023 17:28:50 +0000 (17:28 +0000)]
Import qbs_1.24.1+dfsg-2.debian.tar.xz

[dgit import tarball qbs 1.24.1+dfsg-2 qbs_1.24.1+dfsg-2.debian.tar.xz]

2 years agoImport qbs_1.24.1+dfsg.orig.tar.xz
Dmitry Shachnev [Sat, 4 Mar 2023 18:02:25 +0000 (18:02 +0000)]
Import qbs_1.24.1+dfsg.orig.tar.xz

[dgit import orig qbs_1.24.1+dfsg.orig.tar.xz]

2 years agoMerge version 1.24.0+dfsg-2+rpi1 and 1.24.0+dfsg-4 to produce 1.24.0+dfsg-4+rpi1 archive/raspbian/1.24.0+dfsg-4+rpi1 raspbian/1.24.0+dfsg-4+rpi1
Raspbian automatic forward porter [Thu, 19 Jan 2023 11:57:20 +0000 (11:57 +0000)]
Merge version 1.24.0+dfsg-2+rpi1 and 1.24.0+dfsg-4 to produce 1.24.0+dfsg-4+rpi1

2 years agoMerge qbs (1.24.0+dfsg-4) import into refs/heads/workingbranch
Patrick Franz [Sun, 1 Jan 2023 23:39:26 +0000 (23:39 +0000)]
Merge qbs (1.24.0+dfsg-4) import into refs/heads/workingbranch