- libfm-qt (0.13.1-10+rpi1) buster-staging; urgency=medium
++libfm-qt (0.14.0-3+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.
+
+ [changes introduced in 0.12.0-16+rpi1 by Peter Michael Green]
+ * Extend symbols file hack to work with riscv64 changes.
+
+ [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.
+
- -- Raspbian forward porter <root@raspbian.org> Thu, 03 Jan 2019 00:21:04 +0000
++ -- Raspbian forward porter <root@raspbian.org> Mon, 25 Feb 2019 13:11:26 +0000
++
+ libfm-qt (0.14.0-3) unstable; urgency=medium
+
+ * Switched to unstable
+ * Fixed some more symbols
+ * Ported back some upstream patches
+
+ -- Alf Gaida <agaida@siduction.org> Tue, 05 Feb 2019 20:11:09 +0100
+
+ libfm-qt (0.14.0-2) experimental; urgency=medium
+
+ * Fixed a bunch of symbols for misc. architectures.
+
+ -- Alf Gaida <agaida@siduction.org> Sat, 02 Feb 2019 17:46:02 +0100
+
+ libfm-qt (0.14.0-1) experimental; urgency=medium
+
+ * Cherry-picking upstream release 0.14.0.
+ * Switched to experimental
+ * Bumped Standards to 4.3.0, no changes needed
+ * Dropped d/compat, use debhelper-compat = 12, no changes needed
+ * Fixed years in d/copyright
+ * Bumped minimum version lxqt-build-tools (>= 0.6.0~)
+ * Removed obsolete PULL_TRANSLATIONS= OFF from dh_auto_configure
+ * Removed obsolete build dependency libfm-dev
+ * Added Build-Depends-Package field to symbols
+ * Added l10n-package, moved from lxqt-l10n
+ * Fixed symbols file for 0.14.0
+ * Added d/upstream/metadata
+ * Added new files do debian/copyright
+
+ -- Alf Gaida <agaida@siduction.org> Wed, 30 Jan 2019 20:32:59 +0100
libfm-qt (0.13.1-10) unstable; urgency=medium
dh_missing --fail-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
dh_auto_configure -- \
- -DPULL_TRANSLATIONS=OFF \
-DUPDATE_TRANSLATIONS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
+
+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