This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from c6c6232 x2goserver/Makefile: install man1 files and dirs, too. new 6243ad3 x2goserver.spec: install section 1 man pages. 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 | 1 + x2goserver.spec | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/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 master in repository x2goserver. commit 6243ad33a89a75fcc1301470d4a86f777f1b3a0c Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Dec 13 11:49:20 2018 +0100 x2goserver.spec: install section 1 man pages. --- debian/changelog | 1 + x2goserver.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 33a5855..050e1cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -83,6 +83,7 @@ x2goserver (4.1.0.4-0x2go1) UNRELEASED; urgency=medium + Install x2goupdateoptionsstring man page. * x2goserver.spec: + Install new x2goisint wrapper. + + Install section 1 man pages. * debian/x2goserver.install: + Install bin/x2goupdateoptionsstring. diff --git a/x2goserver.spec b/x2goserver.spec index de338e2..3d1fdf9 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -898,6 +898,7 @@ fi %{_libdir}/x2go/x2gosyslog %{_sbindir}/x2go* %{_mandir}/man8/x2go*.8* +%{_mandir}/man1/x2go*.1* %exclude %{_mandir}/man8/x2gofm.8* %exclude %{_mandir}/man8/x2goprint.8* %exclude %{_mandir}/man8/x2goserver-run-extensions.8* -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git