This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from b90895c x2gothinclient-minidesktop: release strict dependency in lsb init script header on x2gothinclient-chroot new ce60791 debian/control: adduser is now required by x2gothinclient-common new 95f7589 fix conffile installation for x2gothinclient-minidesktop 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 | 2 +- debian/x2gothinclient-minidesktop.install | 1 - 2 files changed, 1 insertion(+), 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 ce6079186010376161f8b9fa7ccfbe2f78dc4cc7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 14:41:56 2014 +0200 debian/control: adduser is now required by x2gothinclient-common --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 028b64e..dcacf18 100644 --- a/debian/control +++ b/debian/control @@ -142,6 +142,7 @@ Description: Minimal desktop for X2Go Thin Client chroot (based on MATE) Package: x2gothinclient-common Architecture: all Depends: + adduser, ${misc:Depends}, Breaks: x2gothinclient, @@ -165,7 +166,6 @@ Package: x2gothinclient-displaymanager Architecture: all Depends: ${misc:Depends}, - adduser, psmisc, x2goclient (>= 4.0.1.2-0~), xauth, -- 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 95f7589c2ddecc77f163c6b02559a2dc80746b3a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 14:45:15 2014 +0200 fix conffile installation for x2gothinclient-minidesktop --- debian/x2gothinclient-minidesktop.install | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/x2gothinclient-minidesktop.install b/debian/x2gothinclient-minidesktop.install index 6793379..7763183 100644 --- a/debian/x2gothinclient-minidesktop.install +++ b/debian/x2gothinclient-minidesktop.install @@ -1,5 +1,4 @@ management/share/etc/x2gothinclient-minidesktop_* etc/x2go/ -minidesktop/etc/* etc/x2go/ minidesktop/autostart/x2gothinclient-minidesktop.desktop etc/xdg/autostart/ minidesktop/seeds/preseed_nodm usr/share/x2gothinclient/minidesktop/ minidesktop/schema-overrides/* usr/share/glib-2.0/schemas/ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git