Merge version 5.62.0-1+rpi1 and 5.70.0-1 to produce 5.70.0-1+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Fri, 5 Jun 2020 22:57:27 +0000 (23:57 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Fri, 5 Jun 2020 22:57:27 +0000 (23:57 +0100)
1  2 
debian/changelog
debian/rules

index 8a1c46f37362632f9c9d3e22b221ea89d4aa155d,1f80ff1677c09028101c3cd13e44a4d5f3d4e405..899612a7233677c531e46151ae5a0f23e7d9cee4
@@@ -1,9 -1,39 +1,46 @@@
- kactivities-kf5 (5.62.0-1+rpi1) bullseye-staging; urgency=medium
++kactivities-kf5 (5.70.0-1+rpi1) bullseye-staging; urgency=medium
 +
 +  [changes brought forward from 5.12.0-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 19 Jul 2015 21:22:27 +0000]
 +  * Add symbols file hack for raspbian.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Fri, 27 Sep 2019 13:58:18 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Fri, 05 Jun 2020 22:57:26 +0000
++
+ kactivities-kf5 (5.70.0-1) unstable; urgency=medium
+   * Team upload.
+   [ Pino Toscano ]
+   * Update symbols file from the logs of buildds.
+   [ Sandro Knauß ]
+   * Bump compat level to 13.
+   * New upstream release (5.70.0).
+   * Update build-deps and deps with the info from cmake.
+   * Wrap long lines in changelog entries: 5.22.0-1.
+   * Set field Upstream-Contact in debian/copyright.
+   * Remove obsolete fields Contact, Name from debian/upstream/metadata
+     (already present in machine-readable debian/copyright).
+  -- Sandro Knauß <hefee@debian.org>  Tue, 26 May 2020 23:56:37 +0200
+ kactivities-kf5 (5.69.0-1) experimental; urgency=medium
+   * Team upload.
+   [ Sandro Knauß ]
+   * Bump compat level to 12.
+   * Bump Standards-Version to 4.5.0 (No changes needed).
+   * Get rid of debug-symbol-migration package.
+   * Add Rules-Requires-Root field to control.
+   * New upstream release (5.69.0).
+   * Update build-deps and deps with the info from cmake.
+   * Cleanup Build-Depends.
+   * Delete not needed Breaks/Confilcts.
+   * Enable hardening all.
+   * Update copyright file.
+   * Remove not needed injection of linker flags.
+  -- Sandro Knauß <hefee@debian.org>  Thu, 30 Apr 2020 01:02:09 +0200
  
  kactivities-kf5 (5.62.0-1) unstable; urgency=medium
  
diff --cc debian/rules
index 6722c2410ee88e50b89c13fee0284a6e9edbdf28,0f8a628e6a3302d1c7639fa3dd5d421f68880be2..625b281c6f65f9e93c6bd481b9c980499d03083c
@@@ -6,16 -6,5 +6,13 @@@ export DEB_BUILD_MAINT_OPTIONS = harden
  %:
        dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
  
 +override_dh_auto_build:
 +      sed -i s/arch=!armel/optional=meh/ debian/libkf5activities5.symbols 
 +      $(overridden_command)
 +
 +override_dh_auto_clean:
 +      $(overridden_command)
 +      sed -i s/optional=meh/arch=!armel/ debian/libkf5activities5.symbols 
 +
  override_dh_auto_configure:
        dh_auto_configure -- -DBUILD_QCH=ON
- override_dh_strip:
-       dh_strip --dbgsym-migration='libkf5activities5-dbg (<= 5.19.0-1~~)'