This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 11b17f6 x2goserver.spec: let x2goserver depend upon its own x2goserver-virtual package for now. new 3521953 debian/control: fix nxagent dependency. new ee5fbc5 debian/control: dip into cold water and depend solely upon x2goserver-x2goagent in a versioned fashion. The 2 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 | 4 ++++ debian/control | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) -- 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 3521953095c3ce03e70d93510cf6dee3d752fb64 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 18 12:50:12 2017 +0100 debian/control: fix nxagent dependency. Must be version 3.5.99.3 or higher. Epoch was missing. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fec89cb..9221a0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -241,6 +241,8 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Depend upon newer x2goagent package that now provides the x2goagent.options file. + - Fix nxagent dependency. Must be version 3.5.99.3 or higher. Epoch was + missing. * debian/: - Remove x2goserver-x2goagent.dirs and hope it's really unneeded, because the Makefile creates these directories correctly. diff --git a/debian/control b/debian/control index 922ae23..a6d2be7 100644 --- a/debian/control +++ b/debian/control @@ -169,7 +169,7 @@ Description: Perl X2Go::Log package Package: x2goserver-x2goagent Architecture: all Depends: - nxagent (>= 3.5.99.0~), + nxagent (>= 2:3.5.99.3~), ${misc:Depends}, Suggests: x2goserver -- 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 ee5fbc5b1b963158455a4022b52c4e16b60eb946 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 18 12:53:00 2017 +0100 debian/control: dip into cold water and depend solely upon x2goserver-x2goagent in a versioned fashion. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9221a0f..cca63be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -243,6 +243,8 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low x2goagent.options file. - Fix nxagent dependency. Must be version 3.5.99.3 or higher. Epoch was missing. + - Dip into cold water and depend solely upon x2goserver-x2goagent in a + versioned fashion. * debian/: - Remove x2goserver-x2goagent.dirs and hope it's really unneeded, because the Makefile creates these directories correctly. diff --git a/debian/control b/debian/control index a6d2be7..b3ebbf2 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Depends: libtry-tiny-perl, libswitch-perl, libx2go-server-perl (>= ${source:Version}), libx2go-server-perl (<< ${source:Version}.1~), - x2goserver-x2goagent | x2goagent (>= 2:3.5.0.33-0~), + x2goserver-x2goagent (>= ${source:Version}), x2goserver-x2goagent (<< ${source:Version}.1~), bash, lsof, bc, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git