qbs.git
3 months agoManual merge of version 2.4.2-2+rpi1 and 2.6.1-1 to produce 2.6.1-1+rpi1 trixie-staging archive/raspbian/2.6.1-1+rpi1 raspbian/2.6.1-1+rpi1
Peter Michael Green [Thu, 11 Sep 2025 20:32:18 +0000 (20:32 +0000)]
Manual merge of version 2.4.2-2+rpi1 and 2.6.1-1 to produce 2.6.1-1+rpi1

7 months agoMerge qbs (2.6.1-1) import into refs/heads/workingbranch
Pino Toscano [Mon, 21 Apr 2025 06:26:31 +0000 (08:26 +0200)]
Merge qbs (2.6.1-1) import into refs/heads/workingbranch

7 months agoMake the quickjs embedded copy build on GNU/Hurd
Pino Toscano [Mon, 21 Apr 2025 06:26:31 +0000 (08:26 +0200)]
Make the quickjs embedded copy build on GNU/Hurd

Forwarded: not-needed
Origin: vendor
Last-Update: 2024-12-10

Backport/adapt the changes done in the upstream quickjs project for supporting
GNU/Hurd to the embedded copy in qbs:
https://github.com/bellard/quickjs/pull/316

This patch can be dropped when qbs rebases its copy to a new version of the
upstream quickjs.

Gbp-Pq: Name quickjs_hurd.diff

7 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Mon, 21 Apr 2025 06:26:31 +0000 (08:26 +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

7 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Mon, 21 Apr 2025 06:26:31 +0000 (08:26 +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

7 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Mon, 21 Apr 2025 06:26:31 +0000 (08:26 +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

7 months agotest sanitizers only on amd64
Dmitry Shachnev [Mon, 21 Apr 2025 06:26:31 +0000 (08:26 +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

7 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Mon, 21 Apr 2025 06:26:31 +0000 (08:26 +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

7 months agoqbs (2.6.1-1) unstable; urgency=medium
Pino Toscano [Mon, 21 Apr 2025 06:26:31 +0000 (08:26 +0200)]
qbs (2.6.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

[dgit import unpatched qbs 2.6.1-1]

7 months agoImport qbs_2.6.1.orig.tar.gz
Pino Toscano [Mon, 21 Apr 2025 06:26:31 +0000 (08:26 +0200)]
Import qbs_2.6.1.orig.tar.gz

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

7 months agoImport qbs_2.6.1-1.debian.tar.xz
Pino Toscano [Mon, 21 Apr 2025 06:26:31 +0000 (08:26 +0200)]
Import qbs_2.6.1-1.debian.tar.xz

[dgit import tarball qbs 2.6.1-1 qbs_2.6.1-1.debian.tar.xz]

8 months agoMerge qbs (2.6.0-2) import into refs/heads/workingbranch
Pino Toscano [Sun, 30 Mar 2025 06:23:58 +0000 (08:23 +0200)]
Merge qbs (2.6.0-2) import into refs/heads/workingbranch

8 months agoMake the quickjs embedded copy build on GNU/Hurd
Pino Toscano [Sun, 30 Mar 2025 06:23:58 +0000 (08:23 +0200)]
Make the quickjs embedded copy build on GNU/Hurd

Forwarded: not-needed
Origin: vendor
Last-Update: 2024-12-10

Backport/adapt the changes done in the upstream quickjs project for supporting
GNU/Hurd to the embedded copy in qbs:
https://github.com/bellard/quickjs/pull/316

This patch can be dropped when qbs rebases its copy to a new version of the
upstream quickjs.

Gbp-Pq: Name quickjs_hurd.diff

8 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Sun, 30 Mar 2025 06:23:58 +0000 (08:23 +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

8 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Sun, 30 Mar 2025 06:23:58 +0000 (08:23 +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

8 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Sun, 30 Mar 2025 06:23:58 +0000 (08:23 +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

8 months agotest sanitizers only on amd64
Dmitry Shachnev [Sun, 30 Mar 2025 06:23:58 +0000 (08:23 +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

8 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Sun, 30 Mar 2025 06:23:58 +0000 (08:23 +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

8 months agoqbs (2.6.0-2) unstable; urgency=medium
Pino Toscano [Sun, 30 Mar 2025 06:23:58 +0000 (08:23 +0200)]
qbs (2.6.0-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

[dgit import unpatched qbs 2.6.0-2]

8 months agoImport qbs_2.6.0-2.debian.tar.xz
Pino Toscano [Sun, 30 Mar 2025 06:23:58 +0000 (08:23 +0200)]
Import qbs_2.6.0-2.debian.tar.xz

[dgit import tarball qbs 2.6.0-2 qbs_2.6.0-2.debian.tar.xz]

8 months agoImport qbs_2.6.0.orig.tar.gz
Pino Toscano [Sat, 29 Mar 2025 06:50:00 +0000 (07:50 +0100)]
Import qbs_2.6.0.orig.tar.gz

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

10 months agoMerge qbs (2.5.1-1) import into refs/heads/workingbranch
Pino Toscano [Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +0100)]
Merge qbs (2.5.1-1) import into refs/heads/workingbranch

10 months agoMake the quickjs embedded copy build on GNU/Hurd
Pino Toscano [Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +0100)]
Make the quickjs embedded copy build on GNU/Hurd

Forwarded: not-needed
Origin: vendor
Last-Update: 2024-12-10

Backport/adapt the changes done in the upstream quickjs project for supporting
GNU/Hurd to the embedded copy in qbs:
https://github.com/bellard/quickjs/pull/316

This patch can be dropped when qbs rebases its copy to a new version of the
upstream quickjs.

Gbp-Pq: Name quickjs_hurd.diff

10 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +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

10 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +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

10 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +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

10 months agotest sanitizers only on amd64
Dmitry Shachnev [Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +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

10 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +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

10 months agoqbs (2.5.1-1) unstable; urgency=medium
Pino Toscano [Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +0100)]
qbs (2.5.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

[dgit import unpatched qbs 2.5.1-1]

10 months agoImport qbs_2.5.1.orig.tar.gz
Pino Toscano [Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +0100)]
Import qbs_2.5.1.orig.tar.gz

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

10 months agoImport qbs_2.5.1-1.debian.tar.xz
Pino Toscano [Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +0100)]
Import qbs_2.5.1-1.debian.tar.xz

[dgit import tarball qbs 2.5.1-1 qbs_2.5.1-1.debian.tar.xz]

12 months agoMerge qbs (2.5.0-2) import into refs/heads/workingbranch
Pino Toscano [Tue, 10 Dec 2024 05:26:52 +0000 (06:26 +0100)]
Merge qbs (2.5.0-2) import into refs/heads/workingbranch

12 months agoMake the quickjs embedded copy build on GNU/Hurd
Pino Toscano [Tue, 10 Dec 2024 05:26:52 +0000 (06:26 +0100)]
Make the quickjs embedded copy build on GNU/Hurd

Forwarded: not-needed
Origin: vendor
Last-Update: 2024-12-10

Backport/adapt the changes done in the upstream quickjs project for supporting
GNU/Hurd to the embedded copy in qbs:
https://github.com/bellard/quickjs/pull/316

This patch can be dropped when qbs rebases its copy to a new version of the
upstream quickjs.

Gbp-Pq: Name quickjs_hurd.diff

12 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Tue, 10 Dec 2024 05:26:52 +0000 (06:26 +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

12 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Tue, 10 Dec 2024 05:26:52 +0000 (06:26 +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

12 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Tue, 10 Dec 2024 05:26:52 +0000 (06:26 +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

12 months agotest sanitizers only on amd64
Dmitry Shachnev [Tue, 10 Dec 2024 05:26:52 +0000 (06:26 +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

12 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Tue, 10 Dec 2024 05:26:52 +0000 (06:26 +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

12 months agoqbs (2.5.0-2) unstable; urgency=medium
Pino Toscano [Tue, 10 Dec 2024 05:26:52 +0000 (06:26 +0100)]
qbs (2.5.0-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * Backport/adapt fixes from the upstream quickjs for GNU/Hurd to the embedded
    copy in qbs; patch quickjs_hurd.diff.

[dgit import unpatched qbs 2.5.0-2]

12 months agoImport qbs_2.5.0-2.debian.tar.xz
Pino Toscano [Tue, 10 Dec 2024 05:26:52 +0000 (06:26 +0100)]
Import qbs_2.5.0-2.debian.tar.xz

[dgit import tarball qbs 2.5.0-2 qbs_2.5.0-2.debian.tar.xz]

12 months agoImport qbs_2.5.0.orig.tar.gz
Pino Toscano [Sun, 8 Dec 2024 19:37:44 +0000 (20:37 +0100)]
Import qbs_2.5.0.orig.tar.gz

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

13 months agoMerge qbs (2.4.2-3) import into refs/heads/workingbranch
Pino Toscano [Fri, 1 Nov 2024 10:12:59 +0000 (11:12 +0100)]
Merge qbs (2.4.2-3) import into refs/heads/workingbranch

13 months agolink with -latomic when using address sanitizer
Dmitry Shachnev [Fri, 1 Nov 2024 10:12:59 +0000 (11:12 +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

13 months agodisable build of arm-gcc.s, it causes errors from as
Dmitry Shachnev [Fri, 1 Nov 2024 10:12:59 +0000 (11:12 +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

13 months agodo not use -specs=nosys.specs on Debian ARM architectures
Dmitry Shachnev [Fri, 1 Nov 2024 10:12:59 +0000 (11:12 +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

13 months agotest sanitizers only on amd64
Dmitry Shachnev [Fri, 1 Nov 2024 10:12:59 +0000 (11:12 +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

13 months agoskip a test that hangs on some non-x86 architectures
Dmitry Shachnev [Fri, 1 Nov 2024 10:12:59 +0000 (11:12 +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

13 months ago[PATCH] cmake: Do not install .gitignore files
Pino Toscano [Sat, 26 Oct 2024 08:59:34 +0000 (10:59 +0200)]
[PATCH] cmake: Do not install .gitignore files

Avoid installing .gitignore files from the resources, as they are of
no much use.

Change-Id: I606544a2125bb97124e6f2b1322ccdbfb695c08c
Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Gbp-Pq: Name upstream_cmake-Do-not-install-.gitignore-files.patch

13 months agoqbs (2.4.2-3) unstable; urgency=medium
Pino Toscano [Fri, 1 Nov 2024 10:12:59 +0000 (11:12 +0100)]
qbs (2.4.2-3) unstable; urgency=medium

  * Team upload.
  * Build the documentation only during arch-indep builds:
    - move the python3-bs4, and python3-lxml build dependencies to
      Build-Depends-Indep
    - copy the qt6-tools-dev build dependency to Build-Depends-Indep, as it is
      needed for running the test suite
    - enable the -DQBS_INSTALL_HTML_DOCS, and -DQBS_INSTALL_QCH_DOCS cmake
      arguments only when their respective packages are to be built
  * Mark the qt6-declarative-dev, and qt6-tools-dev build dependencies as
    !nocheck, as they are needed only when running the test suite.
  * Update symbols file from the logs of buildds.
  * Stop passing -DQBS_INSTALL_PREFIX to cmake, as it has not been used for a
    long time.
  * Simplifying avoiding installing .gitignore files:
    - backport upstream commit 862deed5ec60c36c603d5ac84546804ea67cc675 to not
      install .gitignore files; patch
      upstream_cmake-Do-not-install-.gitignore-files.patch
    - stop removing them from the sources in dh_auto_clean, to not modify the
      sources
    - drop the entries from debian/not-installed
  * Remove entries from debian/not-installed that do not exist anymore.
  * Remove Uploaders who have not contributed anything in more than 5 years.

[dgit import unpatched qbs 2.4.2-3]

13 months agoImport qbs_2.4.2-3.debian.tar.xz
Pino Toscano [Fri, 1 Nov 2024 10:12:59 +0000 (11:12 +0100)]
Import qbs_2.4.2-3.debian.tar.xz

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

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