* Use wildcard for symbols file name in symbols file hack so that it keeps
working across soname changes.
- -- Raspbian forward porter <root@raspbian.org> Mon, 25 Feb 2019 13:11:26 +0000
+ [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
+
+ -- Peter Michael Green <plugwash@raspbian.org> Mon, 25 Feb 2019 13:11:26 +0000
libfm-qt (0.14.0-3) unstable; urgency=medium
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
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