aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-12-17 12:32:34 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-12-17 12:32:34 +0100
commit36cdfdcb52f683aab89159a261689d3e9fbcb171 (patch)
tree0fc1d2b3414d89ccc09d80dd3d773332e9741521
parenta96a43f14b27ab9ff51c4dbd4e60024374baa4d7 (diff)
downloadnx-libs-36cdfdcb52f683aab89159a261689d3e9fbcb171.tar.gz
nx-libs-36cdfdcb52f683aab89159a261689d3e9fbcb171.tar.bz2
nx-libs-36cdfdcb52f683aab89159a261689d3e9fbcb171.zip
Make sure all nx-libs components depend on the very same version.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control5
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 72cbc7b2b..eb9c77c2b 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 903200abc..4993d8493 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