diff -Nru kdeclarative-5.74.0/debian/changelog kdeclarative-5.74.0/debian/changelog --- kdeclarative-5.74.0/debian/changelog 2020-10-19 21:18:16.000000000 +0000 +++ kdeclarative-5.74.0/debian/changelog 2020-10-28 02:10:47.000000000 +0000 @@ -1,3 +1,13 @@ +kdeclarative (5.74.0-2+rpi1) bullseye-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. + + -- Raspbian forward porter Wed, 28 Oct 2020 02:10:47 +0000 + kdeclarative (5.74.0-2) unstable; urgency=medium * Team upload to unstable. diff -Nru kdeclarative-5.74.0/debian/rules kdeclarative-5.74.0/debian/rules --- kdeclarative-5.74.0/debian/rules 2020-05-26 22:04:42.000000000 +0000 +++ kdeclarative-5.74.0/debian/rules 2020-10-28 02:10:47.000000000 +0000 @@ -6,10 +6,18 @@ %: dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp +override_dh_auto_build: + sed -i s/arch=!armel/optional=meh/ debian/libkf5declarative5.symbols + dh_auto_build + +override_dh_auto_clean: + dh_auto_clean + sed -i s/optional=meh/arch=!armel/ debian/libkf5declarative5.symbols + override_dh_auto_configure: dh_auto_configure -- -DBUILD_QCH=ON override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - 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 endif