From acf82bf60e201fb202da30b1398ab21215e3a737 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 12 Jul 2018 17:03:29 +0000 Subject: [PATCH] Use wildcard for symbols file name in symbols file hack so that it keeps working across soname changes. --- debian/changelog | 6 +++++- debian/rules | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1aaa076..084e6f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,11 @@ libfm-qt (0.13.1-5+rpi1) buster-staging; urgency=medium [changes introduced in 0.12.0-16+rpi1 by Peter Michael Green] * Extend symbols file hack to work with riscv64 changes. - -- Raspbian forward porter Thu, 12 Jul 2018 13:45:42 +0000 + [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. + + -- Peter Michael Green Thu, 12 Jul 2018 13:45:42 +0000 libfm-qt (0.13.1-5) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index eebafcf..248d013 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,8 @@ override_dh_missing: 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 + sed -i 's/|arch= !armel )/|optional=meh)/' debian/libfm-qt*.symbols + sed -i 's/|arch= !armel !riscv64 )/|optional=meh2)/' debian/libfm-qt*.symbols dh_auto_configure -- \ -DPULL_TRANSLATIONS=OFF \ -DUPDATE_TRANSLATIONS=OFF \ @@ -21,5 +21,5 @@ override_dh_auto_configure: 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 + sed -i 's/|optional=meh)/|arch= !armel )/' debian/libfm-qt*.symbols + sed -i 's/|optional=meh2)/|arch= !armel !riscv64 )/' debian/libfm-qt*.symbols -- 2.30.2