From: Peter Michael Green Date: Tue, 26 Feb 2019 00:09:30 +0000 (+0000) Subject: Further extend symbols file hack so it covers a new entry added in 0.14.0 X-Git-Tag: archive/raspbian/0.14.0-3+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1e9bf6f76d3a675fa0ca8ecb6827109deb6e51fc;p=libfm-qt.git Further extend symbols file hack so it covers a new entry added in 0.14.0 --- diff --git a/debian/changelog b/debian/changelog index d18003d..db99ff2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,10 @@ libfm-qt (0.14.0-3+rpi1) buster-staging; urgency=medium * Use wildcard for symbols file name in symbols file hack so that it keeps working across soname changes. - -- Raspbian forward porter 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 Mon, 25 Feb 2019 13:11:26 +0000 libfm-qt (0.14.0-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 94db6e8..cc8dc4d 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,7 @@ override_dh_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 @@ -22,3 +23,4 @@ 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