From 5c2c2ca3c4ba92345e0c16c45208ff25ad9d6892 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 11 Aug 2022 03:03:44 +0000 Subject: [PATCH] Extend symbols file hack. --- debian/changelog | 5 ++++- debian/rules | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 593e48e..71a531c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,10 @@ kdeclarative (5.96.0-3+rpi1) bookworm-staging; urgency=medium [changes introduced in version 5.27.0-1+rpi1 by Peter Michael Green] * Disable testsuite. - -- Raspbian forward porter Thu, 11 Aug 2022 01:42:08 +0000 + [changes introduced in version 5.96.0-3+rpi1 by Peter Michael Green] + * Extend symbols file hack. + + -- Peter Michael Green Thu, 11 Aug 2022 03:03:20 +0000 kdeclarative (5.96.0-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 02514c0..a1407c5 100755 --- a/debian/rules +++ b/debian/rules @@ -8,11 +8,13 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=-fixfilepath 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 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 override_dh_auto_configure: dh_auto_configure -- -DBUILD_QCH=ON -- 2.30.2