Commit 36cdfdcb authored by Mike Gabriel's avatar Mike Gabriel

Make sure all nx-libs components depend on the very same version.

parent a96a43f1
...@@ -22,6 +22,7 @@ nx-libs (2:3.5.0.22-0x2go1) UNRELEASED; urgency=low ...@@ -22,6 +22,7 @@ nx-libs (2:3.5.0.22-0x2go1) UNRELEASED; urgency=low
+ Add libfreetype6-dev to Build-Depends: field. + Add libfreetype6-dev to Build-Depends: field.
+ Drop symlinking libNX_xrandr for setting a custom LD_LIBRARY_PATH. Not in + Drop symlinking libNX_xrandr for setting a custom LD_LIBRARY_PATH. Not in
use anymore and not recommended at all to have that. use anymore and not recommended at all to have that.
+ Make sure all nx-libs components depend on the very same version.
* debian/rules: * debian/rules:
+ Remove bundled libraries from source tree before building the package. + Remove bundled libraries from source tree before building the package.
* nx-libs.spec: * nx-libs.spec:
......
...@@ -80,6 +80,9 @@ Architecture: any ...@@ -80,6 +80,9 @@ Architecture: any
Depends: Depends:
${shlibs:Depends}, ${shlibs:Depends},
${misc:Depends}, ${misc:Depends},
libxcomp3 (= ${binary:Version}),
libxcompext3 (= ${binary:Version}),
libxcompshad3 (= ${binary:Version}),
Recommends: Recommends:
xfonts-base, xfonts-base,
Description: NX agent Description: NX agent
...@@ -104,7 +107,7 @@ Description: NX agent ...@@ -104,7 +107,7 @@ Description: NX agent
Package: x2goagent Package: x2goagent
Architecture: all Architecture: all
Depends: Depends:
nxagent (>= ${source:Version}), nxagent (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
Suggests: Suggests:
x2goserver x2goserver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment