Use wildcard for symbols file name in symbols file hack so that it keeps working... archive/raspbian/0.13.1-5+rpi1 raspbian/0.13.1-5+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 12 Jul 2018 17:03:29 +0000 (17:03 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 12 Jul 2018 17:03:29 +0000 (17:03 +0000)
debian/changelog
debian/rules

index 1aaa076dd7f48870a357d9683c05c813b18376ef..084e6f9d03feda718772126d6a01d55078ad2cad 100644 (file)
@@ -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 <root@raspbian.org>  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 <plugwash@raspbian.org>  Thu, 12 Jul 2018 13:45:42 +0000
 
 libfm-qt (0.13.1-5) unstable; urgency=medium
 
index eebafcfafcaa157d8d3e1663c0878faa681fd86f..248d013f65aaf080f3112867f61423dc96131afc 100755 (executable)
@@ -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