This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from d75292f no extra -t wheezy-backports needed new eb1e773 debian/control: Add D: nodm. new de4d84d fix nodm preseeding The 2 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/control | 1 + minidesktop/sbin/x2gothinclient-preseed | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) -- 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 eb1e773477c1094aab7d34b28f0c44d7b41ed258 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 19:33:34 2014 +0200 debian/control: Add D: nodm. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 0d207af..6ef2aed 100644 --- a/debian/control +++ b/debian/control @@ -118,6 +118,7 @@ Depends: xauth, xinit, x2gothinclient-common (>= ${source:Version}), + nodm, Breaks: x2gothinclient-minidesktop-mate, Replaces: -- 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 de4d84d9aa4ad7634b7854e72e1fb5f13bcef1b8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 19:33:44 2014 +0200 fix nodm preseeding --- minidesktop/sbin/x2gothinclient-preseed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minidesktop/sbin/x2gothinclient-preseed b/minidesktop/sbin/x2gothinclient-preseed index f0596c7..cf4734f 100755 --- a/minidesktop/sbin/x2gothinclient-preseed +++ b/minidesktop/sbin/x2gothinclient-preseed @@ -35,8 +35,8 @@ rm -f /etc/default/nodm # and finally preseed ocsinventory-agent do_preseed nodm nodm/enabled boolean true do_preseed nodm nodm/user string x2gothinclient -do_preseed nodm nodm/first_vt 5 -do_preseed nodm nodm/xsession /etc/x2go/x2gothinclient_init +do_preseed nodm nodm/first_vt string 5 +do_preseed nodm nodm/xsession string /etc/x2go/x2gothinclient_init echo "Silently running dpkg-reconfigure on package \"nodm\" ... " dpkg -l nodm 1>/dev/null 2>/dev/null && { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git