This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/x2godialog in repository x2goserver. commit f14188a81c6520814fe50d103a8482e9edf4563f Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 24 21:40:24 2023 +0200 debian/rules: remove unintentional addition of USE_GTK variable. --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 09a74397..4da8ddbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -470,6 +470,7 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium string should only be quoted once (so that the shell can parse the quoted result). Quote the values in the variable directly and try not to "double-quote" the resulting string. + + Remove unintentional addition of USE_GTK variable. * debian/libx2go-server-perl.install: + Remove duplicated entry for X2Go/Utils.pm. * debian/x2goserver.init: diff --git a/debian/rules b/debian/rules index aaa4f1d7..18fc9353 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,6 @@ RELEASE_VER_MINOR = 0 SUBSTVARS_LEGACY = -Vdist:Depends="perl" SUBSTVARS_MULTI_ARCH_HINT = -Vdist:Depends="perl:any" SUBSTVARS = $(SUBSTVARS_LEGACY) -USE_GTK = 2.0 ifeq ($(shell { dpkg-vendor --is Debian && echo yes; } || { dpkg-vendor --is Raspbian && echo yes; }),yes) RELEASE_VER = $(shell /usr/bin/lsb_release -r | /bin/sed -e 's/[ ]*//g' | /usr/bin/cut -d ':' -f '2' | /usr/bin/cut -d '.' -f '1') -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git