diff -Nru kdeclarative-5.98.0/debian/changelog kdeclarative-5.98.0/debian/changelog --- kdeclarative-5.98.0/debian/changelog 2022-09-20 23:03:29.000000000 +0000 +++ kdeclarative-5.98.0/debian/changelog 2022-09-25 18:40:25.000000000 +0000 @@ -1,3 +1,19 @@ +kdeclarative (5.98.0-2+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 5.12.0-2+rpi1 by Peter Michael Green at Sun, 19 Jul 2015 02:00:18 +0000] + * Add symbols file hack for raspbian. + + [changes introduced in version 5.27.0-1+rpi1 by Peter Michael Green] + * Disable testsuite. + + [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 * Team upload. diff -Nru kdeclarative-5.98.0/debian/rules kdeclarative-5.98.0/debian/rules --- kdeclarative-5.98.0/debian/rules 2022-09-20 23:01:02.000000000 +0000 +++ kdeclarative-5.98.0/debian/rules 2022-09-25 18:40:25.000000000 +0000 @@ -9,11 +9,21 @@ %: dh $@ +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 + dh_auto_build + +override_dh_auto_clean: + dh_auto_clean + 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 override_dh_auto_test: - xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test --no-parallel + #xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test --no-parallel override_dh_gencontrol-arch: libpkgs_gen_strict_local_shlibs dh_gencontrol -a