Merge version 5.37.0-2+rpi1 and 5.42.0-2 to produce 5.42.0-2+rpi1 archive/raspbian/5.42.0-2+rpi1 raspbian/5.42.0-2+rpi1
authorRaspbian forward pporter <root@raspbian.org>
Thu, 22 Feb 2018 00:16:24 +0000 (00:16 +0000)
committerRaspbian forward pporter <root@raspbian.org>
Thu, 22 Feb 2018 00:16:24 +0000 (00:16 +0000)
1  2 
debian/changelog
debian/rules

index 3e8458f6e9abee99d0483877ea568dd9bc8b65ee,a439c9df2a3774e7059bdd4da97694f08697d09e..d0e80ee4cae45305495f2d567474e20c39af274c
@@@ -1,9 -1,36 +1,43 @@@
- kactivities-kf5 (5.37.0-2+rpi1) buster-staging; urgency=medium
++kactivities-kf5 (5.42.0-2+rpi1) buster-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.
 +
-  -- Peter Michael Green <plugwasht@raspbian.org>  Sun, 10 Sep 2017 05:10:54 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Thu, 22 Feb 2018 00:16:23 +0000
++
+ kactivities-kf5 (5.42.0-2) sid; urgency=medium
+   * New revision
+   * Release to sid
+  -- Maximiliano Curia <maxy@debian.org>  Sat, 10 Feb 2018 11:28:27 +0100
+ kactivities-kf5 (5.42.0-1) experimental; urgency=medium
+   * New upstream release (5.42.0).
+   * Add link options as-needed
+   * Bump debhelper build-dep and compat to 11.
+   * Build without build_stamp
+   * Update build-deps and deps with the info from cmake
+   * Bump group breaks (5.42)
+   * Bump Standards-Version to 4.1.3.
+   * Release to experimental
+  -- Maximiliano Curia <maxy@debian.org>  Fri, 02 Feb 2018 12:04:31 +0100
+ kactivities-kf5 (5.41.0-1) experimental; urgency=medium
+   * New upstream release (5.38.0).
+   * Update build-deps and deps with the info from cmake
+   * New upstream release (5.41.0).
+   * Bump Standards-Version to 4.1.2.
+   * Update build-deps and deps with the info from cmake
+   * Drop qml-module-org-kde-extensionplugin transitional package.
+     Thanks to Holger Levsen for checking and reporting (Closes: 873933)
+   * Bump group breaks (5.41)
+   * Release to experimental
+  -- Maximiliano Curia <maxy@debian.org>  Fri, 15 Dec 2017 10:42:01 -0300
  
  kactivities-kf5 (5.37.0-2) sid; urgency=medium
  
diff --cc debian/rules
index d5ca6d445c6f24d60d74ef53aa5e1293d005a689,794bef5a9081f8c4699f02efdf7cc742f9e984bd..6722c2410ee88e50b89c13fee0284a6e9edbdf28
@@@ -1,18 -1,13 +1,21 @@@
  #!/usr/bin/make -f
  # -*- makefile -*-
  
- include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+ %:
+       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:
-       $(overridden_command) -- -DBUILD_QCH=ON
+       dh_auto_configure -- -DBUILD_QCH=ON
  
  override_dh_strip:
-       $(overridden_command) --dbgsym-migration='libkf5activities5-dbg (<= 5.19.0-1~~)'
+       dh_strip --dbgsym-migration='libkf5activities5-dbg (<= 5.19.0-1~~)'