From: Peter Michael Green Date: Thu, 29 Sep 2022 14:47:56 +0000 (+0000) Subject: Further extend/fix symbols file hack. X-Git-Tag: archive/raspbian/5.98.0-2+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ab0221d222d2a9ece9ad36e87f8029be77becac2;p=kdeclarative.git Further extend/fix symbols file hack. --- diff --git a/debian/changelog b/debian/changelog index b454143..0b7ef01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ kdeclarative (5.98.0-2+rpi1) bookworm-staging; urgency=medium [changes introduced in version 5.96.0-3+rpi1 by Peter Michael Green] * Extend symbols file hack. + [changes introduced in version 5.98.0-2+rpi1 by Peter Michael Green] + * Further extend and fix symbols file hack. + -- Peter Michael Green Sun, 25 Sep 2022 18:40:25 +0000 kdeclarative (5.98.0-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 84b7947..ef48936 100755 --- a/debian/rules +++ b/debian/rules @@ -10,14 +10,14 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk dh $@ override_dh_auto_build: - sed -i s/arch=!armel/optional=meh/ debian/libkf5declarative5.symbols - sed -i 's/arch=alpha amd64 arm64 armhf hppa i386 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/optional=meh2/' debian/libkf5declarative5.symbols + sed -i s/arch=!armel/optional=meh/ debian/*.symbols + sed -i 's/arch=alpha amd64 arm64 armhf hppa i386 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/optional=meh2/' debian/*.symbols dh_auto_build override_dh_auto_clean: dh_auto_clean - sed -i s/optional=meh/arch=!armel/ debian/libkf5declarative5.symbols - sed -i 's/optional=meh2/arch=alpha amd64 arm64 armhf hppa i386 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/' debian/libkf5declarative5.symbols + sed -i 's/optional=meh2/arch=alpha amd64 arm64 armhf hppa i386 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/' debian/*.symbols + sed -i s/optional=meh/arch=!armel/ debian/*.symbols override_dh_auto_configure: dh_auto_configure -- -DBUILD_QCH=ON