This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 0cac9ef debian/rules: No such option for dh_auto_build: --with quilt." new bddc7e0 debian/rules: fix nxcomp/VERSION symlink creation at build-time 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 | 2 +- 1 file changed, 1 insertion(+), 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 bddc7e0ba4cef393ce56f75d1eb03255fe5ac6e1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 2 13:52:00 2014 +0200 debian/rules: fix nxcomp/VERSION symlink creation at build-time --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index dbef1ef..0a7899b 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ override_dh_auto_build: ln -s ../debian/keystrokes.cfg etc/keystrokes.cfg ln -s debian/rgb ln -sf debian/VERSION VERSION.x2goagent - ln -sf debian/VERSION nxcomp/VERSION + 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