Raspbian automatic forward porter [Thu, 7 Jan 2021 21:34:18 +0000 (21:34 +0000)]
Merge version 1.16.0-2+rpi1 and 1.17.0-2 to produce 1.17.0-2+rpi1
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]
Raspbian automatic forward porter [Fri, 3 Jul 2020 20:17:44 +0000 (21:17 +0100)]
Merge version 1.13.1-2+rpi1 and 1.16.0-2 to produce 1.16.0-2+rpi1
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]
Peter Michael Green [Thu, 7 Nov 2019 11:33:42 +0000 (11:33 +0000)]
Extend symbols file hack.
Peter Michael Green [Tue, 5 Nov 2019 19:22:05 +0000 (19:22 +0000)]
Drop hacks to libqbsqtprofilesetup1.*.symbols , package no longer exists.
Raspbian automatic forward porter [Tue, 5 Nov 2019 03:20:26 +0000 (03:20 +0000)]
Merge version 1.12.2+dfsg-2+rpi1 and 1.13.1-2 to produce 1.13.1-2+rpi1
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]
Raspbian forward pporter [Sat, 29 Dec 2018 10:36:48 +0000 (10:36 +0000)]
Merge version 1.12.2+dfsg-1+rpi1 and 1.12.2+dfsg-2 to produce 1.12.2+dfsg-2+rpi1
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]
Peter Michael Green [Mon, 17 Dec 2018 00:18:23 +0000 (00:18 +0000)]
Mark another symbol as optional.
I'm guessing the presence or absesne of
this one depends on optimisation descisions by the compiler and/or the
version of libstdc++
Raspbian forward pporter [Sun, 16 Dec 2018 12:54:40 +0000 (12:54 +0000)]
Merge version 1.12.1+dfsg-2+rpi1 and 1.12.2+dfsg-1 to produce 1.12.2+dfsg-1+rpi1
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]
Peter Michael Green [Tue, 6 Nov 2018 13:57:08 +0000 (13:57 +0000)]
Disable testsuite.
Peter Michael Green [Tue, 6 Nov 2018 01:28:02 +0000 (01:28 +0000)]
Use wildcards in symbols file hack, so it keeps working after soname changes.
Raspbian forward pporter [Mon, 5 Nov 2018 21:05:05 +0000 (21:05 +0000)]
Merge version 1.11.1+dfsg-2+rpi1 and 1.12.1+dfsg-2 to produce 1.12.1+dfsg-2+rpi1
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]
Raspbian forward pporter [Mon, 21 May 2018 05:11:11 +0000 (06:11 +0100)]
Merge version 1.11.0+dfsg-1+rpi1 and 1.11.1+dfsg-2 to produce 1.11.1+dfsg-2+rpi1
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]
Peter Michael Green [Thu, 19 Apr 2018 14:48:45 +0000 (14:48 +0000)]
update symbols file hack for 1.11
Raspbian forward pporter [Tue, 17 Apr 2018 04:15:49 +0000 (05:15 +0100)]
Merge version 1.10.1+dfsg-1+rpi1 and 1.11.0+dfsg-1 to produce 1.11.0+dfsg-1+rpi1
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
Debian Qt/KDE Maintainers [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
skip_test_concurrent
Gbp-Pq: Name skip_test_concurrent.diff
Debian Qt/KDE Maintainers [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
disable_tests_qtscript
Gbp-Pq: Name disable_tests_qtscript.diff
Debian Qt/KDE Maintainers [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
remove_rpaths
Gbp-Pq: Name remove_rpaths.diff
Dmitry Shachnev [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
qbs (1.11.0+dfsg-1) unstable; urgency=medium
[ Alexander Volkov ]
* New upstream release.
* Drop fix_ftbfs_gcc6.diff, applied upstream.
* Update QBS_LIBEXEC_DESTDIR for static.pro and fix DESTDIR for
qbs_processlauncher (processlauncher_destdir.diff).
* Set LD_LIBRARY_PATH for qbsres target so it could use built qbs
to generate QML type descriptions (qml_type_descriptions.diff).
* Fix the list of installed headers for qmake build (installed_headers.diff).
* Update install files for the new release.
* Rename the library packages according to upstream SONAME change.
* Update symbols from build logs.
[dgit import unpatched qbs 1.11.0+dfsg-1]
Dmitry Shachnev [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
Import qbs_1.11.0+dfsg.orig.tar.gz
[dgit import orig qbs_1.11.0+dfsg.orig.tar.gz]
Dmitry Shachnev [Fri, 6 Apr 2018 14:36:51 +0000 (15:36 +0100)]
Import qbs_1.11.0+dfsg-1.debian.tar.xz
[dgit import tarball qbs 1.11.0+dfsg-1 qbs_1.11.0+dfsg-1.debian.tar.xz]
Raspbian forward pporter [Thu, 5 Apr 2018 16:06:40 +0000 (17:06 +0100)]
Merge version 1.10.0+dfsg-2+rpi1 and 1.10.1+dfsg-1 to produce 1.10.1+dfsg-1+rpi1
Simon Quigley [Thu, 15 Mar 2018 23:05:03 +0000 (23:05 +0000)]
Merge qbs (1.10.1+dfsg-1) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Thu, 15 Mar 2018 23:05:03 +0000 (23:05 +0000)]
kfreebsd_soname
Gbp-Pq: Name kfreebsd_soname.diff