diff -Nru kded-5.47.0/CMakeLists.txt kded-5.50.0/CMakeLists.txt --- kded-5.47.0/CMakeLists.txt 2018-06-02 17:51:41.000000000 +0000 +++ kded-5.50.0/CMakeLists.txt 2018-09-02 19:16:52.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.47.0") # handled by release scripts -set(KF5_DEP_VERSION "5.47.0") # handled by release scripts +set(KF5_VERSION "5.50.0") # handled by release scripts +set(KF5_DEP_VERSION "5.50.0") # handled by release scripts project(KDED VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.47.0 NO_MODULE) +find_package(ECM 5.50.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -Nru kded-5.47.0/debian/changelog kded-5.50.0/debian/changelog --- kded-5.47.0/debian/changelog 2018-06-03 07:34:40.000000000 +0000 +++ kded-5.50.0/debian/changelog 2018-09-03 15:40:03.000000000 +0000 @@ -1,4 +1,22 @@ -kded (5.47.0-0ubuntu1~ubuntu18.04~ppa1) bionic; urgency=medium +kded (5.50.0-0ubuntu1~ubuntu18.04~ppa1) bionic; urgency=medium + + * New upstream release (5.50.0) + + -- José Manuel Santamaría Lema Mon, 03 Sep 2018 15:40:03 +0000 + +kded (5.49.0-0ubuntu1) cosmic; urgency=medium + + [ Rik Mills ] + * New upstream release (5.48.0) + * New upstream release (5.49.0) + + [ José Manuel Santamaría Lema ] + * Move away from dhmk and set compat level to 11 in order to reduce + delta with Debian + + -- Rik Mills Tue, 21 Aug 2018 20:29:32 +0100 + +kded (5.47.0-0ubuntu1) cosmic; urgency=medium * New upstream release (5.47.0) @@ -7,7 +25,7 @@ - keep using dhmk and debhelper compat level = 9, see: https://phabricator.kde.org/w/kubuntu/black-operations/pyramid/ - -- Rik Mills Sun, 03 Jun 2018 07:34:40 +0000 + -- Rik Mills Thu, 14 Jun 2018 15:48:23 +0100 kded (5.46.0-1) unstable; urgency=medium diff -Nru kded-5.47.0/debian/compat kded-5.50.0/debian/compat --- kded-5.47.0/debian/compat 2018-06-03 07:34:40.000000000 +0000 +++ kded-5.50.0/debian/compat 2018-09-03 15:40:03.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru kded-5.47.0/debian/control kded-5.50.0/debian/control --- kded-5.47.0/debian/control 2018-06-03 07:34:40.000000000 +0000 +++ kded-5.50.0/debian/control 2018-09-03 15:40:03.000000000 +0000 @@ -5,14 +5,14 @@ Uploaders: Maximiliano Curia Build-Depends: cmake (>= 3.0~), debhelper (>= 11~), - extra-cmake-modules (>= 5.47.0~), - kinit-dev (>= 5.47.0~), - libkf5config-dev (>= 5.47.0~), - libkf5coreaddons-dev (>= 5.47.0~), - libkf5crash-dev (>= 5.47.0~), - libkf5dbusaddons-dev (>= 5.47.0~), - libkf5doctools-dev (>= 5.47.0~), - libkf5service-dev (>= 5.47.0~), + extra-cmake-modules (>= 5.50.0~), + kinit-dev (>= 5.50.0~), + libkf5config-dev (>= 5.50.0~), + libkf5coreaddons-dev (>= 5.50.0~), + libkf5crash-dev (>= 5.50.0~), + libkf5dbusaddons-dev (>= 5.50.0~), + libkf5doctools-dev (>= 5.50.0~), + libkf5service-dev (>= 5.50.0~), pkg-kde-tools (>= 0.15.15ubuntu1~), qtbase5-dev (>= 5.8.0~), Standards-Version: 4.1.4 @@ -31,10 +31,10 @@ Architecture: any Section: libdevel Depends: kded5 (= ${binary:Version}), - libkf5coreaddons-dev (>= 5.47.0~), - libkf5crash-dev (>= 5.47.0~), - libkf5dbusaddons-dev (>= 5.47.0~), - libkf5service-dev (>= 5.47.0~), + libkf5coreaddons-dev (>= 5.50.0~), + libkf5crash-dev (>= 5.50.0~), + libkf5dbusaddons-dev (>= 5.50.0~), + libkf5service-dev (>= 5.50.0~), ${misc:Depends}, Description: Extensible daemon for providing session services KDED runs in the background and performs a number of small tasks. diff -Nru kded-5.47.0/debian/rules kded-5.50.0/debian/rules --- kded-5.47.0/debian/rules 2018-06-03 07:34:40.000000000 +0000 +++ kded-5.50.0/debian/rules 2018-09-03 15:40:03.000000000 +0000 @@ -1,7 +1,10 @@ #!/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_strip: - $(overridden_command) --dbgsym-migration='kded5-dbg (<= 5.19.0-1~~)' + dh_strip --dbgsym-migration='kded5-dbg (<= 5.19.0-1~~)' diff -Nru kded-5.47.0/src/kdedmodule.desktop kded-5.50.0/src/kdedmodule.desktop --- kded-5.47.0/src/kdedmodule.desktop 2018-06-02 17:51:41.000000000 +0000 +++ kded-5.50.0/src/kdedmodule.desktop 2018-09-02 19:16:52.000000000 +0000 @@ -101,8 +101,6 @@ Comment[zh_TW]=KDED 模組 [PropertyDef::X-KDE-FactoryName] Type=QString -[PropertyDef::X-KDE-DBus-ModuleName] -Type=QString [PropertyDef::X-KDE-Kded-autoload] Type=bool [PropertyDef::X-KDE-Kded-load-on-demand]