Merge version 0.13.1-10+rpi1 and 0.14.0-3 to produce 0.14.0-3+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Mon, 25 Feb 2019 13:11:26 +0000 (13:11 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Mon, 25 Feb 2019 13:11:26 +0000 (13:11 +0000)
1  2 
debian/changelog
debian/rules

index cd92a3b24d9f50464e5978c8cc05b2a6af320389,7da8a2b8fe9d392d2c2926741decfa9104e232df..d18003d3f4c1f88a6050d9464ccf9a3e61154798
@@@ -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 <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
  
diff --cc debian/rules
index 248d013f65aaf080f3112867f61423dc96131afc,e7f96a548fb9c92b56d03f2ee76f13f581bc3b4f..94db6e86652b206799fd6b5cddf01668f0ad6109
@@@ -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