This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 2d04b28 make sure conffiles are copied, not symlinked new 60874b9 add VERSION.<package> file for x2gothinclient-minidesktop 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, 2 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 60874b96e5462cd3c6a713154ff603160de3f522 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Aug 25 16:34:40 2014 +0200 add VERSION.<package> file for x2gothinclient-minidesktop --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index ea6c85c..7144403 100755 --- a/debian/rules +++ b/debian/rules @@ -45,6 +45,8 @@ binary-arch: build-arch dh_install mkdir -p debian/x2gothinclient-displaymanager/usr/share/x2go/versions/ cp VERSION debian/x2gothinclient-displaymanager/usr/share/x2go/versions/VERSION.x2gothinclient-dispaymanager + mkdir -p debian/x2gothinclient-minidesktop/usr/share/x2go/versions/ + cp VERSION debian/x2gothinclient-minidesktop/usr/share/x2go/versions/VERSION.x2gothinclient-minidesktop mkdir -p debian/x2gothinclient-management/usr/share/x2go/versions/ cp VERSION debian/x2gothinclient-management/usr/share/x2go/versions/VERSION.x2gothinclient-management dh_installinit -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git