[X2Go-Commits] [x2goplasmabindings] 01/01: debian/rules: downgrade Plasma-5-requirement to Debian Stretch (9).
git-admin at x2go.org
git-admin at x2go.org
Sat Aug 12 00:38:48 CEST 2023
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 at 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
More information about the x2go-commits
mailing list