diff -Nru libfm-qt-0.12.0/debian/changelog libfm-qt-0.12.0/debian/changelog --- libfm-qt-0.12.0/debian/changelog 2018-04-29 00:31:23.000000000 +0000 +++ libfm-qt-0.12.0/debian/changelog 2018-05-05 11:30:51.000000000 +0000 @@ -1,3 +1,13 @@ +libfm-qt (0.12.0-17+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. + + -- Raspbian forward porter Sat, 05 May 2018 11:30:51 +0000 + libfm-qt (0.12.0-17) unstable; urgency=medium * Fixed symbols for ia64 diff -Nru libfm-qt-0.12.0/debian/rules libfm-qt-0.12.0/debian/rules --- libfm-qt-0.12.0/debian/rules 2017-12-13 19:04:40.000000000 +0000 +++ libfm-qt-0.12.0/debian/rules 2018-05-05 11:30:51.000000000 +0000 @@ -12,7 +12,14 @@ dh_missing --fail-missing override_dh_auto_configure: + sed -i 's/|arch= !armel )/|optional=meh)/' debian/libfm-qt3.symbols + sed -i 's/|arch= !armel !riscv64 )/|optional=meh2)/' debian/libfm-qt3.symbols dh_auto_configure -- \ -DPULL_TRANSLATIONS=OFF \ -DUPDATE_TRANSLATIONS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo + +override_dh_auto_clean: + dh_auto_clean + sed -i 's/|optional=meh)/|arch= !armel )/' debian/libfm-qt3.symbols + sed -i 's/|optional=meh2)/|arch= !armel !riscv64 )/' debian/libfm-qt3.symbols