Add further symbols file hack for compatibility with riscv64 symbols file archive/raspbian/0.12.0-16+rpi1 raspbian/0.12.0-16+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 3 May 2018 14:37:12 +0000 (14:37 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 3 May 2018 14:37:12 +0000 (14:37 +0000)
changes.

debian/changelog
debian/rules

index 9b104a2f359ac277aa27c12156dcd16e0a819e79..e1a2a0270b8977e0b4b5c0683cbac93ee63b6332 100644 (file)
@@ -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 <plugwash@raspbian.org> at Wed, 13 Dec 2017 01:52:52 +0000]
   * Add symbols file hack for Raspbian.
 
- -- Raspbian forward porter <root@raspbian.org>  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 <plugwash@raspbian.org>  Thu, 03 May 2018 01:29:21 +0000
 
 libfm-qt (0.12.0-16) unstable; urgency=medium
 
index 08e10ced0f29a62ae36b703d941b8918874b1c65..eebafcfafcaa157d8d3e1663c0878faa681fd86f 100755 (executable)
@@ -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