This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from 3ff5071 x2goplasmabindings.spec: add cmake(Qt5{,Quick,Core}) BRs. new ff92b44 debian/control: pull in lsb-release as BD, needed for debian/rules. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit ff92b44823c199bb1401e62ba8f1938540c944ca Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 3 20:46:50 2023 +0200 debian/control: pull in lsb-release as BD, needed for debian/rules. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7091867..e44730f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium + 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. + + Pull in lsb-release as BD, needed for debian/rules. * debian/rules: + Add Plasma 4/5 bridge based on distro version and pass down to build system. diff --git a/debian/control b/debian/control index 83ea353..23eee0f 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Uploaders: Mihai Moldovan <ionic@ionic.de>, Build-Depends: debhelper (>= 7.0.50~), + lsb-release, cmake, libkf5i18n-dev | kdelibs5-dev, libkf5plasma-dev | kdelibs5-dev, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git