Further extend symbols file hack so it covers a new entry added in 0.14.0 archive/raspbian/0.14.0-3+rpi1 raspbian/0.14.0-3+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 26 Feb 2019 00:09:30 +0000 (00:09 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 26 Feb 2019 00:09:30 +0000 (00:09 +0000)
debian/changelog
debian/rules

index d18003d3f4c1f88a6050d9464ccf9a3e61154798..db99ff286b05f95e253e95f993148e5e98ba00b0 100644 (file)
@@ -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 <root@raspbian.org>  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 <plugwash@raspbian.org>  Mon, 25 Feb 2019 13:11:26 +0000
 
 libfm-qt (0.14.0-3) unstable; urgency=medium
 
index 94db6e86652b206799fd6b5cddf01668f0ad6109..cc8dc4d285b424b12c7d4f3ed9a102541c4d96a1 100755 (executable)
@@ -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