aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorNito Martinez <Nito@Qindel.ES>2014-10-02 10:40:55 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-10-02 10:41:21 +0200
commit61d047d630bf1dceb61e25f63360969a5416e596 (patch)
tree865cddf2519f74b8379e70cdeabdbe2812aee1ab /debian/rules
parentc9bc8accc1b1a385b61c1a802da99c4de3d4577c (diff)
downloadnx-libs-61d047d630bf1dceb61e25f63360969a5416e596.tar.gz
nx-libs-61d047d630bf1dceb61e25f63360969a5416e596.tar.bz2
nx-libs-61d047d630bf1dceb61e25f63360969a5416e596.zip
Add 400_nxcomp-version.full+lite.patch. Allow 4-digit version comparison during NX session handshake. (Fixes: #610).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c6bc4b15b..042061cf5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,8 @@ override_dh_auto_build:
mkdir -p etc/
ln -s ../debian/keystrokes.cfg etc/keystrokes.cfg
ln -s debian/rgb
- ln -s debian/VERSION.x2goagent
+ ln -sf VERSION.x2goagent debian/VERSION
+ ln -sf nxcomp/VERSION debian/VERSION
# remove bundled libraries (keep this in sync with roll-tarball.sh)
rm -Rf nx-X11/extras/{drm,expat,fontconfig,freetype2,fonts,ogl-sample,regex,rman,ttf2pt1,x86emu,zlib}