diff -Nru kimageformats-5.43.0/CMakeLists.txt kimageformats-5.44.0/CMakeLists.txt --- kimageformats-5.43.0/CMakeLists.txt 2018-02-05 08:11:10.000000000 +0000 +++ kimageformats-5.44.0/CMakeLists.txt 2018-03-03 09:52:42.000000000 +0000 @@ -3,7 +3,7 @@ project(KImageFormats) include(FeatureSummary) -find_package(ECM 5.43.0 NO_MODULE) +find_package(ECM 5.44.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 kimageformats-5.43.0/debian/changelog kimageformats-5.44.0/debian/changelog --- kimageformats-5.43.0/debian/changelog 2018-02-11 11:15:26.000000000 +0000 +++ kimageformats-5.44.0/debian/changelog 2018-03-12 19:57:51.000000000 +0000 @@ -1,3 +1,9 @@ +kimageformats (5.44.0-0ubuntu1) bionic; urgency=medium + + * New upstream release (5.44.0) + + -- Rik Mills Mon, 12 Mar 2018 19:57:51 +0000 + kimageformats (5.43.0-0ubuntu1) bionic; urgency=medium * New upstream release (5.43.0) diff -Nru kimageformats-5.43.0/debian/control kimageformats-5.44.0/debian/control --- kimageformats-5.43.0/debian/control 2018-02-11 11:15:26.000000000 +0000 +++ kimageformats-5.44.0/debian/control 2018-03-12 19:57:51.000000000 +0000 @@ -5,8 +5,8 @@ Uploaders: Maximiliano Curia Build-Depends: cmake (>= 2.8.12), debhelper (>= 9), - extra-cmake-modules (>= 5.43.0~), - libkf5archive-dev (>= 5.43.0~), + extra-cmake-modules (>= 5.44.0~), + libkf5archive-dev (>= 5.44.0~), libopenexr-dev, pkg-config, pkg-kde-tools (>= 0.15.15ubuntu1~), diff -Nru kimageformats-5.43.0/src/imageformats/CMakeLists.txt kimageformats-5.44.0/src/imageformats/CMakeLists.txt --- kimageformats-5.43.0/src/imageformats/CMakeLists.txt 2018-02-05 08:11:10.000000000 +0000 +++ kimageformats-5.44.0/src/imageformats/CMakeLists.txt 2018-03-03 09:52:42.000000000 +0000 @@ -15,7 +15,6 @@ message(FATAL_ERROR "JSON file doesn't exist: ${json}") endif() - set_property(SOURCE ${KIF_ADD_PLUGIN_SOURCES} APPEND PROPERTY OBJECT_DEPENDS ${json}) add_library(${plugin} MODULE ${KIF_ADD_PLUGIN_SOURCES}) set_property(TARGET ${plugin} APPEND PROPERTY AUTOGEN_TARGET_DEPENDS ${json}) set_target_properties(${plugin} PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/imageformats")