[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1015647: marked as done (qtwebchannel-opensource-src: ftbfs with LTO (link time optimization) enabled)



Your message dated Tue, 26 Jul 2022 22:22:57 +0000
with message-id <E1oGSx7-000A3v-9E@fasolo.debian.org>
and subject line Bug#1015647: fixed in qtwebchannel-opensource-src 5.15.5-1
has caused the Debian Bug report #1015647,
regarding qtwebchannel-opensource-src: ftbfs with LTO (link time optimization) enabled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1015647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015647
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:qtwebchannel-opensource-src
Version: 5.15.2-2
Severity: minor
Tags: sid bookworm
User: debian-gcc@lists.debian.org
Usertags: ftbfs-lto

This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled.  For a background
for LTO please see

https://wiki.debian.org/ToolChain/LTO

The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures.  The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.

To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:

export DEB_BUILD_MAINT_OPTIONS = optimize=+lto

Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:

export DEB_BUILD_MAINT_OPTIONS = optimize=-lto

or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/qtwebchannel-opensource-src_5.15.2-2_unstable_dpkglto.log
The last lines of the build log are at the end of this report.

[...]
cd chatserver-cpp/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/webchannel/chatserver-cpp/chatserver-cpp.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-flto=auto -ffat-lto-objects -Wl,-z,relro' 'QMAKE_LFLAGS_DEBUG=-flto=auto -ffat-lt
 o-objects -Wl,-z,relro' QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile install_docs
make[5]: Entering directory '/<<PKGBUILDDIR>>/examples/webchannel/chatserver-cpp'
make[5]: Nothing to be done for 'install_docs'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/examples/webchannel/chatserver-cpp'
cd chatclient-qml/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/webchannel/chatclient-qml/chatclient-qml.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-flto=auto -ffat-lto-objects -Wl,-z,relro' 'QMAKE_LFLAGS_DEBUG=-flto=auto -ffat-lt
 o-objects -Wl,-z,relro' QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile install_docs
make[5]: Entering directory '/<<PKGBUILDDIR>>/examples/webchannel/chatclient-qml'
make[5]: Nothing to be done for 'install_docs'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/examples/webchannel/chatclient-qml'
cd standalone/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/webchannel/standalone/standalone.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-flto=auto -ffat-lto-objects -Wl,-z,relro' 'QMAKE_LFLAGS_DEBUG=-flto=auto -ffat-lto-objects -W
 l,-z,relro' QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile install_docs
make[5]: Entering directory '/<<PKGBUILDDIR>>/examples/webchannel/standalone'
make[5]: Nothing to be done for 'install_docs'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/examples/webchannel/standalone'
cd nodejs/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/webchannel/nodejs/nodejs.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-flto=auto -ffat-lto-objects -Wl,-z,relro' 'QMAKE_LFLAGS_DEBUG=-flto=auto -ffat-lto-objects -Wl,-z,relro' 
 QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile install_docs
make[5]: Entering directory '/<<PKGBUILDDIR>>/examples/webchannel/nodejs'
make[5]: Nothing to be done for 'install_docs'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/examples/webchannel/nodejs'
cd qwclient/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/webchannel/qwclient/qwclient.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-flto=auto -ffat-lto-objects -Wl,-z,relro' 'QMAKE_LFLAGS_DEBUG=-flto=auto -ffat-lto-objects -Wl,-z,r
 elro' QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile install_docs
make[5]: Entering directory '/<<PKGBUILDDIR>>/examples/webchannel/qwclient'
make[5]: Nothing to be done for 'install_docs'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/examples/webchannel/qwclient'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/webchannel'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples'
cd tests/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/tests.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-flto=auto -ffat-lto-objects -Wl,-z,relro' 'QMAKE_LFLAGS_DEBUG=-flto=auto -ffat-lto-objects -Wl,-z,relro' QMAKE_STRIP=: PREFIX=/u
 sr QT_BUILD_PARTS+=tests ) && make -f Makefile install_docs
make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
cd auto/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/auto.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-flto=auto -ffat-lto-objects -Wl,-z,relro' 'QMAKE_LFLAGS_DEBUG=-flto=auto -ffat-lto-objects -Wl,-z,relro' QMAKE_STRIP=: PREFIX
 =/usr QT_BUILD_PARTS+=tests ) && make -f Makefile install_docs
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto'
cd cmake/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/cmake/cmake.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-flto=auto -ffat-lto-objects -Wl,-z,relro' 'QMAKE_LFLAGS_DEBUG=-flto=auto -ffat-lto-objects -Wl,-z,relro' QMAKE_STRIP=
 : PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile install_docs
make[5]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/cmake'
make[5]: Nothing to be done for 'install_docs'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/cmake'
cd webchannel/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/webchannel/webchannel.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-flto=auto -ffat-lto-objects -Wl,-z,relro' 'QMAKE_LFLAGS_DEBUG=-flto=auto -ffat-lto-objects -Wl,-z,relr
 o' QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile install_docs
make[5]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/webchannel'
make[5]: Nothing to be done for 'install_docs'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/webchannel'
cd qml/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qml/qml.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-flto=auto -ffat-lto-objects -Wl,-z,relro' 'QMAKE_LFLAGS_DEBUG=-flto=auto -ffat-lto-objects -Wl,-z,relro' QMAKE_STRIP=: PREF
 IX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile install_docs
make[5]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qml'
make[5]: Nothing to be done for 'install_docs'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qml'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_dwz -a
   dh_strip -a
   dh_makeshlibs -a
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libqt5webchannel5/DEBIAN/symbols doesn't match completely debian/libqt5webchannel5.symbols
--- debian/libqt5webchannel5.symbols (libqt5webchannel5_5.15.2-2_amd64)
+++ dpkg-gensymbolspbIgqn	2022-06-10 09:00:32.558139054 +0000
@@ -134,7 +134,7 @@
  _ZTS28QWebChannelAbstractTransport@Qt_5 5.6.1
  _ZTV11QWebChannel@Qt_5 5.6.1
  _ZTV14QQmlWebChannel@Qt_5 5.6.1
- _ZTV18QWebChannelPrivate@Qt_5_PRIVATE_API 5.6.1
+#MISSING: 5.15.2-2# _ZTV18QWebChannelPrivate@Qt_5_PRIVATE_API 5.6.1
  _ZTV20QMetaObjectPublisher@Qt_5_PRIVATE_API 5.6.1
  _ZTV22QQmlWebChannelAttached@Qt_5_PRIVATE_API 5.6.1
  _ZTV28QWebChannelAbstractTransport@Qt_5 5.6.1
dh_makeshlibs: error: failing due to earlier errors
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: qtwebchannel-opensource-src
Source-Version: 5.15.5-1
Done: Dmitry Shachnev <mitya57@debian.org>

We believe that the bug you reported is fixed in the latest version of
qtwebchannel-opensource-src, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1015647@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mitya57@debian.org> (supplier of updated qtwebchannel-opensource-src package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 26 Jul 2022 23:48:14 +0300
Source: qtwebchannel-opensource-src
Architecture: source
Version: 5.15.5-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Dmitry Shachnev <mitya57@debian.org>
Closes: 1015647
Changes:
 qtwebchannel-opensource-src (5.15.5-1) experimental; urgency=medium
 .
   * New upstream release.
   * Bump Qt build-dependencies to 5.15.5.
   * Use symver directive to catch all private symbols at once.
     - Fixes build with LTO enabled (closes: #1015647).
Checksums-Sha1:
 f76ce9f608169ec4c872f6c9b4791d805ed4a0e2 3053 qtwebchannel-opensource-src_5.15.5-1.dsc
 43a3274f44ec7626fab7cc803bc536ac44a155c0 210712 qtwebchannel-opensource-src_5.15.5.orig.tar.xz
 ea9afb0d2d1580d3e1c3ceba1dd11910fabb43b5 7764 qtwebchannel-opensource-src_5.15.5-1.debian.tar.xz
 3eb3988385ecad1284b7e6721473e66fc2195a3f 11508 qtwebchannel-opensource-src_5.15.5-1_source.buildinfo
Checksums-Sha256:
 f13207cbb2514ac48f78cb2ff67b4016ecafab75a8bef1303913b3315830997e 3053 qtwebchannel-opensource-src_5.15.5-1.dsc
 4ed231aba0a50b222040166ca7329f5648ca2345013b6fd4780f5e8adb6515f1 210712 qtwebchannel-opensource-src_5.15.5.orig.tar.xz
 8b6da3358a647515bc23581c186bd5b2af8567016701556dd6494408af28942b 7764 qtwebchannel-opensource-src_5.15.5-1.debian.tar.xz
 2ed39f3ddba25d7eb6dcd42325acb7b13966b576d1fcdb45b4bdcaca4e597d24 11508 qtwebchannel-opensource-src_5.15.5-1_source.buildinfo
Files:
 54e8ae41ea02527ae62eb1238f1f1e96 3053 libs optional qtwebchannel-opensource-src_5.15.5-1.dsc
 e28089d6559cddf618611469005496f2 210712 libs optional qtwebchannel-opensource-src_5.15.5.orig.tar.xz
 a523927739db10b92173d2a457cab6e3 7764 libs optional qtwebchannel-opensource-src_5.15.5-1.debian.tar.xz
 95ca6b9b9d44431585eb4eff9173eaa8 11508 libs optional qtwebchannel-opensource-src_5.15.5-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAmLgU2ETHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy6TrD/98NycS5lZS/EZrMu+NA824/r1gLEfl
QRknlxGCeJJp/MyRrFjv/YCP2+E/sZ4ablS706BEStTq4Tdt/N0end+2/mcdmss5
INAZYlFPQ/feTq7pgLBa9btPfm3UQoLuv+azs4TLWaAo4LsWohZYyG9GBb2itmrH
5PuFckYERRHnxSSNLI8g97jkqM7Lnxxwnl7X1ljDksQxUONwByRUP1z/j24xFdaU
q24PcaZaHw+OijHGFaEIGkYf6g2aRlmYalEJy7CoMIentZCQj7NQf05CZP/qJHlY
IsbwDvT/IamLEPKsuLI158bMzfp8ra2YDybiHcDMHcPuveBaq0wa2BCwlYDLJuu9
uMhUOwo5lds+G9CbogBUy/TYT6earWf6W4NjzoDte5nj7eW/AVw9SaxbIE0cIq7r
XoK+V2/J3XxCaTk0ON0LnE+m7m7xSmYbdwXCPBK4AsUjq5wDrS+wEJcJFE54J7Ao
kiM5nWXtwACZ4M9kT/GgOuDKY4XTeDKDdx9rGBXxb3Fso3G8p1yuBtZP/QP7x/sy
CSNtyUBG8ZfRGyHv/JPUunnMLKoYRRtCIJaPMTL7NhikFAM/eHKLhULyLrTlZJfX
ZAOBJ7lkLC9B8yB5p5fWj0ifuEbONvZH0vEnK0LSTqcmgRTQZ3Y3oq7xEWfsoO5a
4jtNdX9+oZaNVQ==
=b8Nk
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: