[X2Go-Commits] [x2goserver] 01/01: debian/rules: use single quotes to prevent the shell from interpreting variables.

git-admin at x2go.org git-admin at x2go.org
Mon Jul 3 03:09:29 CEST 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit 2c20256b39a274ce5cd228e4284394c3c7d6b97a
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Jul 3 03:09:13 2023 +0200

    debian/rules: use single quotes to prevent the shell from interpreting variables.
---
 debian/changelog | 1 +
 debian/rules     | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 364b421a..9ffcfb9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ x2goserver (4.1.0.6-0x2go1) UNRELEASED; urgency=medium
     + Switch between the "actual" dependency upon x2goserver-x2gokdrive and an
       empty string based upon the Debian (>= 9/stretch) or Ubuntu version (>=
       20.04/focal).
+    + Use single quotes to prevent the shell from interpreting variables.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Tue, 06 Jun 2023 19:32:34 +0200
 
diff --git a/debian/rules b/debian/rules
index 9fcaf937..b78480ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,11 @@
 RELEASE_VER = 0
 RELEASE_VER_MAJOR = 0
 RELEASE_VER_MINOR = 0
-PERL_DEP_LEGACY = -Vdist:Depends="perl"
-PERL_DEP_MULTI_ARCH_HINT = -Vdist:Depends="perl:any"
+PERL_DEP_LEGACY = -Vdist:Depends='perl'
+PERL_DEP_MULTI_ARCH_HINT = -Vdist:Depends='perl:any'
 PERL_DEP = $(PERL_DEP_LEGACY)
-KDRIVE_DEP_REAL = -Vkdrive:Depends="x2goserver-x2gokdrive (<< $${source:Version}.1~), x2goserver-x2gokdrive (>= $${source:Version}),"
-KDRIVE_DEP_FAKE = -Vkdrive:Depends=""
+KDRIVE_DEP_REAL = -Vkdrive:Depends='x2goserver-x2gokdrive (<< $${source:Version}.1~), x2goserver-x2gokdrive (>= $${source:Version}),'
+KDRIVE_DEP_FAKE = -Vkdrive:Depends=''
 KDRIVE_DEP = $(KDRIVE_DEP_FAKE)
 SUBSTVARS = $(PERL_DEP) $(KDRIVE_DEP)
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list