[X2Go-Commits] [nx-libs] 02/02: debian/control: workaround missing dependencies of nxagent on Ubuntu for now.

git-admin at x2go.org git-admin at x2go.org
Sat May 2 00:09:09 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.5.0.x
in repository nx-libs.

commit 5f2a5ac842699efa577337261e4336b6503d1029
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat May 2 00:08:41 2015 +0200

    debian/control: workaround missing dependencies of nxagent on Ubuntu for now.
---
 debian/changelog |    2 ++
 debian/control   |    6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 95d39be..32201c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -142,6 +142,8 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low
     Backported from Arctica GH 3.6.x branch.
   * nx-libs.spec: actually create libXinerama.so.1 symlink during build phase.
     Backported from Arctica GH 3.6.x branch.
+  * debian/control: workaround missing dependencies of nxagent on Ubuntu for
+    now.
 
   [ Bernard Cafarelli ]
   * nx-X11: link to libdl to fix undefined references to 'dlopen' and 'dlsym'.
diff --git a/debian/control b/debian/control
index b931567..1be9158 100644
--- a/debian/control
+++ b/debian/control
@@ -998,6 +998,12 @@ Package: nxagent
 Architecture: any
 Multi-Arch: foreign
 Depends:
+# <Workaround> for missing dependencies on Ubuntu.
+ libnx-xdamage1 (>= ${source:Version}), libnx-xdamage1 (<< ${source:Version}.1),
+ libnx-xinerama1 (>= ${source:Version}), libnx-xinerama1 (<< ${source:Version}.1),
+ libnx-xrandr2 (>= ${source:Version}), libnx-xrandr2 (<< ${source:Version}.1),
+ libnx-xtst6 (>= ${source:Version}), libnx-xtst6 (<< ${source:Version}.1),
+# </Workaround>
  ${shlibs:Depends},
  ${misc:Depends},
 Recommends:

--
Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list