This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 50a0f102b5734d2efaa234a237c76902fd128710 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Dec 27 18:10:01 2020 +0100 x2goserver/Makefile: rename x2goupdateoptionsstring to x2gooptionsstring. --- debian/changelog | 2 ++ x2goserver/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 364807c4..ac4fd5b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -378,6 +378,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium locale. - x2goserver/bin: rename x2goupdateoptionsstring to x2gooptionsstring. It's not just modifying it any longer. + - x2goserver/Makefile: rename x2goupdateoptionsstring to + x2gooptionsstring. * debian/control: + Build-depend upon lsb-release for distro version detection. * debian/x2goserver.manpages: diff --git a/x2goserver/Makefile b/x2goserver/Makefile index 9a53a015..d597272e 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -26,7 +26,7 @@ BIN_SCRIPTS=$(shell cd bin && echo *) SBIN_SCRIPTS=$(shell cd sbin && echo *) LIB_FILES=$(shell cd lib && echo *) FEATURE_SCRIPTS=$(shell cd share/x2gofeature.d && echo *.features) -POD_SCRIPTS=sbin/x2gocleansessions.8 bin/x2goupdateoptionsstring.1 +POD_SCRIPTS=sbin/x2gocleansessions.8 bin/x2gooptionsstring.1 man_pages = `cd man && find * -type f` -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git