- 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
#!/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~~)'