This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 8d0798e fix symlink creation new 0277e08 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. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 4 ++++ nx-libs.spec | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit 0277e0857c774b28b2baa9d03edb2a38cf944b5f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 2 12:34:22 2014 +0200 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. --- debian/changelog | 4 ++++ nx-libs.spec | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9d4fcfd..e2bf42d 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 be1717e..01bc76e 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} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git