Hey, thanks for your help.
Please go for an NMU (delay 0 is fine for me). I'll add the patch to the git repo, if you don't have access to it. Best Regards, sandro -- > I found the problem: > The -g is coming from dpkg-buildflags. > > Below is the smallest patch I see for this, a proper reshuffle of the > debug settings in debian/rules looked too heavy so near to the release. > > Could you upload this, or can I do an NMU? > > > Best Regards, > > > > sandro > > cu > Adrian > > > --- qtwebengine-opensource-src-5.7.1+dfsg/debian/rules 2017-01-18 > 20:00:38.000000000 +0200 +++ > qtwebengine-opensource-src-5.7.1+dfsg/debian/rules 2017-06-04 > 22:12:35.000000000 +0300 @@ -6,16 +6,22 @@ > export NINJAFLAGS=-v > include /usr/share/dpkg/default.mk > > -export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell > dpkg-buildflags --get CPPFLAGS) -export CXXFLAGS := $(shell dpkg-buildflags > --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) +DEB_HOST_ARCH ?= > $(shell dpkg-architecture -qDEB_HOST_ARCH) > +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) > + > +# TODO: properly integrate with the other debug setting for buster > +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf i386 mips mipsel)) > + export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell > dpkg-buildflags --get CPPFLAGS) -g1 + export CXXFLAGS := $(shell > dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) -g1 > +else > + export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell > dpkg-buildflags --get CPPFLAGS) + export CXXFLAGS := $(shell > dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) > +endif > export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed > export QT_SELECT := qt5 > > VERSION_CLEAN_UPSTREAM = $(call dpkg_late_eval,VERSION_CLEAN_UPSTREAM,echo > '$(DEB_VERSION_UPSTREAM)' | sed -e 's/\(~\|+\).*//') > > -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) > -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) > - > gstab_architectures := > fulldebug_architectures := > disabled_jit_architectures := armel mips mipsel
signature.asc
Description: This is a digitally signed message part.