From: Raspbian forward pporter Date: Thu, 22 Feb 2018 00:16:24 +0000 (+0000) Subject: Merge version 5.37.0-2+rpi1 and 5.42.0-2 to produce 5.42.0-2+rpi1 X-Git-Tag: archive/raspbian/5.42.0-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f6c9980b75d776cbddb032a5376921cc17d4ad67;p=kactivities-kf5.git Merge version 5.37.0-2+rpi1 and 5.42.0-2 to produce 5.42.0-2+rpi1 --- f6c9980b75d776cbddb032a5376921cc17d4ad67 diff --cc debian/changelog index 3e8458f,a439c9d..d0e80ee --- a/debian/changelog +++ b/debian/changelog @@@ -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 at Sun, 19 Jul 2015 21:22:27 +0000] + * Add symbols file hack for raspbian. + - -- Peter Michael Green Sun, 10 Sep 2017 05:10:54 +0000 ++ -- Raspbian forward porter Thu, 22 Feb 2018 00:16:23 +0000 ++ + kactivities-kf5 (5.42.0-2) sid; urgency=medium + + * New revision + * Release to sid + + -- Maximiliano Curia 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 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 Fri, 15 Dec 2017 10:42:01 -0300 kactivities-kf5 (5.37.0-2) sid; urgency=medium diff --cc debian/rules index d5ca6d4,794bef5..6722c24 --- a/debian/rules +++ b/debian/rules @@@ -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~~)'