From ba7e903fb9fe2c2acba21fba48af6099f8ebf5e5 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 29 Sep 2022 14:47:56 +0000 Subject: [PATCH] Further extend/fix symbols file hack. --- debian/changelog | 3 +++ debian/rules | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) 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 -- 2.30.2