diff options
author | Nito Martinez <Nito@Qindel.ES> | 2014-10-02 10:40:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-02 10:41:21 +0200 |
commit | 61d047d630bf1dceb61e25f63360969a5416e596 (patch) | |
tree | 865cddf2519f74b8379e70cdeabdbe2812aee1ab /debian/rules | |
parent | c9bc8accc1b1a385b61c1a802da99c4de3d4577c (diff) | |
download | nx-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-x | debian/rules | 3 |
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} |