This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from 830d243 debian/rules: fix USE_DESKTOP_FILE cmake option usage/typo. new ecbd083 debian/rules: downgrade Plasma-5-requirement to Debian Stretch (9). 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/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 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 ecbd0836fac20f4788197c9e7f604c454ad3cd05 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Aug 12 00:38:38 2023 +0200 debian/rules: downgrade Plasma-5-requirement to Debian Stretch (9). --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2003f45..c3aa5f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -93,6 +93,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium + Fix syntax. + Enable verbose Makefiles. + Fix USE_DESKTOP_FILE cmake option usage/typo. + + Downgrade Plasma-5-requirement to Debian Stretch (9). * 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 80bcfa4..9b959b3 100755 --- a/debian/rules +++ b/debian/rules @@ -84,7 +84,7 @@ endif # Actual version switch. ifeq ($(VENDOR_DEBIAN),yes) - ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER) >= 10 )) && echo '"'"'yes'"'"),yes) + ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER) >= 9 )) && echo '"'"'yes'"'"),yes) USE_PLASMA5 = ON endif ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER) < 12 )) && echo '"'"'yes'"'"),yes) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git