aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-10-02 12:34:22 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-10-02 12:34:22 +0200
commit0277e0857c774b28b2baa9d03edb2a38cf944b5f (patch)
tree41443473650727cd47f6e194d35aff4cb7ac431b
parent8d0798ec718504ff3b66adcba4e2f8d271d42acc (diff)
downloadnx-libs-0277e0857c774b28b2baa9d03edb2a38cf944b5f.tar.gz
nx-libs-0277e0857c774b28b2baa9d03edb2a38cf944b5f.tar.bz2
nx-libs-0277e0857c774b28b2baa9d03edb2a38cf944b5f.zip
nx-libs.spec: Adapt installation of debian/VERSION as VERSION.x2goagent and nxcomp/VERSION to latest changes introduced by 400_nxcomp-version.full+lite.patch.
-rw-r--r--debian/changelog4
-rw-r--r--nx-libs.spec3
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9d4fcfd89..e2bf42da2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ nx-libs (2:3.5.0.28-0x2go1) UNRELEASED; urgency=medium
+ Don't use dpkg-architecture (bin:package dpkg-dev) in postinst script.
Instead prep a libnx-x11.postinst script at build time. (Fixes:
#621).
+ * nx-libs.spec:
+ + Adapt installation of debian/VERSION as VERSION.x2goagent and
+ nxcomp/VERSION to latest changes introduced by
+ 400_nxcomp-version.full+lite.patch.
[ Nito Martinez ]
* Add 400_nxcomp-version.full+lite.patch. Allow 4-digit version comparison
diff --git a/nx-libs.spec b/nx-libs.spec
index be1717e8a..01bc76ea9 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -495,7 +495,8 @@ cp -v debian/keystrokes.cfg etc/keystrokes.cfg
cp -v debian/Makefile.nx-libs Makefile
cp -v debian/Makefile.replace.sh replace.sh
cp -v debian/rgb rgb
-cp -v debian/VERSION.x2goagent VERSION.x2goagent
+cp -v debian/VERSION VERSION.x2goagent
+cp -v debian/VERSION nxcomp/VERSION
# remove bundled libraries (also taken from roll-tarball.sh)
rm -Rf nx-X11/extras/{drm,expat,fontconfig,freetype2,fonts,ogl-sample,regex,rman,ttf2pt1,x86emu,zlib}
rm -Rf nx-X11/lib/{expat,fontconfig,fontenc,font/FreeType,font/include/fontenc.h,freetype2,regex,zlib}