From: Peter Michael Green Date: Thu, 20 Jun 2024 01:29:50 +0000 (+0000) Subject: Further extend symbols file hack. X-Git-Tag: archive/raspbian/5.115.0-3+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=823c3d033ddfc52392d333178b1312723f93d0a7;p=kdeclarative.git Further extend symbols file hack. --- diff --git a/debian/changelog b/debian/changelog index 4350ccc..32f3f27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,10 @@ kdeclarative (5.115.0-3+rpi1) trixie-staging; urgency=medium [changes introduced in version 5.98.0-2+rpi1 by Peter Michael Green] * Further extend and fix symbols file hack. - -- Raspbian forward porter Wed, 19 Jun 2024 20:19:00 +0000 + [changes introduced in version 5.115.0-3+rpi1 by Peter Michael Green] + * Further extend and fix symbols file hack. + + -- Peter Michael Green Thu, 20 Jun 2024 01:28:19 +0000 kdeclarative (5.115.0-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index bd11d46..d31f37b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,10 +12,12 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk override_dh_auto_build: 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 + sed -i 's/arch=alpha amd64 arm64 armhf hppa i386 loong64 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/optional=meh3/' debian/*.symbols dh_auto_build override_dh_auto_clean: dh_auto_clean + sed -i 's/optional=meh3/arch=alpha amd64 arm64 armhf hppa i386 loong64 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/' debian/*.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