Dmitry Shachnev [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +0000)]
Merge qbs (1.18.0-5) import into refs/heads/workingbranch
Dmitry Shachnev [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +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
Dmitry Shachnev [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +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
Dmitry Shachnev [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +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
Alexander Volkov [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +0000)]
fix DESTDIR for qbs_processlauncher
Forwarded: no
Last-Update: 2018-04-04
Gbp-Pq: Name processlauncher_destdir.diff
Dmitry Shachnev [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +0000)]
use the same SONAME scheme on kfreebsd as on Linux
Forwarded: not-yet
Last-Update: 2017-01-04
Gbp-Pq: Name kfreebsd_soname.diff
Dmitry Shachnev [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +0000)]
skip tests that hang on some non-x86 architectures
Forwarded: no
Last-Update: 2021-01-23
Gbp-Pq: Name skip_test_concurrent.diff
Dmitry Shachnev [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +0000)]
limit API tests to only common architectures
Forwarded: not-needed
Last-Update: 2019-04-18
On other architectures 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
QBS is going to be ported away from QtScript, but in the mean time disable
API tests on non-common architectures to make the build pass.
Gbp-Pq: Name disable_tests_qtscript.diff
Adam Majer [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +0000)]
do not pass wrong -L flag when linking with libqbscore
Forwarded: not-needed
Last-Update: 2015-03-13
Gbp-Pq: Name remove_rpaths.diff
Dmitry Shachnev [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +0000)]
qbs (1.18.0-5) unstable; urgency=medium
* Handle symlink to directory change in qbs-examples (closes: #985295).
[dgit import unpatched qbs 1.18.0-5]
Dmitry Shachnev [Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +0000)]
Import qbs_1.18.0-5.debian.tar.xz
[dgit import tarball qbs 1.18.0-5 qbs_1.18.0-5.debian.tar.xz]
Dmitry Shachnev [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +0000)]
Merge qbs (1.18.0-4) import into refs/heads/workingbranch
Dmitry Shachnev [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +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
Dmitry Shachnev [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +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
Dmitry Shachnev [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +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
Alexander Volkov [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +0000)]
fix DESTDIR for qbs_processlauncher
Forwarded: no
Last-Update: 2018-04-04
Gbp-Pq: Name processlauncher_destdir.diff
Dmitry Shachnev [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +0000)]
use the same SONAME scheme on kfreebsd as on Linux
Forwarded: not-yet
Last-Update: 2017-01-04
Gbp-Pq: Name kfreebsd_soname.diff
Dmitry Shachnev [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +0000)]
skip tests that hang on some non-x86 architectures
Forwarded: no
Last-Update: 2021-01-23
Gbp-Pq: Name skip_test_concurrent.diff
Dmitry Shachnev [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +0000)]
limit API tests to only common architectures
Forwarded: not-needed
Last-Update: 2019-04-18
On other architectures 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
QBS is going to be ported away from QtScript, but in the mean time disable
API tests on non-common architectures to make the build pass.
Gbp-Pq: Name disable_tests_qtscript.diff
Adam Majer [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +0000)]
do not pass wrong -L flag when linking with libqbscore
Forwarded: not-needed
Last-Update: 2015-03-13
Gbp-Pq: Name remove_rpaths.diff
Dmitry Shachnev [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +0000)]
qbs (1.18.0-4) unstable; urgency=medium
* Skip TestBlackboxJobLimits::jobLimits test that sometimes hangs on
mipsel/mips64el (closes: #980872).
* Run the remaining tests with QBS_AUTOTEST_ALWAYS_LOG_STD{OUT,ERR}=1.
[dgit import unpatched qbs 1.18.0-4]
Dmitry Shachnev [Sun, 24 Jan 2021 11:18:12 +0000 (11:18 +0000)]
Import qbs_1.18.0-4.debian.tar.xz
[dgit import tarball qbs 1.18.0-4 qbs_1.18.0-4.debian.tar.xz]
Dmitry Shachnev [Mon, 28 Dec 2020 18:27:26 +0000 (18:27 +0000)]
Import qbs_1.18.0.orig.tar.gz
[dgit import orig qbs_1.18.0.orig.tar.gz]
Dmitry Shachnev [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)]
Merge qbs (1.17.0-2) import into refs/heads/workingbranch
Dmitry Shachnev [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +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
Dmitry Shachnev [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)]
do not use -specs=nosys.specs on Debian ARM architectures
Forwarded: not-needed
Last-Update: 2020-09-20
This requires gcc-arm-none-eabi which we do not want to depend on.
Gbp-Pq: Name no_nosys_specs.diff
Dmitry Shachnev [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)]
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
Alexander Volkov [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)]
fix DESTDIR for qbs_processlauncher
Forwarded: no
Last-Update: 2018-04-04
Gbp-Pq: Name processlauncher_destdir.diff
Dmitry Shachnev [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)]
use the same SONAME scheme on kfreebsd as on Linux
Forwarded: not-yet
Last-Update: 2017-01-04
Gbp-Pq: Name kfreebsd_soname.diff
Dmitry Shachnev [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)]
skip new test that hangs on non-x86 architectures
Forwarded: no
Last-Update: 2016-03-20
Gbp-Pq: Name skip_test_concurrent.diff
Dmitry Shachnev [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)]
limit API tests to only common architectures
Forwarded: not-needed
Last-Update: 2019-04-18
On other architectures 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
QBS is going to be ported away from QtScript, but in the mean time disable
API tests on non-common architectures to make the build pass.
Gbp-Pq: Name disable_tests_qtscript.diff
Adam Majer [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)]
do not pass wrong -L flag when linking with libqbscore
Forwarded: not-needed
Last-Update: 2015-03-13
Gbp-Pq: Name remove_rpaths.diff
Dmitry Shachnev [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)]
qbs (1.17.0-2) unstable; urgency=medium
* Fix tests failures on ARM:
- Do not use nosys.specs, it needs gcc-arm-none-eabi.
- Disable build of arm-gcc.s, it causes errors from as.
* Update debian/libqbscore1.17.symbols from buildds’ logs.
* Upload to unstable.
[dgit import unpatched qbs 1.17.0-2]
Dmitry Shachnev [Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)]
Import qbs_1.17.0-2.debian.tar.xz
[dgit import tarball qbs 1.17.0-2 qbs_1.17.0-2.debian.tar.xz]
Dmitry Shachnev [Mon, 7 Sep 2020 10:35:34 +0000 (11:35 +0100)]
Import qbs_1.17.0.orig.tar.gz
[dgit import orig qbs_1.17.0.orig.tar.gz]
Dmitry Shachnev [Thu, 25 Jun 2020 08:00:39 +0000 (09:00 +0100)]
Merge qbs (1.16.0-2) import into refs/heads/workingbranch
Dmitry Shachnev [Thu, 25 Jun 2020 08:00:39 +0000 (09:00 +0100)]
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
Alexander Volkov [Thu, 25 Jun 2020 08:00:39 +0000 (09:00 +0100)]
fix DESTDIR for qbs_processlauncher
Forwarded: no
Last-Update: 2018-04-04
Gbp-Pq: Name processlauncher_destdir.diff
Dmitry Shachnev [Thu, 25 Jun 2020 08:00:39 +0000 (09:00 +0100)]
use the same SONAME scheme on kfreebsd as on Linux
Forwarded: not-yet
Last-Update: 2017-01-04
Gbp-Pq: Name kfreebsd_soname.diff
Dmitry Shachnev [Thu, 25 Jun 2020 08:00:39 +0000 (09:00 +0100)]
skip new test that hangs on non-x86 architectures
Forwarded: no
Last-Update: 2016-03-20
Gbp-Pq: Name skip_test_concurrent.diff
Dmitry Shachnev [Thu, 25 Jun 2020 08:00:39 +0000 (09:00 +0100)]
limit API tests to only common architectures
Forwarded: not-needed
Last-Update: 2019-04-18
On other architectures 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
QBS is going to be ported away from QtScript, but in the mean time disable
API tests on non-common architectures to make the build pass.
Gbp-Pq: Name disable_tests_qtscript.diff
Adam Majer [Thu, 25 Jun 2020 08:00:39 +0000 (09:00 +0100)]
do not pass wrong -L flag when linking with libqbscore
Forwarded: not-needed
Last-Update: 2015-03-13
Gbp-Pq: Name remove_rpaths.diff
Dmitry Shachnev [Thu, 25 Jun 2020 08:00:39 +0000 (09:00 +0100)]
qbs (1.16.0-2) unstable; urgency=medium
* Update debian/libqbscore1.16.symbols from buildds’ logs.
* Upload to unstable.
[dgit import unpatched qbs 1.16.0-2]
Dmitry Shachnev [Thu, 25 Jun 2020 08:00:39 +0000 (09:00 +0100)]
Import qbs_1.16.0-2.debian.tar.xz
[dgit import tarball qbs 1.16.0-2 qbs_1.16.0-2.debian.tar.xz]
Dmitry Shachnev [Thu, 21 May 2020 18:00:57 +0000 (19:00 +0100)]
Import qbs_1.16.0.orig.tar.gz
[dgit import orig qbs_1.16.0.orig.tar.gz]
Dmitry Shachnev [Tue, 22 Oct 2019 12:13:07 +0000 (13:13 +0100)]
Merge qbs (1.13.1-2) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Tue, 22 Oct 2019 12:13:07 +0000 (13:13 +0100)]
qml_type_descriptions
Gbp-Pq: Name qml_type_descriptions.diff
Debian Qt/KDE Maintainers [Tue, 22 Oct 2019 12:13:07 +0000 (13:13 +0100)]
processlauncher_destdir
Gbp-Pq: Name processlauncher_destdir.diff
Debian Qt/KDE Maintainers [Tue, 22 Oct 2019 12:13:07 +0000 (13:13 +0100)]
kfreebsd_soname
Gbp-Pq: Name kfreebsd_soname.diff
Debian Qt/KDE Maintainers [Tue, 22 Oct 2019 12:13:07 +0000 (13:13 +0100)]
skip_test_concurrent
Gbp-Pq: Name skip_test_concurrent.diff
Debian Qt/KDE Maintainers [Tue, 22 Oct 2019 12:13:07 +0000 (13:13 +0100)]
disable_tests_qtscript
Gbp-Pq: Name disable_tests_qtscript.diff
Debian Qt/KDE Maintainers [Tue, 22 Oct 2019 12:13:07 +0000 (13:13 +0100)]
remove_rpaths
Gbp-Pq: Name remove_rpaths.diff
Dmitry Shachnev [Tue, 22 Oct 2019 12:13:07 +0000 (13:13 +0100)]
qbs (1.13.1-2) unstable; urgency=medium
* Update debian/libqbscore1.13.symbols from the current build log.
* Add Build-Depends-Package field to debian/libqbscore1.13.symbols.
* Bump Standards-Version to 4.4.1, no changes needed.
* Upload to unstable.
[dgit import unpatched qbs 1.13.1-2]
Dmitry Shachnev [Tue, 22 Oct 2019 12:13:07 +0000 (13:13 +0100)]
Import qbs_1.13.1-2.debian.tar.xz
[dgit import tarball qbs 1.13.1-2 qbs_1.13.1-2.debian.tar.xz]
Dmitry Shachnev [Wed, 12 Jun 2019 20:14:25 +0000 (21:14 +0100)]
Import qbs_1.13.1.orig.tar.gz
[dgit import orig qbs_1.13.1.orig.tar.gz]
Dmitry Shachnev [Sat, 22 Dec 2018 21:32:11 +0000 (21:32 +0000)]
Merge qbs (1.12.2+dfsg-2) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Sat, 22 Dec 2018 21:32:11 +0000 (21:32 +0000)]
debug_log_level_segfault_fix
Gbp-Pq: Name debug_log_level_segfault_fix.diff
Debian Qt/KDE Maintainers [Sat, 22 Dec 2018 21:32:11 +0000 (21:32 +0000)]
qml_type_descriptions
Gbp-Pq: Name qml_type_descriptions.diff
Debian Qt/KDE Maintainers [Sat, 22 Dec 2018 21:32:11 +0000 (21:32 +0000)]
processlauncher_destdir
Gbp-Pq: Name processlauncher_destdir.diff
Debian Qt/KDE Maintainers [Sat, 22 Dec 2018 21:32:11 +0000 (21:32 +0000)]
kfreebsd_soname
Gbp-Pq: Name kfreebsd_soname.diff
Debian Qt/KDE Maintainers [Sat, 22 Dec 2018 21:32:11 +0000 (21:32 +0000)]
skip_test_concurrent
Gbp-Pq: Name skip_test_concurrent.diff
Debian Qt/KDE Maintainers [Sat, 22 Dec 2018 21:32:11 +0000 (21:32 +0000)]
disable_tests_qtscript
Gbp-Pq: Name disable_tests_qtscript.diff
Debian Qt/KDE Maintainers [Sat, 22 Dec 2018 21:32:11 +0000 (21:32 +0000)]
remove_rpaths
Gbp-Pq: Name remove_rpaths.diff
Dmitry Shachnev [Sat, 22 Dec 2018 21:32:11 +0000 (21:32 +0000)]
qbs (1.12.2+dfsg-2) unstable; urgency=medium
* Add a patch to fix segfault with --log-level debug (closes: #917066).
[dgit import unpatched qbs 1.12.2+dfsg-2]
Dmitry Shachnev [Sat, 22 Dec 2018 21:32:11 +0000 (21:32 +0000)]
Import qbs_1.12.2+dfsg-2.debian.tar.xz
[dgit import tarball qbs 1.12.2+dfsg-2 qbs_1.12.2+dfsg-2.debian.tar.xz]
Dmitry Shachnev [Mon, 10 Dec 2018 19:15:09 +0000 (19:15 +0000)]
Merge qbs (1.12.2+dfsg-1) import into refs/heads/workingbranch
Dmitry Shachnev [Mon, 10 Dec 2018 19:15:09 +0000 (19:15 +0000)]
Import qbs_1.12.2+dfsg.orig.tar.xz
[dgit import orig qbs_1.12.2+dfsg.orig.tar.xz]
Debian Qt/KDE Maintainers [Mon, 10 Dec 2018 19:15:09 +0000 (19:15 +0000)]
qml_type_descriptions
Gbp-Pq: Name qml_type_descriptions.diff
Debian Qt/KDE Maintainers [Mon, 10 Dec 2018 19:15:09 +0000 (19:15 +0000)]
processlauncher_destdir
Gbp-Pq: Name processlauncher_destdir.diff
Debian Qt/KDE Maintainers [Mon, 10 Dec 2018 19:15:09 +0000 (19:15 +0000)]
kfreebsd_soname
Gbp-Pq: Name kfreebsd_soname.diff
Debian Qt/KDE Maintainers [Mon, 10 Dec 2018 19:15:09 +0000 (19:15 +0000)]
skip_test_concurrent
Gbp-Pq: Name skip_test_concurrent.diff
Debian Qt/KDE Maintainers [Mon, 10 Dec 2018 19:15:09 +0000 (19:15 +0000)]
disable_tests_qtscript
Gbp-Pq: Name disable_tests_qtscript.diff
Debian Qt/KDE Maintainers [Mon, 10 Dec 2018 19:15:09 +0000 (19:15 +0000)]
remove_rpaths
Gbp-Pq: Name remove_rpaths.diff
Dmitry Shachnev [Mon, 10 Dec 2018 19:15:09 +0000 (19:15 +0000)]
qbs (1.12.2+dfsg-1) unstable; urgency=medium
* New upstream release.
* Refresh debian/patches/skip_test_concurrent.diff.
* Update symbols files (closes: #916155).
[dgit import unpatched qbs 1.12.2+dfsg-1]
Dmitry Shachnev [Mon, 10 Dec 2018 19:15:09 +0000 (19:15 +0000)]
Import qbs_1.12.2+dfsg-1.debian.tar.xz
[dgit import tarball qbs 1.12.2+dfsg-1 qbs_1.12.2+dfsg-1.debian.tar.xz]
Dmitry Shachnev [Wed, 31 Oct 2018 11:43:46 +0000 (11:43 +0000)]
Merge qbs (1.12.1+dfsg-2) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Wed, 31 Oct 2018 11:43:46 +0000 (11:43 +0000)]
qml_type_descriptions
Gbp-Pq: Name qml_type_descriptions.diff
Debian Qt/KDE Maintainers [Wed, 31 Oct 2018 11:43:46 +0000 (11:43 +0000)]
processlauncher_destdir
Gbp-Pq: Name processlauncher_destdir.diff
Debian Qt/KDE Maintainers [Wed, 31 Oct 2018 11:43:46 +0000 (11:43 +0000)]
kfreebsd_soname
Gbp-Pq: Name kfreebsd_soname.diff
Debian Qt/KDE Maintainers [Wed, 31 Oct 2018 11:43:46 +0000 (11:43 +0000)]
skip_test_concurrent
Gbp-Pq: Name skip_test_concurrent.diff
Debian Qt/KDE Maintainers [Wed, 31 Oct 2018 11:43:46 +0000 (11:43 +0000)]
disable_tests_qtscript
Gbp-Pq: Name disable_tests_qtscript.diff
Debian Qt/KDE Maintainers [Wed, 31 Oct 2018 11:43:46 +0000 (11:43 +0000)]
remove_rpaths
Gbp-Pq: Name remove_rpaths.diff
Dmitry Shachnev [Wed, 31 Oct 2018 11:43:46 +0000 (11:43 +0000)]
qbs (1.12.1+dfsg-2) unstable; urgency=medium
* Update symbols files from buildds’ logs.
* Upload to unstable.
[dgit import unpatched qbs 1.12.1+dfsg-2]
Dmitry Shachnev [Wed, 31 Oct 2018 11:43:46 +0000 (11:43 +0000)]
Import qbs_1.12.1+dfsg-2.debian.tar.xz
[dgit import tarball qbs 1.12.1+dfsg-2 qbs_1.12.1+dfsg-2.debian.tar.xz]
Dmitry Shachnev [Wed, 26 Sep 2018 09:59:09 +0000 (10:59 +0100)]
Import qbs_1.12.1+dfsg.orig.tar.xz
[dgit import orig qbs_1.12.1+dfsg.orig.tar.xz]
Dmitry Shachnev [Mon, 14 May 2018 20:18:21 +0000 (21:18 +0100)]
Merge qbs (1.11.1+dfsg-2) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Mon, 14 May 2018 20:18:21 +0000 (21:18 +0100)]
qml_type_descriptions
Gbp-Pq: Name qml_type_descriptions.diff
Debian Qt/KDE Maintainers [Mon, 14 May 2018 20:18:21 +0000 (21:18 +0100)]
processlauncher_destdir
Gbp-Pq: Name processlauncher_destdir.diff
Debian Qt/KDE Maintainers [Mon, 14 May 2018 20:18:21 +0000 (21:18 +0100)]
kfreebsd_soname
Gbp-Pq: Name kfreebsd_soname.diff
Debian Qt/KDE Maintainers [Mon, 14 May 2018 20:18:21 +0000 (21:18 +0100)]
skip_test_concurrent
Gbp-Pq: Name skip_test_concurrent.diff
Debian Qt/KDE Maintainers [Mon, 14 May 2018 20:18:21 +0000 (21:18 +0100)]
disable_tests_qtscript
Gbp-Pq: Name disable_tests_qtscript.diff
Debian Qt/KDE Maintainers [Mon, 14 May 2018 20:18:21 +0000 (21:18 +0100)]
remove_rpaths
Gbp-Pq: Name remove_rpaths.diff
Dmitry Shachnev [Mon, 14 May 2018 20:18:21 +0000 (21:18 +0100)]
qbs (1.11.1+dfsg-2) unstable; urgency=medium
* Fix architecture independent builds.
* Update libqbsqtprofilesetup1.11.symbols from buildds’ logs.
[dgit import unpatched qbs 1.11.1+dfsg-2]
Dmitry Shachnev [Mon, 14 May 2018 20:18:21 +0000 (21:18 +0100)]
Import qbs_1.11.1+dfsg-2.debian.tar.xz
[dgit import tarball qbs 1.11.1+dfsg-2 qbs_1.11.1+dfsg-2.debian.tar.xz]
Simon Quigley [Sun, 13 May 2018 01:00:45 +0000 (02:00 +0100)]
Import qbs_1.11.1+dfsg.orig.tar.gz
[dgit import orig qbs_1.11.1+dfsg.orig.tar.gz]
Dmitry Shachnev [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
Merge qbs (1.11.0+dfsg-1) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
installed_headers
Gbp-Pq: Name installed_headers.diff
Debian Qt/KDE Maintainers [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
qml_type_descriptions
Gbp-Pq: Name qml_type_descriptions.diff
Debian Qt/KDE Maintainers [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
processlauncher_destdir
Gbp-Pq: Name processlauncher_destdir.diff
Debian Qt/KDE Maintainers [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
kfreebsd_soname
Gbp-Pq: Name kfreebsd_soname.diff