This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 2d0fe3c x2godesktopsharing.spec: Don't try to copy scripts from bin/* into buildroot. They are gone now. new ef0a018 Drop forgotten-to-remove man8 man pages (moved over to x2goserver src:pkg). The 1 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 | 2 ++ man/man8/x2goresume-desktopsharing.8 | 28 ------------------------- man/man8/x2gosuspend-desktopsharing.8 | 37 --------------------------------- man/man8/x2goterminate-desktopsharing.8 | 30 -------------------------- 4 files changed, 2 insertions(+), 95 deletions(-) delete mode 100644 man/man8/x2goresume-desktopsharing.8 delete mode 100644 man/man8/x2gosuspend-desktopsharing.8 delete mode 100644 man/man8/x2goterminate-desktopsharing.8 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit ef0a0185992d274fea8950e2d00fbb4a8e25e731 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 14 12:49:47 2018 +0100 Drop forgotten-to-remove man8 man pages (moved over to x2goserver src:pkg). --- debian/changelog | 2 ++ man/man8/x2goresume-desktopsharing.8 | 28 ------------------------- man/man8/x2gosuspend-desktopsharing.8 | 37 --------------------------------- man/man8/x2goterminate-desktopsharing.8 | 30 -------------------------- 4 files changed, 2 insertions(+), 95 deletions(-) diff --git a/debian/changelog b/debian/changelog index 82b3f75..ff33c68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,8 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium '<param>=@Invalid()' but really as empty strings. - Fix auto-accept and auto-deny based on whitelists and blacklist. Regression fix for Git commit ef3dfac2. + - Drop forgotten-to-remove man8 man pages (moved over to x2goserver + src:pkg). * debian/*: + Convert to DH packaging style. Build against Qt5. * debian/control: diff --git a/man/man8/x2goresume-desktopsharing.8 b/man/man8/x2goresume-desktopsharing.8 deleted file mode 100644 index 328b463..0000000 --- a/man/man8/x2goresume-desktopsharing.8 +++ /dev/null @@ -1,28 +0,0 @@ -'\" -*- coding: utf-8 -*- -.if \n(.g .ds T< \\FC -.if \n(.g .ds T> \\F[\n[.fam]] -.de URL -\\$2 \(la\\$1\(ra\\$3 -.. -.if \n(.g .mso www.tmac -.TH x2goresume\-desktopsharing 8 "Nov 2017" "Version 3.1.1.5" "X2Go Server Script" -.SH NAME -x2goresume\-desktopsharing \- Resume Desktop Sharing Applet for a given X2Go Session -.SH SYNOPSIS -'nh -.fi -.ad l -\fBx2goresume\-desktopsharing\fR \fI<session_id>\fR - -.SH DESCRIPTION -\fBx2goresume\-desktopsharing\fR launches the \fBx2godesktopsharing\fR applet for X2Go session \fI<session_id>\fR. -.PP -\fBx2goresume\-desktopsharing\fR is run with normal user privileges and it is used from within X2Go Server. -There normally is no need to execute this command manually. -.SH RETURN VALUES -As exitcode \fBx2goresume\-desktopsharing\fR always returns 0. -.SH SEE ALSO -x2godesktopsharing(1), x2goresume\-session(8), x2gosuspend\-desktopsharing(8), x2goterminate\-desktopsharing(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/man/man8/x2gosuspend-desktopsharing.8 b/man/man8/x2gosuspend-desktopsharing.8 deleted file mode 100644 index 446f26b..0000000 --- a/man/man8/x2gosuspend-desktopsharing.8 +++ /dev/null @@ -1,37 +0,0 @@ -'\" -*- coding: utf-8 -*- -.if \n(.g .ds T< \\FC -.if \n(.g .ds T> \\F[\n[.fam]] -.de URL -\\$2 \(la\\$1\(ra\\$3 -.. -.if \n(.g .mso www.tmac -.TH x2gosuspend-desktopsharing 8 "Nov 2017" "Version 3.1.1.5" "X2Go Server Script" -.SH NAME -x2gosuspend-desktopsharing \- Suspend Desktop Sharing for a given X2Go Session -.SH SYNOPSIS -'nh -.fi -.ad l -\fBx2gosuspend\-desktopsharing\fR \fI<session_id>\fR - -.SH DESCRIPTION -\fBx2gosuspend\-desktopsharing\fR executes \fBx2goterminate\-desktopsharing\fR and places a reminder file -.PP - ,,resume\-desktopsharing'' -.PP -into -.PP - $HOME/.x2go/C\-<session_id>/ -.PP -so that \fBx2godesktopsharing\fR can be resumed -on session resume. -.PP -\fBx2gosuspend\-desktopsharing\fR is run with normal user privileges and it is used from within X2Go Server. -There normally is no need to execute this command manually. -.SH RETURN VALUES -As exitcode \fBx2gosuspend\-desktopsharing\fR always returns 0. -.SH SEE ALSO -x2godesktopsharing(1), x2gosuspend\-session(8), x2goterminate\-desktopsharing(8), x2goresume\-desktopsharing(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/man/man8/x2goterminate-desktopsharing.8 b/man/man8/x2goterminate-desktopsharing.8 deleted file mode 100644 index beecef2..0000000 --- a/man/man8/x2goterminate-desktopsharing.8 +++ /dev/null @@ -1,30 +0,0 @@ -'\" -*- coding: utf-8 -*- -.if \n(.g .ds T< \\FC -.if \n(.g .ds T> \\F[\n[.fam]] -.de URL -\\$2 \(la\\$1\(ra\\$3 -.. -.if \n(.g .mso www.tmac -.TH x2goterminate\-desktopsharing 8 "Nov 2017" "Version 3.1.1.5" "X2Go Server Tool" -.SH NAME -x2goterminate\-desktopsharing \- Cleanly Terminate Desktop Sharing for a given X2Go Session -.SH SYNOPSIS -'nh -.fi -.ad l -\fBx2goterminate\-desktopsharing\fR \fI<session_id>\fR - -.SH DESCRIPTION -\fBx2goterminate\-desktopsharing\fR allows one to detect a running and associated \fBx2godesktopsharing\fR -applet and to cleanly terminate this applet. -.PP -\fBx2goterminate\-desktopsharing\fR is run with normal user privileges and it is used from within X2Go Server. -There normally is no need to execute this command manually. -.SH RETURN VALUES -As exitcode \fBx2goterminate\-desktopsharing\fR returns 0 if a \fBx2godesktopsharing\fR process could be identified -and terminated. If not, the exit code is \-1. -.SH SEE ALSO -x2godesktopsharing(1), x2goteminate\-session(8), x2gosuspend\-desktopsharing(8), x2goresume\-desktopsharing(8) -.SH AUTHOR -This manual has been written by Mike Gabriel <mike.gabriel@das\-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git