From: Raspbian automatic forward porter Date: Mon, 25 Feb 2019 13:11:26 +0000 (+0000) Subject: Merge version 0.13.1-10+rpi1 and 0.14.0-3 to produce 0.14.0-3+rpi1 X-Git-Tag: archive/raspbian/0.14.0-3+rpi1~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d1dd99277d610673c78ca39c450d1749f4615304;p=libfm-qt.git Merge version 0.13.1-10+rpi1 and 0.14.0-3 to produce 0.14.0-3+rpi1 --- d1dd99277d610673c78ca39c450d1749f4615304 diff --cc debian/changelog index cd92a3b,7da8a2b..d18003d --- a/debian/changelog +++ b/debian/changelog @@@ -1,16 -1,34 +1,48 @@@ - 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 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 Thu, 03 Jan 2019 00:21:04 +0000 ++ -- Raspbian forward porter 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 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 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 Wed, 30 Jan 2019 20:32:59 +0100 libfm-qt (0.13.1-10) unstable; urgency=medium diff --cc debian/rules index 248d013,e7f96a5..94db6e8 --- a/debian/rules +++ b/debian/rules @@@ -12,14 -12,6 +12,13 @@@ override_dh_missing 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