This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 5a82f59 debian/libnx-x11.postinst: Don't use dpkg-architecture (bin:package dpkg-dev) in postinst script. Instead prep a libnx-x11.postinst script at build time. (Fixes: #621). new 8d0798e fix symlink creation 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/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 8d0798ec718504ff3b66adcba4e2f8d271d42acc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 2 12:30:20 2014 +0200 fix symlink creation --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 6e45185..1f02c90 100755 --- a/debian/rules +++ b/debian/rules @@ -43,8 +43,8 @@ override_dh_auto_build: mkdir -p etc/ ln -s ../debian/keystrokes.cfg etc/keystrokes.cfg ln -s debian/rgb - ln -sf VERSION.x2goagent debian/VERSION - ln -sf nxcomp/VERSION debian/VERSION + ln -sf debian/VERSION VERSION.x2goagent + ln -sf debian/VERSION nxcomp/VERSION # let's prep the libnx-x11.postinst script with the value of the build systems's DEB_BUILD_MULTIARCH variable sed debian/libnx-x11.postinst.in -e 's/#DEB_BUILD_MULTIARCH#/$(DEB_BUILD_MULTIARCH)/' > debian/libnx-x11.postinst -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git