This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 9a9f3a9bf8870f94061a014fe0037fb3c4c7130c Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Dec 13 11:18:31 2018 +0100 x2goserver/Makefile: add x2goupdateoptionsstring POD-to-man-page handling. --- debian/changelog | 2 ++ x2goserver/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 26d7659..928967d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -72,6 +72,8 @@ x2goserver (4.1.0.4-0x2go1) UNRELEASED; urgency=medium - x2goserver/lib/x2goupdateoptionsstring: move into x2goserver/bin, since it's really a standalone program and also useful for non-X2Go-internal usage. + - x2goserver/Makefile: add x2goupdateoptionsstring POD-to-man-page + handling. * debian/control: + Build-depend upon lsb-release for distro version detection. * debian/x2goserver.manpages: diff --git a/x2goserver/Makefile b/x2goserver/Makefile index fb53980..f76fdf2 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -23,7 +23,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" +POD_SCRIPTS="sbin/x2gocleansessions.8 bin/x2goupdateoptionsstring.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