diff -Nru libfm-qt-0.14.1/debian/changelog libfm-qt-0.14.1/debian/changelog --- libfm-qt-0.14.1/debian/changelog 2019-06-08 14:39:11.000000000 +0000 +++ libfm-qt-0.14.1/debian/changelog 2019-06-23 15:01:15.000000000 +0000 @@ -1,3 +1,20 @@ +libfm-qt (0.14.1-9+rpi1) buster-staging; urgency=medium + + [changes brought forward from 0.12.0-13+rpi1 by Peter Michael Green at Wed, 13 Dec 2017 01:52:52 +0000] + * Add symbols file hack for Raspbian. + + [changes introduced in 0.12.0-16+rpi1 by Peter Michael Green] + * Extend symbols file hack to work with riscv64 changes. + + [changes introduced in 0.13.1-5+rpi1 by Peter Michael Green] + * Use wildcard for symbols file name in symbols file hack so that it keeps + working across soname changes. + + [changes introduced in 0.14.0-3+rpi1 by Peter Michael Green] + * Further extend symbols file hack so it covers a new entry added in 0.14.0 + + -- Raspbian forward porter Sun, 23 Jun 2019 15:01:15 +0000 + libfm-qt (0.14.1-9) unstable; urgency=medium * Added upstream patch workaround-missed-file-monitoring.patch diff -Nru libfm-qt-0.14.1/debian/rules libfm-qt-0.14.1/debian/rules --- libfm-qt-0.14.1/debian/rules 2019-06-08 13:36:19.000000000 +0000 +++ libfm-qt-0.14.1/debian/rules 2019-06-23 15:01:15.000000000 +0000 @@ -12,6 +12,15 @@ dh_missing --fail-missing override_dh_auto_configure: + sed -i 's/|arch= !armel )/|optional=meh)/' debian/libfm-qt*.symbols + sed -i 's/|arch= !armel !riscv64 )/|optional=meh2)/' debian/libfm-qt*.symbols + sed -i 's/|arch= !armel !riscv64)/|optional=meh3)/' debian/libfm-qt*.symbols dh_auto_configure -- \ -DUPDATE_TRANSLATIONS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo + +override_dh_auto_clean: + dh_auto_clean + sed -i 's/|optional=meh)/|arch= !armel )/' debian/libfm-qt*.symbols + sed -i 's/|optional=meh2)/|arch= !armel !riscv64 )/' debian/libfm-qt*.symbols + sed -i 's/|optional=meh3)/|arch= !armel !riscv64)/' debian/libfm-qt*.symbols