This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 62f3a55b88184d2da783b52462deee67fa20617b Author: Mihai Moldovan <ionic@ionic.de> Date: Tue May 2 22:47:40 2023 +0200 debian/control: Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to kdelibs5-dev, which doesn't exist any longer past-buster. --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6f78960..51cee47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium and add a guard comment to fix potential problems in the future. * debian/control: + Adapt description to also mention KDE 5. + + Build-Depend on libkf5plasma-dev and libkf5i18n-dev, with a fallback to + kdelibs5-dev, which doesn't exist any longer past-buster. -- X2Go Release Manager <git-admin@x2go.org> Thu, 22 Nov 2018 00:21:33 +0100 diff --git a/debian/control b/debian/control index 72365f8..83ea353 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Uploaders: Build-Depends: debhelper (>= 7.0.50~), cmake, - kdelibs5-dev + libkf5i18n-dev | kdelibs5-dev, + libkf5plasma-dev | kdelibs5-dev, Standards-Version: 3.9.5 Homepage: https://code.x2go.org/releases/source/x2goplasmabindings Vcs-Git: git://code.x2g.org/x2goplasmabindings.git -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git