diff -Nru colord-kde-0.5.0/debian/changelog colord-kde-0.5.0/debian/changelog --- colord-kde-0.5.0/debian/changelog 2018-07-22 09:45:33.000000000 +0000 +++ colord-kde-0.5.0/debian/changelog 2019-12-28 22:22:31.000000000 +0000 @@ -1,3 +1,16 @@ +colord-kde (0.5.0-4) experimental; urgency=medium + + * Team upload. + * Add the configuration for the CI on salsa. + * Explicitly add needed build dependencies: libxcb-randr0-dev + (Closes: #947363), pkg-config, and gettext. + * Bump the debhelper compatibility to 12: + - switch the debhelper build dependency to debhelper-compat 12 + - remove debian/compat + * Bump Standards-Version to 4.4.1, no changes required. + + -- Pino Toscano Sat, 28 Dec 2019 23:22:31 +0100 + colord-kde (0.5.0-3) experimental; urgency=medium * Team upload. diff -Nru colord-kde-0.5.0/debian/compat colord-kde-0.5.0/debian/compat --- colord-kde-0.5.0/debian/compat 2018-07-22 09:34:38.000000000 +0000 +++ colord-kde-0.5.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -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-07-22 09:35:09.000000000 +0000 +++ colord-kde-0.5.0/debian/control 2019-12-28 22:11:16.000000000 +0000 @@ -4,8 +4,9 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers Uploaders: Maximiliano Curia Build-Depends: cmake (>= 2.8.12~), - debhelper (>= 11~), + debhelper-compat (= 12), extra-cmake-modules (>= 1.3.0~), + gettext, libcolord-dev, libkf5config-dev, libkf5configwidgets-dev, @@ -22,10 +23,12 @@ libkf5windowsystem-dev, liblcms2-dev, libqt5x11extras5-dev (>= 5.3.0~), + libxcb-randr0-dev, libxrandr-dev, + pkg-config, pkg-kde-tools, qtbase5-dev (>= 5.3.0~) -Standards-Version: 4.1.5 +Standards-Version: 4.4.1 Homepage: https://quickgit.kde.org/?p=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 diff -Nru colord-kde-0.5.0/debian/salsa-ci.yml colord-kde-0.5.0/debian/salsa-ci.yml --- colord-kde-0.5.0/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ colord-kde-0.5.0/debian/salsa-ci.yml 2019-12-28 21:48:50.000000000 +0000 @@ -0,0 +1,7 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml +variables: + SALSA_CI_DISABLE_MISSING_BREAKS: 'no' + SALSA_CI_DISABLE_RC_BUGS: 'no' + SALSA_CI_REPROTEST_ARGS: '--variations=-build-path'