This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from c00cd1e x2goserver/sbin/x2gocleansessions: only output status refreshing debug message if the old and new states actually differ. new 2cdbc00 debian/control: add new dependency on xkb-data to x2goserver. new ec11a3c x2goserver.spec: add new dependency on xkeyboard-config to x2goserver. Fixes: #903. 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/changelog | 2 ++ debian/control | 1 + x2goserver.spec | 2 ++ 3 files changed, 5 insertions(+) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 2cdbc00c56bf926228c553bdcbf98d3c892ce49f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 17 17:57:56 2015 +0200 debian/control: add new dependency on xkb-data to x2goserver. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index f12f400..e7a235a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -76,6 +76,7 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low - Add new dependency on bash. * debian/control: - Add new dependency on bash. + - Add new dependency on xkb-data to x2goserver. [ Henning Heinold ] * New upstream version (4.0.1.20): diff --git a/debian/control b/debian/control index 9408510..94e8409 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,7 @@ Depends: psmisc, net-tools, xfonts-base, + xkb-data, Recommends: sshfs, x11-apps, -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit ec11a3c2894d67c5e350e7fedf43cce8dc8dc648 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 17 18:01:16 2015 +0200 x2goserver.spec: add new dependency on xkeyboard-config to x2goserver. Fixes: #903. --- debian/changelog | 1 + x2goserver.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index e7a235a..0018877 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,7 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low - Add shadow/shadow-utils/pwdutils Requires to x2goserver-printing sub package. - Add new dependency on bash. + - Add new dependency on xkeyboard-config to x2goserver. Fixes: #903. * debian/control: - Add new dependency on bash. - Add new dependency on xkb-data to x2goserver. diff --git a/x2goserver.spec b/x2goserver.spec index 0d61510..33d02f5 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -124,6 +124,8 @@ Requires: perl(File::BaseDir) Requires: perl(Config::Simple) Requires: perl(Switch) +Requires: xkeyboard-config + %if 0%{?suse_version} %if 0%{?suse_version} >= 1220 Requires: setxkbmap xmessage xwininfo -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git