[X2Go-Commits] [x2goserver] 01/02: debian/control: fix nxagent dependency.

git-admin at x2go.org git-admin at x2go.org
Mon Dec 18 12:53:33 CET 2017


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 at 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 at 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


More information about the x2go-commits mailing list