This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit f9f348ef2b80614e756afccba36f5c9cca8502be Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Aug 11 06:30:25 2023 +0200 debian/rules: fix syntax. --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bfcff0e..5dacc57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,6 +73,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium + Select Ubuntu 16.04 (Xenial) as the first version to use the Plasma 5 code. + Add USE_DESKTOP_FILE selector to support older systems. + + Fix syntax. * debian/copyright: + Add information for x2goplasmoidkf5.cpp, which is GPL-3.0-only. + Add information for package/contents/ui/main.qml. diff --git a/debian/rules b/debian/rules index 6171413..72cc92d 100755 --- a/debian/rules +++ b/debian/rules @@ -87,7 +87,6 @@ ifeq ($(VENDOR_DEBIAN),yes) ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER) >= 10 )) && echo '"'"'yes'"'"),yes) USE_PLASMA5 = ON endif -ifeq ($(VENDOR_DEBIAN),yes) ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER) < 12 )) && echo '"'"'yes'"'"),yes) USE_DESKTOP_FILE = ON endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git