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 <io...@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
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to