[X2Go-Commits] nx-libs.git - master (branch) updated: redist-server/3.5.0.21-26-g36cdfdc
X2Go dev team
git-admin at x2go.org
Tue Dec 17 12:32:37 CET 2013
The branch, master has been updated
via 36cdfdcb52f683aab89159a261689d3e9fbcb171 (commit)
from a96a43f14b27ab9ff51c4dbd4e60024374baa4d7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 36cdfdcb52f683aab89159a261689d3e9fbcb171
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Dec 17 12:32:34 2013 +0100
Make sure all nx-libs components depend on the very same version.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 1 +
debian/control | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 72cbc7b..eb9c77c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ nx-libs (2:3.5.0.22-0x2go1) UNRELEASED; urgency=low
+ Add libfreetype6-dev to Build-Depends: field.
+ Drop symlinking libNX_xrandr for setting a custom LD_LIBRARY_PATH. Not in
use anymore and not recommended at all to have that.
+ + Make sure all nx-libs components depend on the very same version.
* debian/rules:
+ Remove bundled libraries from source tree before building the package.
* nx-libs.spec:
diff --git a/debian/control b/debian/control
index 903200a..4993d84 100644
--- a/debian/control
+++ b/debian/control
@@ -80,6 +80,9 @@ Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
+ libxcomp3 (= ${binary:Version}),
+ libxcompext3 (= ${binary:Version}),
+ libxcompshad3 (= ${binary:Version}),
Recommends:
xfonts-base,
Description: NX agent
@@ -104,7 +107,7 @@ Description: NX agent
Package: x2goagent
Architecture: all
Depends:
- nxagent (>= ${source:Version}),
+ nxagent (= ${binary:Version}),
${misc:Depends},
Suggests:
x2goserver
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
More information about the x2go-commits
mailing list