From 8c5ef1aba150b007aef01e319b6645afb6030901 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 3 May 2018 14:37:12 +0000 Subject: [PATCH] Add further symbols file hack for compatibility with riscv64 symbols file changes. --- debian/changelog | 5 ++++- debian/rules | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9b104a2..e1a2a02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,10 @@ libfm-qt (0.12.0-16+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. - -- Raspbian forward porter Wed, 02 May 2018 08:11:00 +0000 + [changes introduced in 0.12.0-16+rpi1 by Peter Michael Green] + * Extend symbols file hack to work with riscv64 changes. + + -- Peter Michael Green Thu, 03 May 2018 01:29:21 +0000 libfm-qt (0.12.0-16) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 08e10ce..eebafcf 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ override_dh_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 \ @@ -21,3 +22,4 @@ 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 -- 2.30.2