diff -Nru colord-kde-0.5.0/debian/changelog colord-kde-0.5.0/debian/changelog --- colord-kde-0.5.0/debian/changelog 2018-06-09 20:26:33.000000000 +0000 +++ colord-kde-0.5.0/debian/changelog 2018-07-22 09:45:33.000000000 +0000 @@ -1,15 +1,21 @@ -colord-kde (0.5.0-2ubuntu2) cosmic; urgency=medium +colord-kde (0.5.0-3) experimental; urgency=medium - * Drop transitional kio-dev build depend + * Team upload. + * Switch Vcs-* fields to salsa.debian.org. + * Switch away from (private) debian-qt-kde.mk to the dh sequencer with kf5 + addon + - make sure to link in as-needed mode + * Drop transitional kio-dev, and plasma-framework-dev build dependencies; + their non-transitional counterparts are already specified. + (Closes: #903895) + * Bump the debhelper compatibility to 11: + - bump the debhelper build dependency to 11~ + - bump compat to 11 + * Bump Standards-Version to 4.1.5, no changes required. + * Simplify watch file, and switch it to https. + * Switch Format in copyright to https, and make it valid. - -- Rik Mills Sat, 09 Jun 2018 21:26:33 +0100 - -colord-kde (0.5.0-2ubuntu1) cosmic; urgency=medium - - * Build depend on libkf5plasma-dev instead of transitional plasma- - framework-dev being dropped in Frameworks 5.47 - - -- Rik Mills Fri, 08 Jun 2018 19:42:10 +0100 + -- Pino Toscano Sun, 22 Jul 2018 11:45:33 +0200 colord-kde (0.5.0-2) experimental; urgency=medium diff -Nru colord-kde-0.5.0/debian/compat colord-kde-0.5.0/debian/compat --- colord-kde-0.5.0/debian/compat 2016-11-09 22:26:02.000000000 +0000 +++ colord-kde-0.5.0/debian/compat 2018-07-22 09:34:38.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru colord-kde-0.5.0/debian/control colord-kde-0.5.0/debian/control --- colord-kde-0.5.0/debian/control 2018-06-09 20:26:33.000000000 +0000 +++ colord-kde-0.5.0/debian/control 2018-07-22 09:35:09.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers Uploaders: Maximiliano Curia Build-Depends: cmake (>= 2.8.12~), - debhelper (>= 9), + debhelper (>= 11~), extra-cmake-modules (>= 1.3.0~), libcolord-dev, libkf5config-dev, @@ -25,10 +25,10 @@ libxrandr-dev, pkg-kde-tools, qtbase5-dev (>= 5.3.0~) -Standards-Version: 3.9.8 +Standards-Version: 4.1.5 Homepage: https://quickgit.kde.org/?p=colord-kde.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/kde-extras/colord-kde.git -Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/colord-kde.git +Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/colord-kde +Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/colord-kde.git Package: colord-kde Architecture: any diff -Nru colord-kde-0.5.0/debian/copyright colord-kde-0.5.0/debian/copyright --- colord-kde-0.5.0/debian/copyright 2016-11-09 22:26:02.000000000 +0000 +++ colord-kde-0.5.0/debian/copyright 2018-07-22 09:42:34.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: colord-kde Source: http://download.kde.org/stable/colord-kde/ @@ -41,6 +41,8 @@ Files: debian/* Copyright: 2016, Debian/Kubuntu Qt/KDE Maintainers License: GPL-2+ + +License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or diff -Nru colord-kde-0.5.0/debian/rules colord-kde-0.5.0/debian/rules --- colord-kde-0.5.0/debian/rules 2016-11-09 22:26:02.000000000 +0000 +++ colord-kde-0.5.0/debian/rules 2018-07-22 09:32:04.000000000 +0000 @@ -1,4 +1,6 @@ #!/usr/bin/make -f -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 diff -Nru colord-kde-0.5.0/debian/watch colord-kde-0.5.0/debian/watch --- colord-kde-0.5.0/debian/watch 2016-11-09 22:26:02.000000000 +0000 +++ colord-kde-0.5.0/debian/watch 2018-07-22 09:41:36.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://download.kde.org/stable/colord-kde/([\d.]+)/src/colord-kde-([\d.]+).tar.xz +https://download.kde.org/stable/colord-kde/([\d.]+)/src/colord-kde-([\d.]+)\.tar\.xz