This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 36c4935 Provide proper Gentoo support in x2goserver-xsession portion of X2Go Server. (Fixes: #445). new 48499f7 debian/*.doc-base: Provide *.doc-base files for bin:packages containing HTML man pages or other documentation. new 7851b71 debian/x2goserver.init: status option / LSB header + Add status option for init script (test if x2gocleansessions is running or not). + Add Description key to LSB header. new 6dc555d debian/config: Explicitly call set -e. Makes lintian happier. new 0774dd9 x2gofm.desktop: Drop obsolete Encoding key from .desktop file. new 48a358d debian/rules: Detect Git-created ChangeLog file if present (created by X2Go upstream's build scripts during package build). new 92b5333 Fix typos / hyphen-as-minus signs issues in x2goversion.8 and x2gomountdirs.8. The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 15 +++++++++++++++ debian/rules | 2 ++ debian/x2goserver-extensions.doc-base | 9 +++++++++ debian/x2goserver-printing.doc-base | 9 +++++++++ debian/x2goserver-xsession.doc-base | 10 ++++++++++ debian/x2goserver.config | 4 +++- debian/x2goserver.doc-base | 9 +++++++++ debian/x2goserver.init | 9 +++++++++ .../share/applications/x2gofm.desktop | 1 - .../{README.Xsession-x2go => README.Xsession-X2Go} | 2 +- x2goserver/man/man8/x2gomountdirs.8 | 11 ++++++----- x2goserver/man/man8/x2goversion.8 | 2 +- 12 files changed, 74 insertions(+), 9 deletions(-) create mode 100644 debian/x2goserver-extensions.doc-base create mode 100644 debian/x2goserver-printing.doc-base create mode 100644 debian/x2goserver-xsession.doc-base create mode 100644 debian/x2goserver.doc-base rename x2goserver-xsession/doc/{README.Xsession-x2go => README.Xsession-X2Go} (95%) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 7851b71e22b243f01d5252e59fb00f238af3401f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 1 10:29:38 2014 +0200 debian/x2goserver.init: status option / LSB header + Add status option for init script (test if x2gocleansessions is running or not). + Add Description key to LSB header. --- debian/changelog | 4 ++++ debian/x2goserver.init | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3e587f9..9e16cc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,10 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low * debian/*.doc-base: + Provide *.doc-base files for bin:packages containing HTML man pages or other documentation. + * debian/x2goserver.init: + + Add status option for init script (test if x2gocleansessions is + running or not). + + Add Description key to LSB header. [ Harald Nordgard-Hansen ] * New upstream release (4.0.1.14): diff --git a/debian/x2goserver.init b/debian/x2goserver.init index d18aaff..61a49af 100644 --- a/debian/x2goserver.init +++ b/debian/x2goserver.init @@ -1,4 +1,5 @@ #! /bin/sh -e + ### BEGIN INIT INFO # Provides: x2goserver # Required-Start: $remote_fs $syslog @@ -6,6 +7,7 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start and stop the X2Go daemon +# Description: The X2Go daemon is responsible for post-session clean-ups ### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin @@ -42,6 +44,13 @@ case "$1" in sleep 1 start ;; + status) + if ps -C x2gocleansessions 1>/dev/null 2>/dev/null; then + log_action_msg "X2Go Server clean-up daemon is up and running" + else + log_warning_msg "X2Go Server clean-up daemon is down" + fi + ;; *) N=/etc/init.d/x2goserver echo "Usage: $N {start|stop|restart|force-reload}" >&2 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 0774dd93f1b06358a4f8406543f38b30c1355bdd Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 1 10:33:12 2014 +0200 x2gofm.desktop: Drop obsolete Encoding key from .desktop file. --- debian/changelog | 1 + .../share/applications/x2gofm.desktop | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 187ba43..7aaa8c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low #441). - Provide proper Gentoo support in x2goserver-xsession portion of X2Go Server. (Fixes: #445). + - x2gofm.desktop: Drop obsolete Encoding key from .desktop file. * x2goserver.spec: - Let builds for EPEL-7 behave like recent Fedora builds. * debian/*.doc-base: diff --git a/x2goserver-fmbindings/share/applications/x2gofm.desktop b/x2goserver-fmbindings/share/applications/x2gofm.desktop index 337cf3d..499c46b 100644 --- a/x2goserver-fmbindings/share/applications/x2gofm.desktop +++ b/x2goserver-fmbindings/share/applications/x2gofm.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=x2gofm MimeType=application/sshfsdisk-x2go;application/sshfscdrom-x2go;application/sshfsremovable-x2go; Exec=x2gofm %f -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 92b5333a30c386496847c618c569f2e42c0e1ec3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 1 10:40:05 2014 +0200 Fix typos / hyphen-as-minus signs issues in x2goversion.8 and x2gomountdirs.8. --- debian/changelog | 2 ++ x2goserver/man/man8/x2gomountdirs.8 | 11 ++++++----- x2goserver/man/man8/x2goversion.8 | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9bb991c..e126663 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low - Provide proper Gentoo support in x2goserver-xsession portion of X2Go Server. (Fixes: #445). - x2gofm.desktop: Drop obsolete Encoding key from .desktop file. + - Fix typos / hyphen-as-minus signs issues in x2goversion.8 and + x2gomountdirs.8. * x2goserver.spec: - Let builds for EPEL-7 behave like recent Fedora builds. * debian/*.doc-base: diff --git a/x2goserver/man/man8/x2gomountdirs.8 b/x2goserver/man/man8/x2gomountdirs.8 index 594079a..e4e22a9 100644 --- a/x2goserver/man/man8/x2gomountdirs.8 +++ b/x2goserver/man/man8/x2gomountdirs.8 @@ -15,7 +15,7 @@ x2gomountdirs \- Share Client-Side Folder with X2Go Session x2gomountdirs <mount_type> <session_id> <username> <key_file> <dir1> [<dir2> [<dir3> [...]]] .SH DESCRIPTION -\fBx2gomountdirs\fR mounts client-side folders or devices onto mountpoints that are accessible +\fBx2gomountdirs\fR mounts client\-side folders or devices onto mountpoints that are accessible from within your remote X2Go session. .PP \fBx2gomountdirs\fR is run with X2Go user privileges and normally issued by an X2Go client application. @@ -38,19 +38,19 @@ Location of a temporary private SSH key file (only valid for this command execut A list of client-side folders or device mount points that shall be mounted for X2Go session <session_id>. .PP .SH PERMISSIONS -X2Go uses the fuse-based SSH filesystem (SSHFS) for sharing client-side file ressources with X2Go sessions. +X2Go uses the fuse-based SSH filesystem (SSHFS) for sharing client\-side file resources with X2Go sessions. Users that shall use X2Go folder sharing must be members of the X2Go server's ,,fuse'' POSIX group. .SH RETURN VALUES \fBx2gomountdirs\fR returns some mount point information to stdout if the mounting process has been successful. -The mount results are printed line-by-line. The individual lines must be interpreted as shown below: +The mount results are printed line\-by\-line. The individual lines must be interpreted as shown below: line 01: dirs:<local_path>__REVERSESSH_PORT__<sshfs_port> line 02: ssh port:<sshfs_port> line 03: Host:<client_ip> line 04: User:<user> - line 05: inserted, sshfs -o <options> \\ + line 05: inserted, sshfs \-o <options> \\ "<user">@<client_ip>:"<local_path>" \\ - "<server_path>" -p <sshfs_port> + "<server_path>" \-p <sshfs_port> line 06: mount <local_path> ok line 07: fname: <desktop_icon_name> .PP @@ -65,3 +65,4 @@ x2goumount-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project (http://www.x2go.org). + diff --git a/x2goserver/man/man8/x2goversion.8 b/x2goserver/man/man8/x2goversion.8 index f120f3b..36c6602 100644 --- a/x2goserver/man/man8/x2goversion.8 +++ b/x2goserver/man/man8/x2goversion.8 @@ -15,7 +15,7 @@ x2goversion \- Retrieve Code Versions of X2Go Server Components x2goversion [<x2go-component>] .SH DESCRIPTION -\fBx2goversion\fR allows to retrieve code versions of X2Go server components. +\fBx2goversion\fR allows one to retrieve code versions of X2Go server components. .PP If the \fB[<x2go-component>]\fR parameter is omitted then a list of all available X2Go server -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 48a358dfc3cd61475ebb153faafad6ac0dea9308 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 1 10:36:38 2014 +0200 debian/rules: Detect Git-created ChangeLog file if present (created by X2Go upstream's build scripts during package build). Conflicts (resolved by Mike Gabriel): debian/rules --- debian/changelog | 3 +++ debian/rules | 2 ++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7aaa8c7..9bb991c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,9 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low + Add Description key to LSB header. * debian/config: + Explicitly call set -e. Makes lintian happier. + * debian/rules: + + Detect Git-created ChangeLog file if present (created by X2Go + upstream's build scripts during package build). [ Harald Nordgard-Hansen ] * New upstream release (4.0.1.14): diff --git a/debian/rules b/debian/rules index f71ab24..259ead8 100755 --- a/debian/rules +++ b/debian/rules @@ -4,9 +4,11 @@ PREFIX=/usr dh $@ override_dh_auto_install: + if [ -f ChangeLog.gitlog ]; then cp ChangeLog.gitlog ChangeLog; fi PREFIX=/usr make -f Makefile build-arch override_dh_auto_clean: + rm -f ChangeLog rm -fv x2gosqlitewrapper rm -Rfv x2goserver/.build_html rm -Rfv x2goserver-extensions/.build_html -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 6dc555d04534848b5542827d12d44ca244bee656 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 1 10:31:50 2014 +0200 debian/config: Explicitly call set -e. Makes lintian happier. --- debian/changelog | 2 ++ debian/x2goserver.config | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9e16cc0..187ba43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,8 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low + Add status option for init script (test if x2gocleansessions is running or not). + Add Description key to LSB header. + * debian/config: + + Explicitly call set -e. Makes lintian happier. [ Harald Nordgard-Hansen ] * New upstream release (4.0.1.14): diff --git a/debian/x2goserver.config b/debian/x2goserver.config index b7012da..1aeb625 100755 --- a/debian/x2goserver.config +++ b/debian/x2goserver.config @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e # Source debconf library. . /usr/share/debconf/confmodule -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 48499f73222eca192af5dce21a88c07e86f723ef Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 1 10:26:59 2014 +0200 debian/*.doc-base: Provide *.doc-base files for bin:packages containing HTML man pages or other documentation. --- debian/changelog | 3 +++ debian/x2goserver-extensions.doc-base | 9 +++++++++ debian/x2goserver-printing.doc-base | 9 +++++++++ debian/x2goserver-xsession.doc-base | 10 ++++++++++ debian/x2goserver.doc-base | 9 +++++++++ .../{README.Xsession-x2go => README.Xsession-X2Go} | 2 +- 6 files changed, 41 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9d29bf1..3e587f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,9 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low X2Go Server. (Fixes: #445). * x2goserver.spec: - Let builds for EPEL-7 behave like recent Fedora builds. + * debian/*.doc-base: + + Provide *.doc-base files for bin:packages containing HTML man pages + or other documentation. [ Harald Nordgard-Hansen ] * New upstream release (4.0.1.14): diff --git a/debian/x2goserver-extensions.doc-base b/debian/x2goserver-extensions.doc-base new file mode 100644 index 0000000..833a3b9 --- /dev/null +++ b/debian/x2goserver-extensions.doc-base @@ -0,0 +1,9 @@ +Document: x2goserver-extensions +Title: X2Go Server extensions (man pages) +Author: Mike Gabriel +Abstract: Man pages for scripts from package x2goserver-extensions +Section: System/Administration + +Format: HTML +Index: /usr/share/doc/x2goserver-extensions/html/ +Files: /usr/share/doc/x2goserver-extensions/html/* diff --git a/debian/x2goserver-printing.doc-base b/debian/x2goserver-printing.doc-base new file mode 100644 index 0000000..17b55d7 --- /dev/null +++ b/debian/x2goserver-printing.doc-base @@ -0,0 +1,9 @@ +Document: x2goserver-printing +Title: X2Go Server printing (man pages) +Author: Mike Gabriel +Abstract: Man pages for scripts from package x2goserver-printing +Section: System/Administration + +Format: HTML +Index: /usr/share/doc/x2goserver-printing/html/ +Files: /usr/share/doc/x2goserver-printing/html/* diff --git a/debian/x2goserver-xsession.doc-base b/debian/x2goserver-xsession.doc-base new file mode 100644 index 0000000..ee21570 --- /dev/null +++ b/debian/x2goserver-xsession.doc-base @@ -0,0 +1,10 @@ +Document: x2goserver-xsession +Title: X2Go Xsession README +Author: Mike Gabriel +Abstract: This document describes how X2Go should be used to launch desktop + sessions +Section: System/Administration + +Format: text +Index: /usr/share/doc/x2goserver-xsession/doc/README.Xsession-X2Go +Files: /usr/share/doc/x2goserver-xsession/doc/README.Xsession-X2Go diff --git a/debian/x2goserver.doc-base b/debian/x2goserver.doc-base new file mode 100644 index 0000000..c3bd6e2 --- /dev/null +++ b/debian/x2goserver.doc-base @@ -0,0 +1,9 @@ +Document: x2goserver +Title: X2Go Server (man pages) +Author: Mike Gabriel +Abstract: Man pages for scripts from package x2goserver +Section: System/Administration + +Format: HTML +Index: /usr/share/doc/x2goserver/html/ +Files: /usr/share/doc/x2goserver/html/* diff --git a/x2goserver-xsession/doc/README.Xsession-x2go b/x2goserver-xsession/doc/README.Xsession-X2Go similarity index 95% rename from x2goserver-xsession/doc/README.Xsession-x2go rename to x2goserver-xsession/doc/README.Xsession-X2Go index 6324737..8c3f825 100644 --- a/x2goserver-xsession/doc/README.Xsession-x2go +++ b/x2goserver-xsession/doc/README.Xsession-X2Go @@ -1,4 +1,4 @@ -Xsession-x2go README +Xsession-X2Go README ==================== With X2Go it is possible to use Xsession config files of your -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git