aboutsummaryrefslogtreecommitdiff
path: root/debian/roll-tarballs.sh
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/roll-tarballs.sh
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/roll-tarballs.sh')
-rwxr-xr-xdebian/roll-tarballs.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh
index 6f7d7127b..3da027c11 100755
--- a/debian/roll-tarballs.sh
+++ b/debian/roll-tarballs.sh
@@ -86,7 +86,8 @@ if [ "x$MODE" = "xfull" ]; then
cp -v $file doc/applied-patches
echo ${file##*/} >> doc/applied-patches/series
done
- cp -v debian/rgb debian/VERSION.x2goagent .
+ cp -v debian/rgb ./
+ cp -v debian/VERSION ./VERSION.x2goagent
else
rm -Rf "nxcompshad"*
rm -Rf "nxcompext"*
@@ -97,6 +98,7 @@ else
echo ${file##*/} >> doc/applied-patches/series
done
fi
+cp -v debian/VERSION ./nxcomp/VERSION
cp -v debian/COPYING.full+lite COPYING
# apply all patches shipped in debian/patches and create a copy of them that we ship with the tarball