This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 05c1192 debian/x2goserver.{install,manpages}: also install x2goumount_* symlinks. new 04ca658 x2goserver.spec: bump nxagent requirement to 3.5.99.5+. new da87ee3 x2goserver.spec: remove stale symlinks check workaround now that we pull in nxagent >= 3.5.99.0 by default. new 035000a x2goserver-x2goagent/Makefile: replace ${PREFIX}/bin/x2goagent wrapper script with a symlink to the ... x2goagent symlink in the NXLIBDIR. new 40ce873 x2goserver-x2goagent/bin: remove x2goagent wrapper script. new c933634 x2goserver-x2goagent/bin: add .keep file to keep this directory around. new efff9a9 debian/copyright.in: remove reference to x2goagent wrapper script. new 8badbdd debian/copyright.in: add .keep file in x2goserver-x2goagent/bin directory. The 7 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 | 10 ++++++++++ debian/copyright.in | 2 +- x2goserver-x2goagent/Makefile | 4 ++-- .../.placeholder => x2goserver-x2goagent/bin/.keep | 0 x2goserver-x2goagent/bin/x2goagent | 19 ------------------- x2goserver.spec | 6 +----- 6 files changed, 14 insertions(+), 27 deletions(-) copy x2goserver-extensions/lib/extensions/pre-terminate.d/.placeholder => x2goserver-x2goagent/bin/.keep (100%) delete mode 100755 x2goserver-x2goagent/bin/x2goagent -- 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 da87ee3c6a3c5d6e9b2c333c260412575dbede42 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Feb 20 23:43:53 2018 +0100 x2goserver.spec: remove stale symlinks check workaround now that we pull in nxagent >= 3.5.99.0 by default. --- debian/changelog | 2 ++ x2goserver.spec | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index bfa33b8..fe3db4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -61,6 +61,8 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium * x2goserver.spec: + Do not install rgb file/symlink any longer. + Bump nxagent requirement to 3.5.99.5+. + + Remove stale symlinks check workaround now that we pull in nxagent >= + 3.5.99.0 by default. * debian/copyright.in: + Remove reference to rgb file. * debian/x2goserver.dirs: diff --git a/x2goserver.spec b/x2goserver.spec index fe6644f..595ba15 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -563,10 +563,6 @@ make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags} PERL_INSTALLDIRS=vendor PREFIX=% %install make install DESTDIR=%{buildroot} PREFIX=%{_prefix} NXLIBDIR=%{_libdir}/nx -# We currently need to disable the broken symlinks check on OpenSuSE, as long -# as we can't pull in nx-libs 3.5.99 or higher. Once we can add it as a BuildRequires, -# this env var can and should be removed again. -export NO_BRP_STALE_LINK_ERROR=yes # Make sure the .packlist file is removed from %%{perl_vendorarch}... find %{buildroot}%{perl_vendorarch} -name .packlist | while read file; do rm -f "$file"; done -- 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 035000a53f84844b32f6a29599210458b947a903 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Feb 20 23:49:13 2018 +0100 x2goserver-x2goagent/Makefile: replace ${PREFIX}/bin/x2goagent wrapper script with a symlink to the ... x2goagent symlink in the NXLIBDIR. --- debian/changelog | 2 ++ x2goserver-x2goagent/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fe3db4a..c52885a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,8 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium share/mime/packages/sshfs-x2go.xml as a plain file, not an executable. - x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent*: make executable. + - x2goserver-x2goagent/Makefile: replace ${PREFIX}/bin/x2goagent wrapper + script with a symlink to the ... x2goagent symlink in the NXLIBDIR. * debian/{control,compat}: + Bump DH compat level to 9. * debian/: diff --git a/x2goserver-x2goagent/Makefile b/x2goserver-x2goagent/Makefile index 810c9b0..e66efc7 100755 --- a/x2goserver-x2goagent/Makefile +++ b/x2goserver-x2goagent/Makefile @@ -20,7 +20,7 @@ NXLIBDIR ?= $(LIBDIR)/../nx MANDIR=$(PREFIX)/share/man SHAREDIR=$(PREFIX)/share/x2go -BIN_SCRIPTS=$(shell cd bin && echo *) +BIN_SCRIPTS=x2goagent $(shell cd bin && echo *) FEATURE_SCRIPTS=$(shell cd share/x2go/x2gofeature.d && echo *.features) man_pages = `cd man && find * -type f` @@ -53,7 +53,7 @@ install: install_scripts install_config install_data install_man install_version install_scripts: $(INSTALL_DIR) $(DESTDIR)$(BINDIR) - $(INSTALL_PROGRAM) bin/x2goagent $(DESTDIR)$(BINDIR)/ + $(INSTALL_SYMLINK) ../../$(NX_LIBDIR)/x2goagent $(DESTDIR)$(BINDIR)/x2goagent $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR) $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/x2gofeature.d $(INSTALL_PROGRAM) share/x2go/x2gofeature.d/*.features $(DESTDIR)$(SHAREDIR)/x2gofeature.d/ -- 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 40ce8734501a064ddc82b8de0a55c2ad0e7e46d8 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Feb 20 23:55:24 2018 +0100 x2goserver-x2goagent/bin: remove x2goagent wrapper script. Unneeded and actually harmful nowadays. --- debian/changelog | 2 ++ x2goserver-x2goagent/bin/x2goagent | 19 ------------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index c52885a..2efe14d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,8 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium make executable. - x2goserver-x2goagent/Makefile: replace ${PREFIX}/bin/x2goagent wrapper script with a symlink to the ... x2goagent symlink in the NXLIBDIR. + - x2goserver-x2goagent/bin: remove x2goagent wrapper script. Unneeded and + actually harmful nowadays. * debian/{control,compat}: + Bump DH compat level to 9. * debian/: diff --git a/x2goserver-x2goagent/bin/x2goagent b/x2goserver-x2goagent/bin/x2goagent deleted file mode 100755 index 8a73387..0000000 --- a/x2goserver-x2goagent/bin/x2goagent +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -# Copyright (C) 2012-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. - -export NXAPP=x2goagent -exec nxagent "$@" -- 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 c933634273f4ae26272f283006bfafa9be5347a7 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Feb 20 23:56:10 2018 +0100 x2goserver-x2goagent/bin: add .keep file to keep this directory around. --- debian/changelog | 1 + x2goserver-x2goagent/bin/.keep | 0 2 files changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index 2efe14d..3ef7274 100644 --- a/debian/changelog +++ b/debian/changelog @@ -52,6 +52,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium script with a symlink to the ... x2goagent symlink in the NXLIBDIR. - x2goserver-x2goagent/bin: remove x2goagent wrapper script. Unneeded and actually harmful nowadays. + - x2goserver-x2goagent/bin: add .keep file to keep this directory around. * debian/{control,compat}: + Bump DH compat level to 9. * debian/: diff --git a/x2goserver-x2goagent/bin/.keep b/x2goserver-x2goagent/bin/.keep new file mode 100644 index 0000000..e69de29 -- 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 efff9a99b3461f8aac31d5ba8f467d8d17863476 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Feb 20 23:58:46 2018 +0100 debian/copyright.in: remove reference to x2goagent wrapper script. --- debian/changelog | 1 + debian/copyright.in | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3ef7274..bb31afc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -70,6 +70,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium 3.5.99.0 by default. * debian/copyright.in: + Remove reference to rgb file. + + Remove reference to x2goagent wrapper script. * debian/x2goserver.dirs: + Remove etc/x2go/x2gosql references, already handled by x2goserver-common. diff --git a/debian/copyright.in b/debian/copyright.in index 0c696e8..7c456f8 100644 --- a/debian/copyright.in +++ b/debian/copyright.in @@ -222,7 +222,6 @@ License: GPL (v2 or later) FIXME Files: Makefile.docupload - x2goserver-x2goagent/bin/x2goagent x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent.features Copyright: 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2012-2016, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -- 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 8badbddb10831cd4cbeb557fc9acaef9fe32d47c Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 21 00:00:11 2018 +0100 debian/copyright.in: add .keep file in x2goserver-x2goagent/bin directory. --- debian/changelog | 1 + debian/copyright.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index bb31afc..2d3738a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -71,6 +71,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium * debian/copyright.in: + Remove reference to rgb file. + Remove reference to x2goagent wrapper script. + + Add .keep file in x2goserver-x2goagent/bin directory. * debian/x2goserver.dirs: + Remove etc/x2go/x2gosql references, already handled by x2goserver-common. diff --git a/debian/copyright.in b/debian/copyright.in index 7c456f8..2e0290a 100644 --- a/debian/copyright.in +++ b/debian/copyright.in @@ -83,6 +83,7 @@ Files: INSTALL x2goserver-printing/VERSION.x2goserver-printing x2goserver-printing/man/man8/x2goprint.8 x2goserver-x2goagent/Makefile + x2goserver-x2goagent/bin/.keep x2goserver-x2goagent/etc/keystrokes.cfg x2goserver-x2goagent/etc/x2goagent.keyboard x2goserver-x2goagent/etc/x2goagent.options -- 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 04ca658dca826870c2a23282173feb5bb8f89fbe Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Feb 20 23:42:51 2018 +0100 x2goserver.spec: bump nxagent requirement to 3.5.99.5+. --- debian/changelog | 1 + x2goserver.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 117d99d..bfa33b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,6 +60,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium + Do not install rgb file/symlink any longer. * x2goserver.spec: + Do not install rgb file/symlink any longer. + + Bump nxagent requirement to 3.5.99.5+. * debian/copyright.in: + Remove reference to rgb file. * debian/x2goserver.dirs: diff --git a/x2goserver.spec b/x2goserver.spec index b8ccfed..fe6644f 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -305,7 +305,7 @@ This package contains the X2Go::Log Perl package. %package x2goagent Group: Applications/System Summary: X2Go Server's X2Go Agent -Requires: nxagent >= 3.5.99.3 +Requires: nxagent >= 3.5.99.5 Conflicts: x2goagent < 3.5.99.0 Obsoletes: x2goagent < 3.5.99.0 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git